⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

Sensor.Depth.Start

static bool Start(SensorDepthCaps capabilities)

Starts the depth provider with the given capabilities. Unsupported capabilities for the current platform are silently ignored. Must be called before TryGetLatestFrame will return data.

   
SensorDepthCaps capabilities Optional capabilities to configure features like hand removal or CPU data readback.
RETURNS: bool True on success.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!