duanhong169 / Camera

📸 Use Android camera to take pictures and videos, based on `camera2` api.
Apache License 2.0
130 stars 45 forks source link

Front camera not working in video recording #21

Closed CrazyCoderAndroid closed 4 years ago

CrazyCoderAndroid commented 4 years ago

camera not getting flipped. It always open the back camera. How to open front camera ?

CrazyCoderAndroid commented 4 years ago

worked for me after removing

if (level == null || level == CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY) { continue; }

fromchooseCameraIdByFacing() method of Camera2Photographer.java