-
Notifications
You must be signed in to change notification settings - Fork 535
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
Camera's video not showing on iPhones, IPads and Chrome's Iphone/iPad simulator #198
Comments
Note that it was working great until recently. I realized the problem last week on a code, previously working well, that I haven't touched in 5 months. For the Racoon, the issue appears on |
Hi, Thank you for your detailed bug report and fix proposals. |
Hi @xavierjs |
So, I figured out that my [Chrome + iPhone Simulator] and my [real iPhone + Safari] issues are two different issues! [EDIT] this solved issue #186 and your boilerplate solved my [real iPhone + Safari] problem. I won't create a new issue ticket 👍 thanks a lot for your support and the amazing Jeeliz! |
Hi @yannklein , It is great that it works now on Iphone + Safari (I fixed a major bug during the solving of issue #126 ). I regularly test the boilerplate on Iphone11 + latest IOS and Ipad pro + latest IOS in the beta channel. But there are often bad surprises with IOS updates. I close this issue, feel free to re-open it if the problem occurs again. |
BREAKING NEWS: Camera access is enabled on IOS14.3 which is released this Monday ( December 14th ). So FaceFilter will work on Chrome, Firefox, Opera for IOS, and into |
When watched from an iPhone (tested with iPhone X, iOs 14.2), IPad (Pro 9.7inch, iOs 13.7) and Chrome's Iphone/iPad screen simulator (no problem on Surface, Samsung,... simulators), the
<canvas>
appears empty, no video is showing.Here is a screenshot of the problem with the AR raccoon Jeeliz demo:
It looks like it's a
navigator
object problem. I though of quick-fixing the bug by editingJeeelizFaceTransfer.js
this way:Before
After
But it didn't work out (showing a GoPro WebCam screen instead). Still investigating...
The text was updated successfully, but these errors were encountered: