Azure Kinect Body Tracking SDK  1.0.1

◆ frame()

k4abt::frame::frame ( k4abt_frame_t  handle = nullptr)
inlinenoexcept

Creates a k4abt frame from a k4abt_frame_t.

Takes ownership of the handle, i.e. assuming that handle has a refcount of 1, you should not call k4abt_frame_release on the handle after giving it to the frame; the frame class will take care of that.