You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought an additional issue might make sense as it differs from #310. As already stated in PR #311
With udev and/or in containers it is possible to have the camera mounted where ever you want in the file system instead of just /dev/videox. I suggest the code should not make any assumptions about the possible paths
I didnt perform any tests yet but I think v4l2-ctl --list-devices will actually correctly list all devices even if they are not at /dev/videox
I thought an additional issue might make sense as it differs from #310. As already stated in PR #311
With udev and/or in containers it is possible to have the camera mounted where ever you want in the file system instead of just
/dev/videox
. I suggest the code should not make any assumptions about the possible pathsI didnt perform any tests yet but I think
v4l2-ctl --list-devices
will actually correctly list all devices even if they are not at/dev/videox
Example output for my system is:
So apparently it finds the /dev/media0
The text was updated successfully, but these errors were encountered: