How to subscribe to image_transport topic in RViz?
Is it not possible for RViz to subscribe to compressed image topics? I'm using the raspicam_node to publish a compressed image stream from a camera on a raspberry pi:
https://github.com/fpasteau/raspicam_...
I can display in RViz fine if I republish the topic locally on my desktop, but it would be nice to have RViz subscribe directly. Is that possible?
You may be able to make rviz subscribe to the compressed image by changing the
Transport Hint
property of the Image View or Camera View.I also thought that, but the only hint listed is 'raw'; I can't change it to something else.
Typing
compressed
in the Transport Hint might work.Would be nice, but it's only a dropdown box; can't type anything in it.
Can someone please complete the solution. How can we add compressed to the transport hint?