MLDepthCameraSettings
Public Methods
MLDepthCameraSettings Init
public static MLDepthCameraSettings Init()
Public Attributes
StreamConfig
Controls for each of the depth camera streams. Only controls for streams enabled via streams field will be read. Use MLDepthCamera.FrameType enumeration for indexing.
public StreamConfig [] StreamConfig;
Streams
The system may not be able to service all the requested streams at any given time. This parameter is treated as a hint and data will be provided for the requested streams if available.
public uint Streams;
Version
Version of this structure
public uint Version;