Skip to main content

Compressed Image

Panel Support

CompressedImage is used in the 3D Panel and Image Panel.

Field Definitions

Field NameTypeDescription
timestamptimeTimestamp of the image
frame_idstringReference coordinate system of the image. The origin of the coordinate system is the optical center of the camera. +x points to the right in the image, +y points down, and +z points into the image plane.
databyteCompressed image data
formatstringImage format

format

Supported values: Picture media types supported by Chrome, such as webp, jpeg, png

References

coScene's schema types are framework-independent and can be implemented using any supported message encoding format.

Encoding FormatSchema Name
ROS 1foxglove_msgs/CompressedImage
ROS 2foxglove_msgs/msg/CompressedImage
JSONfoxglove.CompressedImage
Protobuffoxglove.CompressedImage
FlatBuffersfoxglove.CompressedImage
OMG IDLfoxglove::CompressedImage

Note: You must use the schema names specified above for coScene to recognize them correctly.