I am using the argus_camera application to stream 4 cameras. I want to fix the camera modules to a particular port index.
Ex : video2 video3 vide4 video5
But the argus_camera application gets the available camera details and lists them out from 0 to 4.
Is there a way to modify the argus_camera application to numbering the camera devices as static ?
OK, then I would suggest using v4l2-ctl --list-devices or any others v4l2 API to get the sensor module like i2c address to modify the argus_camera to remap it as your request.