-
Hello everyone, I wanted to ask if anyone had experience in reading a webcam stream with cv2 in 1920x1080 and broadcasting it in the same resolution. When trying, the FPS are horrible for me. Did anyone experience the same? I know that SnapCamera is able to do that, so I was wondering what is the fundamental difference between that and pyvirtualcam. EDIT: I'm using the OBS backend btw. Thanks in advance and kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Actually, I just found out that instantiating cv2.VideoCapture with the cv2.CAP_DSHOW was my problem. For some reason it made it slower. |
Beta Was this translation helpful? Give feedback.
Actually, I just found out that instantiating cv2.VideoCapture with the cv2.CAP_DSHOW was my problem. For some reason it made it slower.