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
Doing so it quite straightforward: cv_bridge has functions to convert an OpenCV image to a CompressedImage message (used in the web interface here). I'd suggest adding a parameter, compress_image, that will essentially append /compressed to publish_topic and publish the image as a CompressedImage.
The text was updated successfully, but these errors were encountered:
Currently,
usb_cam
only supports Image types. It would be great if it could instead/also publish aCompressedImage
.Doing so it quite straightforward: cv_bridge has functions to convert an OpenCV image to a
CompressedImage
message (used in the web interface here). I'd suggest adding a parameter,compress_image
, that will essentially append/compressed
topublish_topic
and publish the image as aCompressedImage
.The text was updated successfully, but these errors were encountered: