Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10, trying to stream virtual camera - "ERROR: LoadError: Could not open" #338

Open
MalteBoehm opened this issue Nov 8, 2021 · 1 comment

Comments

@MalteBoehm
Copy link

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!

@MalteBoehm
Copy link
Author

Okay solved it.

Info or anyone on Windows

# 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 names
println(VideoIO.CAMERA_DEVICES)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant