How to insert frames from a digital camera in a QT application
General and Desktop
5
Posts
3
Posters
1.7k
Views
1
Watching
-
Hello every one,
I have to create an application that show a video recording on realtime from a digital camera.
I've checked different modules of QT, like QAbstractVideoBuffer, QAbstractVideoSurface, QVideoFrame, QVideoSurfaceFormat, but I don't know if it's possible to do with QT.
Anyone knows any examples to do it?
Thank you very much
-
Qt doesn't have support for video cams. You may want to take a look to "OpenCV":http://opencv.org/
...and If I remember it right, they have an example for Qt there.
PS: Please move this thread to "3rd Party Software"