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.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest