Muhannad
Results
1
issues of
Muhannad
I'd like to propose an extension to get a camera by direction. the implementation would be something like that : ``` enum class FACING(val direction: Int) { FRONT_CAMERA(CameraCharacteristics.LENS_FACING_FRONT), REAR_CAMERA(CameraCharacteristics.LENS_FACING_BACK) }...