Hi people,
I'm currently working on a feature which uses other lenses apart from the regular lens of a camera
Now while going through the documentation I found that we are able to get the logical camera ids and using those we can access cameras
But, I have confused if which camera is what. I meant if the camera id (let's assume ) i is a wide lens of back camera. I'm able to identify if it's a back camera type. But there is no way to identify if it's a wide lens or telephoto!
After going through some articles I found that we can use
- Field of view
- Zoom range
- Focal length
To identify relatively if the camera is wide/telephoto. But, I want to know if there is any standard method for this?