CrazyOrr/FFmpegRecorder

Flash option

awaisashreact opened this issue · 2 comments

is there any way to add flash option in it?

Check out the Camera API

Camera.Parameters parameters = mCamera.getParameters();
List<String> supportedFlashModes = parameters.getSupportedFlashModes();
parameters.setFlashMode(Camera.Parameters.FLASH_MODE_XX);