[][src]Constant k4a_sys::k4a_image_format_t_K4A_IMAGE_FORMAT_CUSTOM16

pub const k4a_image_format_t_K4A_IMAGE_FORMAT_CUSTOM16: k4a_image_format_t = 7;

Single channel image type CUSTOM16.

\details Each pixel of CUSTOM16 is a single channel two bytes of little endian unsigned data.

\details Stride indicates the length of each line in bytes and should be used to determine the start location of each line of the image in memory.