zed-ros2-wrapper icon indicating copy to clipboard operation
zed-ros2-wrapper copied to clipboard

[Question] Jetson nano ip streaming

Open mastrcheif opened this issue 3 years ago • 8 comments

Hello, would it be possible to open the mZed camera with an ip address? I would like to stream multiple zed2 cameras over the network and do image and depth evaluation on another pc. As a requirement it is necessary to have all components talking over ros2 but running the ros2-zed2-node on the Jetson Nano itself is not optimal.

mastrcheif avatar Mar 16 '21 12:03 mastrcheif

Hi @mastrcheif the ZED ROS Wrapper has a service to start remote streaming, but it's not yet available in the ROS2 wrapper because it was not required by other users. We will add this feature as soon as possible.

Myzhar avatar Mar 16 '21 13:03 Myzhar

@Myzhar this sounds like music to my ears. I thank you in advance for the implementation of that feature.

mastrcheif avatar Mar 16 '21 14:03 mastrcheif

Also curious about this feature! Any news? Thanks for the great work.

peredwardsson avatar May 17 '22 11:05 peredwardsson

The feature will be released in the next big upgrade.

Myzhar avatar May 17 '22 12:05 Myzhar

Awesome! ETA?

peredwardsson avatar May 17 '22 12:05 peredwardsson

The feature will be released in the next big upgrade.

@Myzhar may I ask does this include the ros2 launcher to open a stream aswell? currently I am tinkering the zed_camera_component through a fork, and managed to do a 0 = default, 1 = stream camera.. but, having a hard time right now to have it open a stream.

I only have few knowledge about opening a stream by the provided examples. And I agree that I am doin something wrong or is not enough.

jonpol01 avatar May 20 '22 03:05 jonpol01

In the ROS1 wrapper there is a service for that. Maybe it will be the same

Myzhar avatar May 20 '22 07:05 Myzhar

@Myzhar I'm trying to use ZED in ROS2 via streaming. Is the update your mentioned compeleted? if it is, how can I use it?

Howard-Ryu-Brooklyn avatar Jul 04 '23 11:07 Howard-Ryu-Brooklyn