Converting a Compressed Image to QImage
Hi all,
I need to create a camera feed viewer that will need to run on very limited bandwidth networks. As such I want to use Compressed images instead of the raw image.
My application is python and uses PyQt for the gui.
How can I convert the /sensor_msgs/Compressed message to a QtGui.Qimage ?
Thanks
David