unreal.TrackingAlignmentSample

class unreal.TrackingAlignmentSample(transform_a: Transform = Ellipsis, transform_b: Transform = Ellipsis)

Bases: StructBase

Single sample as part of a Tracking Alignment calibration, holding transform samples from both Tracking space A and B.

C++ Source:

  • Plugin: CameraCalibration

  • Module: TrackingAlignment

  • File: TrackingAlignmentSample.h

Editor Properties: (see get_editor_property/set_editor_property)

  • transform_a (Transform): [Read-Only] Transform sample from Tracking Space A.

  • transform_b (Transform): [Read-Only] Transform sample from Tracking Space B.

property transform_a: Transform

[Read-Only] Transform sample from Tracking Space A.

Type:

(Transform)

property transform_b: Transform

[Read-Only] Transform sample from Tracking Space B.

Type:

(Transform)