Getting errors when running the virtual_webcam.py script #60
Replies: 6 comments
-
|
Same here, maybe there's something we're doing wrong? |
Beta Was this translation helpful? Give feedback.
-
|
Looks like you do not have the rights to access the v4l2loopback device or specified the wrong device in the configuration. Please check:
|
Beta Was this translation helpful? Give feedback.
-
|
Yeah you're right. Turns out the virtual_video_device in config.yaml was wrong. I tried each of the video devices in /dev until I found the right one. I am trying to add a background to a droidcam webcam feed, and it works! Albeit, slowly, very slowly. |
Beta Was this translation helpful? Give feedback.
-
|
I guess it's time for a FAQ and Troubleshooting section. |
Beta Was this translation helpful? Give feedback.
-
|
Ok, so I am the admin account, so it's definitely allowed to write to the device. How do I set parameters while loading v4l2loopback, and how do I check if |
Beta Was this translation helpful? Give feedback.
-
|
As root: You should now see a Now you should be able to use video10 as virtual device and the webcam device as real device using your normal user account. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
While trying to install this, everything was working until I ran virtual_webcam.py to start the program. For some reason, I always get this error:

Any ideas as to why, and the fixes for it?
Beta Was this translation helpful? Give feedback.
All reactions