To capture image from video frame qml(Qt -5)
QML and Qt Quick
2
Posts
2
Posters
2.7k
Views
1
Watching
-
Hello,
the only QtMultimedia element that has screen capturing capabilities on its own is CameraCapture, related to camera functionality. Perhaps capturing an image from C++ side is possible through "QGraphicsScene::render":http://qt-project.org/doc/qt-5.0/qtwidgets/qgraphicsscene.html#render or "QGraphicsView::render":http://qt-project.org/doc/qt-5.0/qtwidgets/qgraphicsview.html#render, but I am not sure.
See also "this thread":http://qt-project.org/forums/viewthread/27117 with its "QQuickView::grabWindow":http://qt-project.org/doc/qt-5.0/qtquick/qquickwindow.html#grabWindow recommendation.