[Interest] QCameraInfo & Qt 5.10.1

Igor Mironchik igor.mironchik at gmail.com
Fri Mar 23 10:47:11 CET 2018


Hello.

Let's say I initialized QCamera with right settings (on Linux this is 
/dev/video0)

QCamera * cam = new QCamera( ... );

cam->start();

When the camera is started QCameraInfo::availableCameras() returns list 
of cameras without active camera. This is a regression from pre 5.9 Qt. 
Is this a known issue?

And more

QCameraInfo info( *cam );

now produces camera's info for /dev/video1 whereas cam is /dev/video0.

Is this a know issue too?

How can I workaround these issues?

Thank you.




More information about the Interest mailing list