Erel, can I set the front camera with Reflection Library?
I think it's important to get the front camera working
I am using the ACL Library
B4X:
Dim r As Reflector
r.Target = camera1
r.RunMethod("getParameters")
r.RunMethod3("setParameters", "camera_id", "java.lang.String", "2", "java.lang.int")