Has anyone gotten the Front Camera working with ACL
or any other libraries?
I was testing on a 2.3 device
Here was a few random things I was trying below....
In no order, I clumped them together for this post...
or any other libraries?
I was testing on a 2.3 device
Here was a few random things I was trying below....
In no order, I clumped them together for this post...
B4X:
' Camera.Parameters p = mCamera.getParameters();
' p.set("camera-id",2);
' mCamera.setParameters(p);
camera1.ParmStr = "camera_id"
camera1.CameraFront
camera1.CameraFront2
camera1.openFrontFacingCameraGingerbread
'camera1.rCPKey("camera_id")
camera1.wiCPKey("camera_id",2)
camera1.wiCPKey("camera-id",2)