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
Traceback (most recent call last):
File "c:\Users\Nothing\Downloads\All VS code projects\Test Projects\testwebcam.py", line 6, in <module>
with pyvirtualcam.Camera(width=1280, height=720, fps=20, backend="unitycapture") as cam:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Nothing\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyvirtualcam\camera.py", line 219, in __init__
raise RuntimeError('\n'.join(errors))
RuntimeError: 'unitycapture' backend: No camera registered. Did you install any camera?
The text was updated successfully, but these errors were encountered:
Describe the bug
pyvirtualcam not recognizing UnityCapture
To Reproduce
cloned unitycapture repo, ran install.bat as admin , restarted PC, ran a test code and face this error -
The text was updated successfully, but these errors were encountered: