(43d81f4e2862b824b0d18b8592f0c82964d85ae7)
#include "qwindowscamera_p.h"
#include "qsemaphore.h"
#include "qmutex.h"
#include <private/qmemoryvideobuffer_p.h>
#include <private/qwindowsmultimediautils_p.h>
#include <private/qvideoframe_p.h>
#include <private/qcomobject_p.h>
#include <private/qwmf_support_p.h>
#include <QtCore/private/qsystemerror_p.h>
#include <mfapi.h>
#include <mfidl.h>
#include <mferror.h>
#include <mfreadwrite.h>
#include <system_error>
Go to the source code of this file.
◆ calculateVideoFrameStride()
int calculateVideoFrameStride |
( |
IMFMediaType * | videoType, |
|
|
int | width ) |
|
static |
◆ createCameraReader()
◆ createCameraSource()
ComPtr< IMFMediaSource > createCameraSource |
( |
const QString & | deviceId | ) |
|
|
static |
◆ findVideoType()
ComPtr< IMFMediaType > findVideoType |
( |
IMFSourceReader * | reader, |
|
|
const QCameraFormat & | format ) |
|
static |
◆ setCameraReaderFormat()
bool setCameraReaderFormat |
( |
IMFSourceReader * | sourceReader, |
|
|
IMFMediaType * | videoType ) |
|
static |