Camera activity check
Unsolved
General and Desktop
-
Hello
How can I check a web camera activity ?
I would like to know is any other program currently use a camera? How can I check it before camera-start(); ?camera = new QCamera;
mySurface = new MyVideoSurface;
camera->setViewfinder(mySurface);camera->start();
-
Hi and welcome to devnet,
I would try with the QCamera::status property.
-
This post is deleted!