I can get /dev/video0 and /dev/video1 successfully, and test video0 cannot get video, but video1 can get video normally.
and attach my dts file: tegra234-camera-rbpcv2-xs9922.dtsi.log (6.1 KB)
*** Please note that this reply is generated by LLM automatically ***
Based on the provided information, it appears that you are experiencing issues with the MIPI CSI video input on the Jetson Orin Nano module. You have successfully connected the camera and obtained dev/video0 and dev/video1, but are unable to get video from video0 while video1 works normally.
To troubleshoot this issue, let’s examine the provided information:
Hardware Connection: You have provided images of your hardware connection, but unfortunately, I’m a text-based AI and cannot view images. However, I can provide general guidance on the connection.
MIPI Data Format: You have mentioned the MIPI data format, but without specific details, it’s difficult to provide targeted advice. However, I can suggest that you verify the MIPI data format is correctly configured in your device tree file.
Device Tree File: You have provided a device tree file (tegra234camerarbpcv2xs9922.dtsi) and a log file (dmesg output). These files can provide valuable information about the issue.
Based on the provided log file, it appears that there are some errors related to the camera interface. Specifically, the log file mentions:
tegra_csi_camera_start_streaming: buffer channel not found
tegra_csi_camera_stop_streaming: buffer channel not found
These errors suggest that there might be an issue with the buffer channel configuration or the camera interface.
To resolve this issue, I recommend the following steps:
Verify MIPI Data Format: Double-check that the MIPI data format is correctly configured in your device tree file. Ensure that the format matches the camera’s output format.
Check Buffer Channel Configuration: Verify that the buffer channel configuration is correct in your device tree file. Ensure that the buffer channels are properly defined and configured for the camera interface.
Camera Interface Configuration: Review the camera interface configuration in your device tree file. Ensure that the camera interface is properly configured and enabled.
Test with a Different Camera: If possible, try testing with a different camera to rule out any camera-specific issues.
If you’re still experiencing issues after trying these steps, please provide more detailed information about your setup, including the camera model, MIPI data format, and device tree file configuration. This will help me provide more targeted advice.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***