code-iai / iai_kinect2

Tools for using the Kinect One (Kinect v2) in ROS
Apache License 2.0
881 stars 519 forks source link

PNG compression for color images #502

Open cwellhausen opened 6 years ago

cwellhausen commented 6 years ago

I noticed, that color images are currently always jpeg compressed, while the depth image can be png compressed. Is there any way to get png compressed color images? Or do i need to subscribe to the uncompressed image in order to get a lossless image? Thanks for the help.