[][src]Constant k4a_sys_temp::k4a_image_format_t_K4A_IMAGE_FORMAT_COLOR_MJPG

pub const k4a_image_format_t_K4A_IMAGE_FORMAT_COLOR_MJPG: k4a_image_format_t = 0;

Color image type MJPG.

\details The buffer for each image is encoded as a JPEG and can be decoded by a JPEG decoder.

\details Because the image is compressed, the stride parameter for the \ref k4a_image_t is not applicable.

\details Each MJPG encoded image in a stream may be of differing size depending on the compression efficiency.