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
Hey guys, I want to connect to the stream of a virtual camera. However, even with a real webcam, I´m not yet able to connect to this device, when I follow documentation.
In Skype or Teams, i find the working camera by the name of "OBS-Virtual Camera"
This is one of many tries
using GLMakie
using VideoIO
f =opencamera("OBS-Virtual Camera")
playvideo(f)
Any idea how to make it work?
Thank you!
The text was updated successfully, but these errors were encountered:
# this is how you open a cam, pass a parameter like i did with the OBS Virtual Camera
cam =opencamera("video=OBS Virtual Camera")
# this if how you get all device namesprintln(VideoIO.CAMERA_DEVICES)
Hey guys, I want to connect to the stream of a virtual camera. However, even with a real webcam, I´m not yet able to connect to this device, when I follow documentation.
In Skype or Teams, i find the working camera by the name of "OBS-Virtual Camera"
This is one of many tries
Any idea how to make it work?
Thank you!
The text was updated successfully, but these errors were encountered: