[][src]Constant k4a_sys::k4a_image_format_t_K4A_IMAGE_FORMAT_IR16

pub const k4a_image_format_t_K4A_IMAGE_FORMAT_IR16: k4a_image_format_t = 5;

Image type IR16.

\details Each pixel of IR16 data is two bytes of little endian unsigned depth data. The value of the data represents brightness.

\details This format represents infrared light and is captured by the depth camera.

\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.