Virtual Cameras as input device #217
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I played around with some virtual cameras this week, and it seems like some virtual cameras show up as input devices, but not others. For example, I first tried the Snap Camera, and that showed up just fine in the list of possible devices available to \psi. But then I downloaded and tried OBS, and confirmed that its virtual camera does not show up. The problem seems to be of Media Foundation vs DirectShow. Our One solution would be for someone to write a new I don't have a setup that can replicate your VMWare question, but I suspect the answer might be the same. Perhaps VMWare also uses DirectShow to surface physical cameras in the VM? One thing you could check is if the Windows 10 Camera app sees any of the cameras. |
Beta Was this translation helpful? Give feedback.
I played around with some virtual cameras this week, and it seems like some virtual cameras show up as input devices, but not others. For example, I first tried the Snap Camera, and that showed up just fine in the list of possible devices available to \psi. But then I downloaded and tried OBS, and confirmed that its virtual camera does not show up.
The problem seems to be of Media Foundation vs DirectShow. Our
MediaCapture
component is built off of Media Foundation APIs and libraries, and does not support DirectShow devices (which virtual cameras like OBS are implemented as). This is also why, for example the OBS virtual camera doesn't show up in Windows 10's camera appOne solution would…