Bringing the output of a webcam into Qt
Unsolved
Brainstorm
-
Can anyone help me with the code for displaying the output of a webcam into the qt creator. The live video output of the web cam or a facecam of a laptop must be shown in the qt. Please guide me about this topic. Or how to windows inbuilt app into qt?
-
You should take a look at Qt Multimedia in the documentation:
http://doc.qt.io/qt-5/multimediaoverview.htmlThe Multimedia Recipes section there has links to examples for accessing the camera. Just remember that the cameras are ultimately handled by the operating system, and Qt relies on the operating system providing the exact camera features.