I am using the imx477 camera, and the three hardware platforms mentioned below are all development kits. Orin NX, Xavier NX can use the isp parameter file (camera_overrides.isp) normally on the L4T35.3.1 (JetPack 5.1.1) system, but AGX Orin cannot be used on the same system, and the camera cannot output images. What may be the reason? (I using the same camera_overrides.isp file)
it looks not related to ISP parameters, the error dmabuf_fd -1 means the camera registration has not complete.
please have a try to narrow down the issue,
for example,
(1) please removing ISP override files, and also cache files (*.bin) to test again.
(2) you may try with Applications Using V4L2 IOCTL Directly to check the basic camera functionality.