You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a detachable camera (such as a USB webcam) is removed after a successful VueXR session, a new session will throw DOMException: Requested device not found. To mitigate, check if camera is still present on new Session, and delete it from the LocalStorage.
The text was updated successfully, but these errors were encountered:
If a detachable camera (such as a USB webcam) is removed after a successful VueXR session, a new session will throw
DOMException: Requested device not found
. To mitigate, check if camera is still present on new Session, and delete it from the LocalStorage.The text was updated successfully, but these errors were encountered: