Flash option
awaisashreact opened this issue · 2 comments
awaisashreact commented
is there any way to add flash option in it?
CrazyOrr commented
Check out the Camera API
Camera.Parameters parameters = mCamera.getParameters();
List<String> supportedFlashModes = parameters.getSupportedFlashModes();
parameters.setFlashMode(Camera.Parameters.FLASH_MODE_XX);
awaisashreact commented
Thanks
…On Fri, Apr 20, 2018, 10:44 AM Lei Wang ***@***.***> wrote:
Check out the Camera API
Camera.Parameters parameters = mCamera.getParameters();List<String> supportedFlashModes = parameters.getSupportedFlashModes();
parameters.setFlashMode(Camera.Parameters.FLASH_MODE_XX);
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AkvWy978zbYqARI5mBHV5Yhpokq471BUks5tqXWngaJpZM4Tba8r>
.