Azure Kinect Body Tracking SDK  1.1.2

◆ EnqueueCapture() [2/2]

void Microsoft.Azure.Kinect.BodyTracking.Tracker.EnqueueCapture ( Capture  capture)
inline

Add a k4a sensor capture to the tracker input queue to generate its body tracking result asynchronously.

Parameters
captureAzure Kinect sensor capture returned by Device.GetCapture()() from Azure Kinect Sensor SDK. It should contain the depth data for this function to work. Otherwise the function will return failure.

This is an infinite timeout function version of EnqueueCapture(Capture, TimeSpan).