NVIDIA-ISAAC-ROS / isaac_ros_argus_camera

ROS 2 packages based on NVIDIA libArgus library for NVIDIA-accelerated CSI camera support.
https://developer.nvidia.com/isaac-ros-gems
Apache License 2.0
64 stars 12 forks source link

LI-AR0234CS-STEREO-GMSL2 Failed to get Left IOutputStreamSettings interface #17

Closed Vulcan-YJX closed 1 year ago

Vulcan-YJX commented 1 year ago

ERROR extensions/hawk/argus_camera.cpp@383: Failed to get Left IOutputStreamSettings interface ERROR gxf/std/entity_executor.cpp@200: Entity with 48 not found!`

Get error,how can i fix it?

Thanks.

jaiveersinghNV commented 1 year ago

Could you please provide the following information to help us debug your issue?

Vulcan-YJX commented 1 year ago

The above issue uses libargus from Jetpack 5.0.1 and 2022-10-19 versions. Now I have upgrade my prj but have a new problem.

I have been able to obtain the camera's image through nvgstcapture and the camera is working properly. But I received the following error report.

Vulcan-YJX commented 1 year ago

ldd libgxf_argus.so get msg.

hemalshahNV commented 1 year ago

Are you running within the Isaac ROS Dev container by any chance? You'll need /usr/lib/aarch64-linux-gnu/tegra/weston in your LD_LIBRARY_PATH as we configure for you in Dockerfile.aarch64 here.

Vulcan-YJX commented 1 year ago

Thanks . it works.