[][src]Constant k4a_sys::k4a_image_format_t_K4A_IMAGE_FORMAT_DEPTH16

pub const k4a_image_format_t_K4A_IMAGE_FORMAT_DEPTH16: k4a_image_format_t = 4;

Depth image type DEPTH16.

\details Each pixel of DEPTH16 data is two bytes of little endian unsigned depth data. The unit of the data is in millimeters from the origin of the 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.