[][src]Constant k4a_sys_temp::k4a_image_format_t_K4A_IMAGE_FORMAT_COLOR_BGRA32

pub const k4a_image_format_t_K4A_IMAGE_FORMAT_COLOR_BGRA32: k4a_image_format_t = 3;

Color image type BGRA32.

\details Each pixel of BGRA32 data is four bytes. The first three bytes represent Blue, Green, and Red data. The fourth byte is the alpha channel and is unused in the Azure Kinect APIs.

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

\details The Azure Kinect device does not natively capture in this format. Requesting images of this format requires additional computation in the API.