Can not start the camera. Even the standard example does not work:
\Qt\Examples\Qt-5.6\qtmultimedia\multimediawidgets\camera\ On the line camera->start(); always output to console:
failed to start
During camera->start(); when calling camera->start(); output:
defaultServiceProvider :: requestService (): no service found for - "org.qt-project.qt.camera"
camera->error(); returns:
QCamera :: ServiceMissingError
How to solve this problem?
camera->start();the output is:defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.camera"Andcamera->error();returns:QCamera::ServiceMissingError- Grigory Nikolaevich