-
Notifications
You must be signed in to change notification settings - Fork 45
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
Can't able to do Default Zoom 2 when scanner is launched #89
Comments
For anyone using typescript: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
it's not working for me. constraints={{ advanced: MediaTrackConstraintSet[] }} not include zoom. So any other solution? |
Yes, MediaTrackConstraintSet lacks a zoom property, which is why we initialized it with type 'any.' If you're using the scanner component in a mobile application, the camera should reflect the zoom level you selected. |
I want to set Default Zoom 2 when scanner is launched, currently I'm not able to find property for that.
The text was updated successfully, but these errors were encountered: