Does it support wide angle camera ? #1458
Replies: 2 comments 4 replies
-
Hello, Currently you can open cameras using the camera id and list cameras so if you can detect a physical wide angle camera with camera2 api you can do it: I haven't a way to detect if the device has wide angle camera but theoretically you can check the focal of a camera so maybe we can find a wide angle camera using this way. We should get a device with a physical wide angle camera and get all focal length of the cameras. But I have a question: |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for the method. I added the implementation here: |
Beta Was this translation helpful? Give feedback.
-
Hello Pedro,
Does your lib support wide angle camera ?
From my research, detecting the wide angle on Android is not simple.
There are no "wide angle" capabilities strictly speaking.
Some devices have a physical wide angle camera, sometimes it can be listed in the cameras according to the focal length, depending on the manufacturers.
Devices supporting wide angle logically are based on the zoom level
In your opinion, what would be the tasks to implement a feature that supports wide angle with your library ?
Beta Was this translation helpful? Give feedback.
All reactions