unreal.MrcCompositingSaveData

class unreal.MrcCompositingSaveData(capture_device_url: MrcVideoCaptureFeedIndex = Ellipsis, depth_offset: float = 0.0, tracking_latency: int = 0, video_processing_params: MrcVideoProcessingParams = Ellipsis)

Bases: StructBase

Mrc Compositing Save Data

C++ Source:

  • Plugin: MixedRealityCaptureFramework

  • Module: MixedRealityCaptureFramework

  • File: MrcCalibrationData.h

Editor Properties: (see get_editor_property/set_editor_property)

  • capture_device_url (MrcVideoCaptureFeedIndex): [Read-Write]

  • depth_offset (float): [Read-Write]

  • tracking_latency (int32): [Read-Write]

  • video_processing_params (MrcVideoProcessingParams): [Read-Write]

property capture_device_url: MrcVideoCaptureFeedIndex

[Read-Write]

Type:

(MrcVideoCaptureFeedIndex)

property depth_offset: float

[Read-Write]

Type:

(float)

property tracking_latency: int

[Read-Write]

Type:

(int32)

property video_processing_params: MrcVideoProcessingParams

[Read-Write]

Type:

(MrcVideoProcessingParams)