-
Notifications
You must be signed in to change notification settings - Fork 53
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
Issue with Selecting Specific UnityCapture Devices in pyvirtualcam #121
Comments
To use a specific unity virtual camera, you have to install different ones with different names...if you install different cameras with same name, you will encounter this kind of error, pyvirtualcam send to the specific name, so if the names are the same, all will have same mirrored output. |
Hello @Mo18769 , same problem here. Did you find a solution? |
You have to use the one pull request of unity Capture and build it yourself... I think i hosted it on this subdomain: |
Thank you so much @Mo18769 . It works !! |
Environment
Operating System: Windows 11
Python Version: 3.12.2
pyvirtualcam Version: Latest
Virtual Camera Used: UnityCapture
Virtual Camera Version: Latest
Describe the bug
I'm encountering a bug when using pyvirtualcam with multiple UnityCapture devices. Specifically, after installing 10 UnityCapture devices and attempting to select and use a device other than the first one through pyvirtualcam, none of the devices function as intended. Instead, all UnityCapture devices mirror the output designated only for the first device.
To Reproduce
The text was updated successfully, but these errors were encountered: