Skip to main content
Version: 20 Mar 2024

StreamCapability

Structure to encapsulate a possible configuration for a single stream. Can be used to understand possible values for a specific StreamConfig element in MLDepthCameraSettings. The capabilities supported by the depth camera can be queried with InternalGetCapabilities().

Public Attributes

FrameRateCapability

Frame rate.


public FrameRate FrameRateCapability;

TypeDescription
FrameRateEnumeration of possible frame rates

MaxExposure

Maximum sensor exposure in microseconds.


public uint MaxExposure;


MinExposure

Minimum sensor exposure in microseconds.


public uint MinExposure;


Stream

Stream for which this capability can be applied.


public Stream Stream;

TypeDescription
StreamDepth Camera modes

Future release may add support to other modes. |