Replies: 5 comments 4 replies
-
Could you try again with the latest version? Also, could you make sure to first start the Python script and only then use the camera in other apps? |
Beta Was this translation helpful? Give feedback.
-
Hi,
the latest verion is not working form me.
When i have instelled OBS Studio pyvirtualcam in version 0.5 uses the OBS-Virtual-Camera and not the OBS-Camera wich i registerd.
In Version 0.34 it works but there i have the problem setting the outputreolution
Von: Maik Riechert ***@***.***>
Gesendet: Mittwoch, 10. März 2021 21:46
An: letmaik/pyvirtualcam ***@***.***>
Cc: derchipo ***@***.***>; Author ***@***.***>
Betreff: Re: [letmaik/pyvirtualcam] can't set output resolution (#14)
Could you try again with the latest version? Also, could you make sure to first start the Python script and only then use the camera in other apps?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#14 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASWKKZCXZNJZRCKLLNLQYP3TC7LBLANCNFSM4XEOLPQQ> . <https://github.com/notifications/beacon/ASWKKZHLL6VMK3VPRWV36H3TC7LBLA5CNFSM4XEOLPQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOF5ZSTZA.gif>
|
Beta Was this translation helpful? Give feedback.
-
Can you check the README? There have been some changes in newer versions. |
Beta Was this translation helpful? Give feedback.
-
Yes,
i saw that in the new version the lib select the first avalable device. This crashes my script when i habeOBS-Studio installed. Maybee it’s a bug ?
Von: Maik Riechert ***@***.***>
Gesendet: Dienstag, 16. März 2021 18:37
An: letmaik/pyvirtualcam ***@***.***>
Cc: derchipo ***@***.***>; Author ***@***.***>
Betreff: Re: [letmaik/pyvirtualcam] can't set output resolution (#14)
Can you check the README? There have been some changes in newer versions.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#14 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASWKKZFIDIIF6GD5FE2G223TD6JLNANCNFSM4XEOLPQQ> . <https://github.com/notifications/beacon/ASWKKZH5GBOROTBYVOQF62LTD6JLNA5CNFSM4XEOLPQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOF63C2BQ.gif>
|
Beta Was this translation helpful? Give feedback.
-
Same topic, different backend. I do not have this issue when using the OBS Virtual Camera, that sets the output correctly, but when switching to Unity Video Capture, the output is always 1440x900 and 30 fps, regardless of the parameters. I am using pyvirtualcam-0.8.0 and UnityCapture current release. For example: cam = pyvirtualcam.Camera(width=640, height=480, fps=25, device='Unity Video Capture', backend='unitycapture') I even tried it with your Usage example code in the README, with the same result. Thank you |
Beta Was this translation helpful? Give feedback.
-
Thanks vor this lib. It works fine for me. But there ist one Problem
After multiple tests it is not possible to set the outputresolution.
cam = pyvirtualcam.Camera(width=1920, height=1080, fps=18, print_fps=True)
cam = pyvirtualcam.Camera(width=1280, height=720, fps=18, print_fps=True)
cam = pyvirtualcam.Camera(width=768, height=432, fps=18, print_fps=True)
cam = pyvirtualcam.Camera(width=480, height=270, fps=18, print_fps=True)
and all with
cam = pyvirtualcam.Camera(480, 270, fps=18, print_fps=True)
all of these inits procuces the same Output: 1920x1080 with very large img sizes
How can I reduce the Quality to get a better stream with bad uploadspeed.
Or how can i set the default output resolution.
Beta Was this translation helpful? Give feedback.
All reactions