Skip to content
New issue

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

How can I stop camera preview in flutter web version? #48

Open
karimi1064 opened this issue Nov 30, 2021 · 0 comments
Open

How can I stop camera preview in flutter web version? #48

karimi1064 opened this issue Nov 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@karimi1064
Copy link

I successfully scan QR code in flutter web app, but after scanning and get a result, camera preview doesn't stop, even using these commands:

_scannerController?.stopCameraPreview();
_scannerController?.stopCamera(); 

In mobile version, everything goes OK. My issue is only in web version in stopping camera preview.

@pdliuw pdliuw added the enhancement New feature or request label Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants