Qt 6.11 is out! See what's new in the release
blog
QCamera supported capture modes
General and Desktop
3
Posts
2
Posters
1.3k
Views
1
Watching
-
Hello. I am currently working on a webcam based project and I would like to know what are the conditions required for the webcam for it to support QCamera::CaptureVideo mode because I don't seem to find anything regarding this. As another question I would like to know which codecs are supported for this for Windows mostly :) Thank you in advance
Qt 5.1.0 MSVC 2010
Win 7 x86 Pro -
bumpiddy bump
-
Hi,
You might have to dig a bit in the multimedia plugins code to find out. There's a wmf and a ds plugin for windows.
Hope it helps