Skip to main content
Version: 20 Mar 2024

ConnectContext

Camera connection settings.

Public Methods

ConnectContext Create

Create and return an initialized version of this struct.

public static ConnectContext Create()

Returns: A new instance of this struct.


override string ToString

public override string ToString()

Public Attributes

CamId

logical camera idenitifier


public Identifier CamId;

TypeDescription
IdentifierLogical Camera identifiers available for access.

EnableVideoStabilization

Video Stabilization enable/disable, true - enable; false - disabled


public bool EnableVideoStabilization;


Flags

The Context in which the camera should operate in.


public ConnectFlag Flags;

TypeDescription
ConnectFlagFlags to describe various modules in camera pipeline.

MixedRealityConnectInfo

MR capture connection settings. Ignored for camera only capture.


public MRConnectInfo MixedRealityConnectInfo;

TypeDescription
MRConnectInfoConnection settings for MR capture.