Re: [Interest] Problems getting Qml camera to work under iOS

2019-02-11 Thread Jason H
day, February 10, 2019 at 1:23 PM > From: "Roman Wüger" > To: "'Qt Project MailingList'" > Subject: [Interest] Problems getting Qml camera to work under iOS > > Hello, > > > > I use CMake with Qt >= 5.11.1 and have troubles to get my camera workin

[Interest] Problems getting Qml camera to work under iOS

2019-02-10 Thread Roman Wüger
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