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

◆ record()

k4a::record::record ( k4a_record_t  handle = nullptr)
inlinenoexcept

Creates a k4a::record from a k4a_record_t Takes ownership of the handle, i.e.

you should not call k4a_record_close on the handle after giving it to the k4a::record; the k4a::record will take care of that.