Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Multiple Web Cameras
-
Hello, I am wondering if it is possible with Qt to create a web conferencing platform. A user will click on an object and that will display there web camera with audio. Please let me know.
thank you
-
Yes it is possible to get video and audio from WebCam to Qt application.
You can use Qt Multimedia framework. See "examples":http://qt-project.org/doc/qt-5/multimedia-examples.html
But you will have to implement the conferencing protocol by yourself.