You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Front camera opens by default instead of the back camera when using the ImagePicker library on some devices, which is unsuitable for certain use cases, such as capturing a scene or object.
I want the ImagePicker library to provide a straightforward way to specify the camera facing direction (front or back) when opening the camera. For instance, an additional method or parameter like .setCameraFacing(CameraFacing.BACK) should be available to control this behavior. This will allow developers to explicitly define whether the front or rear camera should be used when launching the camera.
Front camera opens by default instead of the back camera when using the ImagePicker library on some devices, which is unsuitable for certain use cases, such as capturing a scene or object.
I want the ImagePicker library to provide a straightforward way to specify the camera facing direction (front or back) when opening the camera. For instance, an additional method or parameter like .setCameraFacing(CameraFacing.BACK) should be available to control this behavior. This will allow developers to explicitly define whether the front or rear camera should be used when launching the camera.
Code:
Device: Samsung S10+
Android Version: 12
Library-Version: 2.3.22
The text was updated successfully, but these errors were encountered: