Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ k4a_image_get_buffer()

uint8_t * k4a_image_get_buffer ( k4a_image_t  image_handle)
related

Get the image buffer.

Parameters
image_handleHandle of the image for which the get operation is performed on.
Remarks
Use this buffer to access the raw image data.
Returns
The function will return NULL if there is an error, and will normally return a pointer to the image buffer. Since all k4a_image_t instances are created with an image buffer, this function should only return NULL if the image_handle is invalid.