*** Please note that this reply is generated by LLM automatically ***
Based on the provided context, I’ll try to help you identify the cause of the issue with your camera not producing images properly on the Jetson Orin NX platform.
Firstly, I’d like to note that the log you provided doesn’t seem to be directly related to the camera issue, as it appears to be a system log showing various kernel events. However, I’ll try to connect the dots using the information from the context.
From the context, I found a few potential issues that might be related to your problem:
IMX219 camera issue: There’s a known issue (4385287) where the preview and capture with argus_samples and argus_camera fail when only one IMX219 camera is connected to the Jetson Orin NX 16GB/8GB, and a dual IMX219 overlay is applied. Although this issue is specific to the 16GB/8GB model, it’s possible that a similar issue might be occurring on your platform.
Sensor-id issue: Another issue (4327644) mentions that when an IMX219 or IMX477 camera is connected to the Jetson Orin NX or Jetson Orin Nano devices through the CAM0 interface, users need to explicitly specify sensor-id=1 instead of the default sensor-id=0 in the gstreamernvarguscamera element to correctly complete a camera recording. This might be related to your issue if you’re using a similar camera setup.
IMX477 camera issue: There’s a known issue (4389380) where a half-preview image of IMX477 is observed when running argus_camera on the Orin Nano 4GB SKU4. Although this issue is specific to the Orin Nano, it’s possible that a similar issue might be occurring on your Jetson Orin NX platform.
To further troubleshoot the issue, I’d recommend checking the following:
Verify that your camera is properly connected to the Jetson Orin NX platform and that the CAM0 interface is being used.
Check your gstreamer pipeline to ensure that the sensor-id is correctly set to 1 (if applicable).
Try using a different camera module or a different platform to isolate the issue.
Review the system logs to see if there are any other error messages related to the camera or argus_camera tool.
If none of these suggestions help, please provide more information about your camera setup, the argus_camera tool version, and any other relevant details to help further diagnose the issue.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***