-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different video device #123
Comments
i have fixed the issue by adding --device /dev/video90 in v4l2ctl.js so it specifies the device.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i have been trying to stream a v4l2loopback with rpos.
i changed all the video0 refrences to video90 (my v4l2 device) but when i run the nod it says it cannot find /dev/video0
i've been looking into adding the device to udev (/etc/udev/rules.d/99com.rules) but didn't find out how to do it properly. inside the v4l2loopback there is a udev file so it shouldn't be necesarry in the first place.
The text was updated successfully, but these errors were encountered: