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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compressed_image_transport: change JPEG quality dynamically

VictorLamoine opened this issue · comments

Is there a way to change the JPEG compression quality after it has been set-up with the parameters ?
I have not found a way, setting the JPEG quality parameter after the publishing began has no effect.

https://github.com/ros-perception/image_transport_plugins/blob/indigo-devel/compressed_image_transport/src/compressed_publisher.cpp#L107