-
Notifications
You must be signed in to change notification settings - Fork 538
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 we re-init the facefilter? #74
Comments
Adding to this -- I know about toggle_pause, but it still shows my camera is on. |
Hi, This issue is strongly related to this one: #57 In this app we use react/redux : https://jeeliz.com/sunglasses There is a I strongly not recommend to start/stop/restart the video acquisition through WebRTC. Some implementations of the standard/video drivers is really dumb. On apple devices for example there are a lot of reliability problems. If you want to reinit facefilter you can still reload the full page. It won't be very handy for a one page app but you will be sure that the browser has reset everything properly. If you still want to add this feature, we can add it as a service. Best, |
More info about this issue: _The canvas element is in the index.html template. It is a react antipattern, but there is only 1 facefilter canvas and I don't see a better way to do it._ |
How can I work around the 'ALREADY_INITIALIZED' error message? Can I force it to reinitialize? I'm working within React.
I have an AR component which is triggered from another component — it will change the view. I can then close out of my AR (face filter) view to bring me back to its parent component.
When I attempt to go back into my AR view, it’s eroding and telling me already initialized.
Or
The text was updated successfully, but these errors were encountered: