We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i start flash then click on recording then flash is closed, why this happend. Anybody help me
The text was updated successfully, but these errors were encountered:
hi I solved by this just add below code to the end of onStartRecording() function
` int flash = photographer.getFlash(); if (flash == Values.FLASH_TORCH) { photographer.setFlash(Values.FLASH_OFF);
new Handler().postDelayed(new Runnable() { @Override public void run() { photographer.setFlash(Values.FLASH_TORCH); } },100); }`
Sorry, something went wrong.
Hi @mashtyyy
Are you getting a blink after starting the recording by the solution you gave above?
I am also facing the flash issue, any resolution folks?
No branches or pull requests
when i start flash then click on recording then flash is closed, why this happend. Anybody help me
The text was updated successfully, but these errors were encountered: