0

I need to connect multiple USB cameras to my linux sytem. At any time given the cameras could be connected or disconnected from the system. They are all compatible with video4linux, so the connected ones are in /dev/video* (* being 0,1,2...).

Is there a way to set the system in a way every camera is assigned to a specific /dev/video* ?

so for example:

I have cam0, cam1, cam2, I want them to be assigned respectively to /dev/video0 /dev/video1 /dev/video2 , but in a way that cam1 will always be assigned to /dev/video1, even if cam0 is not attached to the system (in a "default" situation, having only cam1 attached would assign it to /dev/video0)

Barsaas
  • 5
  • 2

0 Answers0