Video Recording on Windows
-
Hello, I'm developing an application which involves video recording and which should work on Windows. The problem is that, according to this, video recording is not supported on Windows. Is there any workaround which could allow me to record using a QCamera? For example, is it possible to access what is being recorded frame-by-frame in a portable way?
-
Hi,
Are you using PySide6 ?
-
Which version ?
-
Depending on your use case, you might want to consider OpenCV.
-
Yes, I already tried it. the problem is that it looks like that, on OpenCV, there isn't a way to list the available devices.
On Linux I can initialize OpenCV's VideoCapture class using names such as '/dev/video0' obtained via QCameraInfo. On Windows, as far as I know, I can't: I must use numbers and I don't have a way to obtain a list of associations device-number.