Merge remote-tracking branch 'origin/5.4' into dev
Change-Id: I5575a4ba13212c9bfe73a3de3ef17c6528beafc3
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
player->setVideoOutput(myVideoSurface);
|
||||
player->setMedia(QUrl::fromLocalFile("observation.mp4"));
|
||||
player->play(); // Start receving frames as they get presented to myVideoSurface
|
||||
player->play(); // Start receiving frames as they get presented to myVideoSurface
|
||||
\endcode
|
||||
|
||||
This same approach works with the QCamera object as well, to receive viewfinder or video
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#ifndef QVIDEOPROBE_H
|
||||
#define QVIDEOPROBE_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QtCore/QObject>
|
||||
#include <QtMultimedia/qvideoframe.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user