Hi there,
I am porting a mipi driver to a new carrier board and I struggle with libargus. The system is based on L4T 35.4.1 and running on OrinNX 16gb with two IMX412 attached. The v4l part seems fine since I can start streaming with
v4l2-ctl -d /dev/video0 --set-fmt-video=width=4032,height=3040,pixelformat=RG10 --set-ctrl bypass_mode=0 --stream-mmap --stream-count=100
on both sensors. I also can receive single images.
But the nvargus gstreamer call fails. The nvargus_nvraw --lps is also showing no sensors.
The journalctl is always reporting that the loadModeProperties is missing at least one symbol. Please have a look at the attached journatctl:
journalctl.txt (4.9 KB)
My dtsi is as follows:
custom_mipi.dtsi.txt (8.9 KB)
Unfortunately, the sources are not public. Maybe you can see which mode property is missing.
Thank you for considering my request.