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

◆ k4a_playback_open()

k4a_result_t k4a_playback_open ( const char *  path,
k4a_playback_t playback_handle 
)
related

Opens an existing recording file for reading.

Parameters
pathFilesystem path of the existing recording.
playback_handleIf successful, this contains a pointer to the recording handle. Caller must call k4a_playback_close() when finished with the recording.
Returns
K4A_RESULT_SUCCEEDED is returned on success