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
I'm not sure if this is the right forum to ask this question, if it's not, if it's not, I would appreciate it if you could direct me to the right place.
I'm having issues while trying to get camera raw image in the hololens 2 device. I tried using the camera-access requiredFeature but it seems like it's not allowed, as the application won't start (everything works fine in a mobile device).
However, I'm being able to display video from hololens in my webapp using navigator.mediaDevices.getUserMedia(). Am I missing something else about camera-access constraints.