You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, i am using realsense2 D435 source is a ros2 publisher that publishes Images in a numpy array form. Is it possible to feed the video-viewer with a different type?
should I alter one of these inputs instead :
Thanks in advance!
The text was updated successfully, but these errors were encountered:
harel314
changed the title
input source from image publisher
using realsense2 as an input source
Oct 23, 2022
Hi @harel314, my nodes expect to receive a sensor_msgs/Image message, which is standard for camera data. Is that the message type that your realsense node publishes?
Hi dusty,
In my case, i am using realsense2 D435 source is a ros2 publisher that publishes Images in a numpy array form. Is it possible to feed the video-viewer with a different type?
should I alter one of these inputs instead :
Thanks in advance!
The text was updated successfully, but these errors were encountered: