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

◆ k4a_image_get_stride_bytes()

int k4a_image_get_stride_bytes ( k4a_image_t  image_handle)
related

Get the image stride in bytes.

Parameters
image_handleHandle of the image for which the get operation is performed on.
Returns
This function is not expected to fail, all k4a_image_t's are created with a known stride. If the image_handle is invalid, or the image's format does not have a stride, the function will return 0.