Hi Samuel,
I had the same problem moving from jetpack4 to jetpack5.
threads are the following:
- Camera driver loaded but no /dev/videoX - #7 by alain.gautherot
- Capture not working on second camera - #26 by JerryChang
the bottom line was to add “vc-id = 0” in the DTS and “vc_id = 0” in the mode sections.
in my case, I’m not using virtual channels so using 0 will work. I don’t know about your particular case though.
Hope this helps,
Alain