-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
iOS 16 breaks camera view #423
Comments
Thank you for filing an issue! Please be patient. :-) |
I am writing to a image element by calling this to see the camera input, looks fine on non iOS 16 devices so looks like a video render bug it might be due to new changes or might just be a iOS bug so can keep an eye on this going forward and report if I notice it get fixed in any future Developer Beta.
|
This is not a problem in the stable version of iOS and the new beta builds from what I can see. |
My apologies for not seeing this one before. Time since June has been really busy. I'm glad that Apple seems to have fixed the issue though :D :D Thanks for reporting back. Much appreciated. |
Looks like now that I have iOS 16 installed on stuff it wont scan, added a debug button that dumps a image on page of the canvas from Quagga.canvas.dom.image; and the content is just a black box, preview still works so looks like the JS can't capture the image stream.
I am playing around with custom capture of the video element and see what I can find.
The text was updated successfully, but these errors were encountered: