You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the the nice library.
We're facing issue with Flash when taking photo.
We set Flash mode ON, as below code. But not see Flash when taking photo. AnncaConfiguration.Builder builder = new AnncaConfiguration.Builder(activity, CAPTURE_MEDIA); builder.setFlashMode(AnncaConfiguration.FLASH_MODE_ON); builder.setMediaResultBehaviour(AnncaConfiguration.CONTINUE); new Annca(builder.build()).launchCamera();
Flash working only when click on Flash button on Screen to turn it ON. Then It works only for first photo. And then it wont flash again later even its kept still ON, unless we click on button again to turn it ON.
I try to analyze the code to fix it, but couldn't able fix it. Could you please let us know how to fix this issue.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the the nice library.
We're facing issue with Flash when taking photo.
We set Flash mode ON, as below code. But not see Flash when taking photo.
AnncaConfiguration.Builder builder = new AnncaConfiguration.Builder(activity, CAPTURE_MEDIA); builder.setFlashMode(AnncaConfiguration.FLASH_MODE_ON); builder.setMediaResultBehaviour(AnncaConfiguration.CONTINUE); new Annca(builder.build()).launchCamera();
Flash working only when click on Flash button on Screen to turn it ON. Then It works only for first photo. And then it wont flash again later even its kept still ON, unless we click on button again to turn it ON.
I try to analyze the code to fix it, but couldn't able fix it. Could you please let us know how to fix this issue.
Thank you.
The text was updated successfully, but these errors were encountered: