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
Typically, the format in the CompressedImage type contains the data format and the compression algorithm, e.g.: "16UC1; png compressed " for a sensor that published depth as 16bit image.
The method toCompressedImageMsg however only sets the format:
Typically, the
format
in theCompressedImage
type contains the data format and the compression algorithm, e.g.:"16UC1; png compressed "
for a sensor that published depth as 16bit image.The method
toCompressedImageMsg
however only sets the format:vision_opencv/cv_bridge/src/cv_bridge.cpp
Lines 503 to 505 in 51ca543
hence the
format
will only containpng
without the datatype.The text was updated successfully, but these errors were encountered: