ros-perception / image_transport_plugins

A set of plugins for publishing and subscribing to sensor_msgs/Image topics in representations other than raw pixel data.
BSD 3-Clause "New" or "Revised" License
58 stars 119 forks source link

Bayer support #68

Open Lashhev opened 3 years ago

Lashhev commented 3 years ago

Does the compressed image plugin support bayer image format?

andrei-ng commented 1 year ago

~No, but recently~ there is a PR related to this: https://github.com/ros-perception/image_transport_plugins/pull/98

@Lashhev, I am correcting my previous answer as after an experiment I would say it is supported but not documented.

I perfomed the following experiment with ROS Noetic:

If anyone has other experience or knowledge about this, please share, IMO it seems that compression and uncompression is working for Bayer formats as well but it is not documented.