MLWorldCameraSettings
A structure to encapsulate the camera settings.
Public Methods
MLWorldCameraSettings
public MLWorldCameraSettings(
in Settings settings
)
Parameters
Type | Name | Description |
---|---|---|
in Settings | settings | A structure to encapsulate the camera settings. |
Public Attributes
Cameras
World cameras that need to be enabled.If you want to request frames from different world camera then "OR" the modes of interest to the app. The system may not be able to service all the requested cameras. This parameter is treated as a hint and data will be provided from the requested world cameras when available.
public readonly uint Cameras;
Mode
World camera mode. If you want to request frames from different camera modes then "OR" the modes of interest to the app. The system may not be able to service all the requested camera modes. This parameter is treated as a hint and data will be provided for the requested camera modes when available.
public readonly uint Mode;
Version
Version of this structure.
public readonly uint Version;