SOLVED VEYE-MIPI-327E orin/orin nano support
-
Hello,
recently we have been struggling with some shuttering on our cameras. Sometimes they work perfectly fine and sometimes there is lag which is forcing docker restarts. The shorter the cable is the better camera is behaving.I am trying to find confirmation if MIPI-327E is actually supported for orin nano platform.
On one hand you are stating that it is not supported:
wiki page: https://wiki.veye.cc/index.php/CSI-2/MIPI_Camera_Selection_Guide#Standard_Camera_Module (orin agx not supported)
product page: https://www.veye.cc/en/product/veye-mipi-327e/ (no iformation about orin support)On the other hand you are providing bsp for orin on your github with 327E listed:
https://github.com/veyeimaging/nvidia_jetson_veye_bsp/blob/1df028d6b1fd2b26c835ab3ee2d4a2df2f15cdeb/dtbs/Orin/JetPack_5.1.1_Linux_JETSON_ORIN_TARGETS/dts dtb/common/t23x/p3768/kernel-dts/cvb/tegra234-camera-rbpcv3-veyecam2m.dtsiThere is also a note:
"6.2 VEYE cameras on Jetpack5.x
Jetpack5.x has more stringent requirements for mipi signals in xavier and orin platforms. VEYE-MIPI-xxx series cameras need firmware hdver>=7 to be perfectly supported."We have hdver driver 3 and the camera is actually working so we are quite confused. Does hdver 7 is strictlly correlated to the newer version of the camera or it is just the firmware which can be updated?
Can you give me more insights about potential problems which might occur trying to use 327e on orin nano? I belive we can have potential timing issues releted to jetpack 5.x .
-
@lucas
I tested it, and the VEYE 327E works fine on both Orin Nano and Orin NX in my environment. Below is the connection diagram.
The Jetpack version is 5.1.2, and the device tree binary (DTB) used is from the JetPack_5.1.2_Linux_JETSON_ORIN_TARGETS/dts/dtb/VEYE-MIPI-CAM2M directory.@lucas said in VEYE-MIPI-327E orin/orin nano support:
recently we have been struggling with some shuttering on our cameras. Sometimes they work perfectly fine and sometimes there is lag which is forcing docker restarts. The shorter the cable is the better camera is behaving.
I recently received some feedback indicating issues with MIPI signal quality when using a non-official carrier board for Orin Nano/NX.
I'd like to confirm, are you using NVIDIA's official development kit (devkit) or a third-party board? -
@veye_xumm
Thank you for the reply, we are actually using Avermedia NX215 carrierboards, due to dev boards lack of production support, so that might be an issue.