unreal.LiveLinkOpenTrackIOAnamorphicSqueeze

class unreal.LiveLinkOpenTrackIOAnamorphicSqueeze(num: int = 0, denom: int = 0)

Bases: StructBase

Nominal ratio of height to width of the image of an axis-aligned square captured by the camera sensor. It can be used to de-squeeze images but is not however an exact number over the entire captured area due to a lens’ intrinsic analog nature.

C++ Source:

  • Plugin: LiveLinkOpenTrackIO

  • Module: LiveLinkOpenTrackIO

  • File: LiveLinkOpenTrackIOTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • denom (int32): [Read-Write]

  • num (int32): [Read-Write]

property denom: int

[Read-Write]

Type:

(int32)

property num: int

[Read-Write]

Type:

(int32)