-
This feels like an installation problem, hence, "Discussion", but if it turns out to be an issue, I'll move this to the "Issues" side. I am running examples/webcam_filter.py and I am getting the error message below:
Do you have any advice on this error? Information: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The line that throws the error is from OpenCV trying to read a frame from your webcam. This is independent of pyvirtualcam. Check if you have multiple video devices, maybe you just have to use a different one with the |
Beta Was this translation helpful? Give feedback.
The line that throws the error is from OpenCV trying to read a frame from your webcam. This is independent of pyvirtualcam. Check if you have multiple video devices, maybe you just have to use a different one with the
--camera 0
CLI argument. Try 1, or 2.