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
Camera work normally.
Just see camera screen (as Screenshots) and there is no control to capture photo or dismiss camera. Need to kill app.
It only happens for the first time when you need to grant camera access permission. After kill the app and re-run app then camera will work normally.
Please provide detailed steps for reproducing the issue.
MCamera() .setCameraOutputType(.photo) .setAudioAvailability(false) .setCloseMCameraAction({ debug("Closed camera") }) .onImageCaptured({ image, controller in debug("Captured a photo") }) .startSession()
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
The text was updated successfully, but these errors were encountered:
FulcrumOne
No branches or pull requests
Prerequisites
Expected Behavior
Camera work normally.
Current Behavior
Just see camera screen (as Screenshots) and there is no control to capture photo or dismiss camera. Need to kill app.
It only happens for the first time when you need to grant camera access permission. After kill the app and re-run app then camera will work normally.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Code Sample
Screenshots
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
The text was updated successfully, but these errors were encountered: