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
Heyy, wanted to ask, if it's possible to add HW camera ID into this camera. I mean that ID inside brackets.. As you can see, it's not part of camera name, but it's being printed with device.label
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Yes, through navigator.mediaDevices.enumerateDevices().
You have to first give permissions to use camera, then run that command.
For example go to https://webcamtests.com test cam, give cam permissions and then navigator.mediaDevices.enumerateDevices() will print you devices correctly.
Problem is, that many websites detect that its virtual camera because of that HW ID, which is missing when softcam is used.
Heyy, wanted to ask, if it's possible to add HW camera ID into this camera. I mean that ID inside brackets.. As you can see, it's not part of camera name, but it's being printed with device.label
Thanks in advance!
The text was updated successfully, but these errors were encountered: