![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qvideoframe.h>Go to the source code of this file.
Functions | |
| Q_MULTIMEDIA_EXPORT QImage | qImageFromVideoFrame (const QVideoFrame &frame, const VideoTransformation &transformation, bool forceCpu=false) |
| Q_MULTIMEDIA_EXPORT QImage | qImageFromVideoFrame (const QVideoFrame &frame, bool forceCpu=false) |
| Q_MULTIMEDIA_EXPORT QImage | videoFramePlaneAsImage (QVideoFrame &frame, int plane, QImage::Format targetFromat, QSize targetSize) |
| Maps the video frame and returns an image having a shared ownership for the video frame and referencing to its mapped data. | |
| Q_MULTIMEDIA_EXPORT QImage qImageFromVideoFrame | ( | const QVideoFrame & | frame, |
| bool | forceCpu = false ) |
Definition at line 230 of file qvideoframeconverter.cpp.
| Q_MULTIMEDIA_EXPORT QImage qImageFromVideoFrame | ( | const QVideoFrame & | frame, |
| const VideoTransformation & | transformation, | ||
| bool | forceCpu = false ) |
Definition at line 237 of file qvideoframeconverter.cpp.
| Q_MULTIMEDIA_EXPORT QImage videoFramePlaneAsImage | ( | QVideoFrame & | frame, |
| int | plane, | ||
| QImage::Format | targetFromat, | ||
| QSize | targetSize ) |
Maps the video frame and returns an image having a shared ownership for the video frame and referencing to its mapped data.
Definition at line 376 of file qvideoframeconverter.cpp.
References QVideoFramePrivate::handle().