QML Camera FrontFacing?
-
wrote on 21 Oct 2015, 14:07 last edited by
Hey guys,
according to the documentation I it should be possible to change the camera position using "deviceId" or other parameters. Sadly none seem to be valid for me on latest Qt version, they are all red marked in the QML document.
I simply want to display get the front facing camera on Android. Any help is appreciated! :)
Camera { id: camera focus.focusMode: Camera.FocusAuto } VideoOutput { source: camera focus : visible anchors.fill: parent filters: [ codeFilter ] }
-
-
wrote on 22 Oct 2015, 08:15 last edited by
Yeah either position or deviceId. Both are marked red tho...
-
wrote on 22 Oct 2015, 12:04 last edited by
"Fixed"
Even when "position: Camera.FrontFace" is red marked, it still does actually work.
-
Good !
Since it's working now please mark the thread as solved using the "Topic Tool" button so other forum users may know a solution has been found :)
1/5