Many newer phones have multiple main cameras, E.G the Samsung S10 has a normal camera, Wide angle and telephoto as three separate camera modules. Is there a way in B4A to select which camera module to use?
Many newer phones have multiple main cameras, E.G the Samsung S10 has a normal camera, Wide angle and telephoto as three separate camera modules. Is there a way in B4A to select which camera module to use?
The Camera Ids for multiple camera devices is 0, 1 and 2.
The Camera2 library will be useful
I had to change the Class Initialize method a bit to be able to pass the camera Id and iterate through any of the cameras.
The Camera Ids for multiple camera devices is 0, 1 and 2.
The Camera2 library will be useful
I had to change the Class Initialize method a bit to be able to pass the camera Id and iterate through any of the cameras.