Hello,

 

I use CMake with Qt >= 5.11.1 and have troubles to get my camera working
under iOS 12.1.

I set the required key/value (NSCameraUsageDescription) in the Info.plist
file and link against the required libraries:



target_link_libraries(${PROJECT_NAME} Qt5::AVFServicePlugin) # imported
library for libqavfcamera.a

 

But when I switch to the page which includes the Qml Camera and VideoOut, I
get the following error:

defaultServiceProvider::requestService(): no service found for –
“org.qt-project.qt.camera”

 

I also read the other solved problems, but can’t figure out what the problem
is, since I link against the required library and set the key in the
Info.plist file.

 

Do I miss something else?

 

Thanks in advance

 

Kind regards

Roman

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to