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;
Type | Description |
---|---|
FrameRate | Enumeration 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;
Type | Description |
---|---|
Stream | Depth Camera modes |
Future release may add support to other modes. |