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

◆ k4a_image_get_width_pixels()

int k4a_image_get_width_pixels ( k4a_image_t  image_handle)
related

Get the image width in pixels.

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 width. If the image_handle is invalid, the function will return 0.