edu118
March 2, 2024, 11:00am
1
We developed the AR0234 GMSL2 stereo camera that connects to the Nvidia AGX Orin platform.
We modified Devicetree and created Kernel drivers to generate two video nodes: /dev/video0 and /dev/video1. With the arguse_camera application, both sensors can be lit normally. The two sensors are synchronized in hardware.
argus_camera -d 0
argus_camera -d 1
Our ultimate goal was to run Isaac ROS Visual SLAM, but when running the Issac ROS Argus Camera, we ran into the following problem.
Launch monocular camera, running properly. can save left_image.jpg.
Launch stereo camera. Error reported. as follow:
log as upload
isaac_ros_argus_camera_stereo_log_20240301.txt (13.9 KB)
Hi @edu118
Ths streaming coming from the device developed looks not syncronized and the stream fail.
How did you setup the Devicetree?
Best,
Raffaello
edu118
March 4, 2024, 3:59am
3
Hi @Raffaello
we are external syncronized,use a gpio
Best,
zhangpeng
edu118
March 4, 2024, 9:20am
4
Hi @Raffaello
the Devicetree setup as follow:
devicetree.zip (2.5 KB)
Best,
zhangpeng
glo
March 7, 2024, 7:40am
5
The failure is due to following property missing in your camera device tree:
sync_sensor_index = <1>;
Try adding this and verify with argus_syncstereo
directly.
You can refer to the device tree for HAWK (AR0234) to see how we did this here:
t234-common-modules/tegra234-camera-p3762-a00.dtsi
edu118
March 7, 2024, 8:34am
6
i was add sync_sensor_index = <1>;
but no use,also the same error
glo
March 7, 2024, 4:21pm
7
Hi zhangpeng,
“sync_sensor” DT property is needed. That shouldn’t be commented.
edu118
March 8, 2024, 2:05am
8
Hi glo,
I have add it,it is still no use,also the same error.
the device tree config as follow:
devicetree.zip (2.5 KB)
glo
March 8, 2024, 2:38am
9
Please try to run argus_syncstereo and paste your logs.
edu118
March 8, 2024, 3:43am
10
the log as follow:
log.txt (13.8 KB)
glo
March 8, 2024, 6:29am
11
Hi Zhangpeng5,
What you attached was not running argus_sycstereo. Please share both app log(run argus_sycstereo) and nvargus-daemon log.
edu118
March 14, 2024, 9:01am
13
Hi glo,
Please take a look. Our project is a bit urgent.
glo
March 14, 2024, 5:30pm
14
Have you uploaded nvargus-daemon log? I don’t see it,
edu118
March 15, 2024, 1:57am
15
nvargus-daemon log as follow:
nvargus-daemon-log.txt (7.8 KB)
edu118
March 15, 2024, 8:38am
16
Please take a look. Thank you
edu118
March 16, 2024, 6:25am
17
Hi glo,
Please take a look. Our project is a bit urgent.
edu118
March 19, 2024, 1:54am
18
Hi glo,
Please take a look. Our project is a bit urgent.
Thank you!
Hi @edu118
Our engineers are currently busy with the NVIDIA GTC 24 event, so we apologize for any delay in response. We will get back to you as soon as possible.
Best,
Raffaello
edu118
March 25, 2024, 1:58am
20
Hi @Raffaello
Please help deal with it as soon as possible. Our project is seriously delayed.
Thank you.
Best,
zhangpeng