-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4 Lans CSI0 with IMX252 is not working #133
Comments
@VC-Support please can you tell me, is the modification is correct or not ? |
I have tried ./quickstart.sh method with necessary changes for example 4 lanes, for CAM0: port-index = <0x00>, tegra_sinterface = "serial_a" and for CAM1: port-index = <0x02>, tegra_sinterface = "serial_c" v4l-ctls was missing so I manually installed it yet, got this error jetson@nvidia:~$ v4l2-ctl -d /dev/video1 --stream-mmap --stream-count=100 |
Hello @noob502 , my first thought was the lane_polarity. So I tried to reproduce the problem on JNX42 with your dtsi file, but it was working. When I changed the lane_polarity, I just got a timeout, but not the same error message as you got. Then, I've seen your thread in the nvidia forum. That means, you took the nvme from your working JNX42 into your custom board and it succeeded? best regards |
@noob502 , btw: the pixelclock value of 600000000 for your 10 Bit setup is ok. Since the IMX252 is running with 1500 Mbps |
Hello all,
We have developed a customer carrier board that is very similar to the Jetson Orin Nano devkit, with a custom image created using the Yocto tool. We are using IMX252 camera sensor and Vision Component driver.
We have followed the Jetson Nano product design guide for 4 lanes cames.
We can see both cameras at /dev/video* and get the basic info on each camera, but we cannot capture any frame with CSI0.
According to that, we have modified the device tree following:
The text was updated successfully, but these errors were encountered: