acquire image from built-in camera app
-
wrote on 18 Mar 2015, 15:40 last edited by
Is it possible to invoke the default built-in camera application on Android to take a picture? I know that I can use VideoOutput and Camera elements to make a viewport and take a picture, but I'd prefer to show the user his familiar UI so he can make adjustments (flash, white balance etc) before taking the camera.
-
wrote on 18 Mar 2015, 20:40 last edited by
Hi,
maybe you should start the native CameraActivity. There you also can set the path for the taken image, so you could than access it in qt.
best,
patrik
2/2