unreal.LiveLinkOpenTrackIOLens_Encoders

class unreal.LiveLinkOpenTrackIOLens_Encoders(focus: float = 0.0, iris: float = 0.0, zoom: float = 0.0)

Bases: StructBase

Encoders are represented in this way (as opposed to raw integer values) to ensure values remain independent of encoder resolution, minimum and maximum (at an acceptable loss of precision). These values are only relevant in lenses with end-stops that demarcate the 0 and 1 range.

Value should be provided in the following directions (if known): Focus: 0=infinite 1=closest Iris: 0=open 1=closed Zoom: 0=wide angle 1=telephoto

C++ Source:

  • Plugin: LiveLinkOpenTrackIO

  • Module: LiveLinkOpenTrackIO

  • File: LiveLinkOpenTrackIOTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • focus (float): [Read-Write]

  • iris (float): [Read-Write]

  • zoom (float): [Read-Write]

property focus: float

[Read-Write]

Type:

(float)

property iris: float

[Read-Write]

Type:

(float)

property zoom: float

[Read-Write]

Type:

(float)