Closed CrazyCoderAndroid closed 4 years ago
camera not getting flipped. It always open the back camera. How to open front camera ?
worked for me after removing
if (level == null || level == CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY) { continue; }
fromchooseCameraIdByFacing() method of Camera2Photographer.java
camera not getting flipped. It always open the back camera. How to open front camera ?