VideoSurface Class
Converts the camera frame to a gray-scale image. More...
Properties
Public Functions
Reimplemented Public Functions
virtual bool | present(const QVideoFrame & frame) |
virtual QList<QVideoFrame::PixelFormat> | supportedPixelFormats(QAbstractVideoBuffer::HandleType handleType) const |
Public Slots
Signals
Additional Inherited Members
Detailed Description
Converts the camera frame to a gray-scale image.
Property Documentation
Access functions:
QObject * | camera() const |
void | setCamera(QObject * camera) |
Notifier signal:
void | cameraChanged(QObject * camera) |
enabled : bool
Access functions:
bool | enabled() const |
void | setEnabled(bool enabled) |
Notifier signal:
void | enabledChanged(bool enabled) |
Member Function Documentation
VideoSurface::VideoSurface()
VideoSurface::~VideoSurface()
[signal]
void VideoSurface::gotImage(QRect paintedImage)
QImage VideoSurface::paintedImage() const
[virtual]
bool VideoSurface::present(const QVideoFrame & frame)