Is there a way to use the wide angle camera (not the front facing one) of Samsung devices?
The device only reports one logical back facing camera, with no physical camera ids, and the REQUEST_AVAILABLE_CAPABILITIES_LOGICAL_MULTI_CAMERA key is not in the supported capabilities.
Can I open the wide angle camera using the Samsung Camera SDK?
Should I even use it, as it is soon to be deprecated?
As far I know you can use super wide angle camera of S10 using Camera ID=2.
Please check the camera list using CameraManager | Android Developers
What is your device model? It would not be wise decision to use SCamera SDk as it will be deprecated from next year.
Original thread is HERE