In my app, zooming is limited to the main lens instead of the telephoto lens of the device(if there is one).
The telephoto lens could be provided by any manufacturer; I do not wish to implement an API specific to a manufacturer's device to access the telephoto or wide angle lens.
This results in less optimal pictures, and the app cannot zoom further then the main camera's zoom limits.
How do I use the telephoto lens (and wide angle lens as well if possible) to zoom in my app?
Thanks.