Hello,
I am using the new libraries in order to make the camera work. However to no avail.
I have downloaded an app that succesfully uses the front camera of my android device. However i cannot do the same on my own by code.
I need help to find out how i can achieve what "CameraFi" app succesfully does that i can't do with B4A.
My code is simple:
When the opencamera function is set it returns id="" it has not found a camera...
I am using the new libraries in order to make the camera work. However to no avail.
I have downloaded an app that succesfully uses the front camera of my android device. However i cannot do the same on my own by code.
I need help to find out how i can achieve what "CameraFi" app succesfully does that i can't do with B4A.
My code is simple:
B4X:
camX2.Initialize(pnlDemoVideo)
camX2.OpenCamera(True)
When the opencamera function is set it returns id="" it has not found a camera...