|
|
@ -424,6 +424,10 @@ public abstract class BaseAnncaFragment<CameraId> extends Fragment implements Ca |
|
|
|
|
|
|
|
|
|
|
|
onCameraTypeFrontBackChanged(); |
|
|
|
onCameraTypeFrontBackChanged(); |
|
|
|
this.cameraController.switchCamera(cameraFace); |
|
|
|
this.cameraController.switchCamera(cameraFace); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (cameraFragmentControlsListener != null) { |
|
|
|
|
|
|
|
cameraFragmentControlsListener.unLockControls(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
protected void setCameraTypeFrontBack(@Configuration.CameraFace int cameraFace) { |
|
|
|
protected void setCameraTypeFrontBack(@Configuration.CameraFace int cameraFace) { |
|
|
|