stereolabs / zed-ros2-wrapper

ROS 2 wrapper for the ZED SDK
https://www.stereolabs.com/docs/ros2/
Apache License 2.0
134 stars 139 forks source link

gstreamer for external processing #183

Closed stevenPennock closed 7 months ago

stevenPennock commented 7 months ago

Preliminary Checks

Proposal

I would like to connect a ZED 2i to a raspberry pi or Jetson Nano (running ROS2 humble and on a mobile manipulator) and then let a server (also running ROS2 humble) on the same network do the heavy lifting with an Nvidia GPU. I saw the gstreaming RTSP but I couldn't find a way to use that in combination with ROS2. Is it possible that this could be implemented into the zed-ros2-wrapper?Raspberry Pi

Use-Case

No response

Anything else?

No response

Myzhar commented 7 months ago

Hi @stevenPennock this is not possible. The ZED SDK does not accept GStreamer streams as input. The ROS 2 Wrapper only accepts the same camera input modes available with the ZED SDK: Live camera, SVO, and ZED Local Stream (oncoming).