unreal.LiveLinkOpenTrackIOStaticCamera

class unreal.LiveLinkOpenTrackIOStaticCamera(capture_frame_rate: LiveLinkOpenTrackIOFrameRate = Ellipsis, active_sensor_physical_dimensions: LiveLinkOpenTrackIOSensorDimensions = Ellipsis, active_sensor_resolution: LiveLinkOpenTrackIOSensorResolution = Ellipsis, make: str = '', model: str = '', serial_number: str = '', firmware_version: str = '', label: str = '', anamorphic_squeeze: LiveLinkOpenTrackIOAnamorphicSqueeze = Ellipsis, iso_speed: int = 0, fdl_link: str = '')

Bases: StructBase

Live Link Open Track IOStatic Camera

C++ Source:

  • Plugin: LiveLinkOpenTrackIO

  • Module: LiveLinkOpenTrackIO

  • File: LiveLinkOpenTrackIOTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • active_sensor_physical_dimensions (LiveLinkOpenTrackIOSensorDimensions): [Read-Write] Object representing the sensor dimensions.

  • active_sensor_resolution (LiveLinkOpenTrackIOSensorResolution): [Read-Write] Object representing the sensor resolution.

  • anamorphic_squeeze (LiveLinkOpenTrackIOAnamorphicSqueeze): [Read-Write] Anamorphic squeeze ratio

  • capture_frame_rate (LiveLinkOpenTrackIOFrameRate): [Read-Write] Object representing the capture rate.

  • fdl_link (str): [Read-Write] URN identifying the ASC Framing Decision List used by the camera. Pattern: ^urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

  • firmware_version (str): [Read-Write] Non-blank string identifying camera firmware version

  • iso_speed (int32): [Read-Write] Arithmetic ISO scale as defined in ISO 12232

  • label (str): [Read-Write] Non-blank string containing user-determined camera identifier

  • make (str): [Read-Write] Non-blank string naming camera manufacturer.

  • model (str): [Read-Write] Non-blank string naming camera model.

  • serial_number (str): [Read-Write] Non-blank string for camera serial number.

property active_sensor_physical_dimensions: LiveLinkOpenTrackIOSensorDimensions

[Read-Write] Object representing the sensor dimensions.

Type:

(LiveLinkOpenTrackIOSensorDimensions)

property active_sensor_resolution: LiveLinkOpenTrackIOSensorResolution

[Read-Write] Object representing the sensor resolution.

Type:

(LiveLinkOpenTrackIOSensorResolution)

property anamorphic_squeeze: LiveLinkOpenTrackIOAnamorphicSqueeze

[Read-Write] Anamorphic squeeze ratio

Type:

(LiveLinkOpenTrackIOAnamorphicSqueeze)

property capture_frame_rate: LiveLinkOpenTrackIOFrameRate

[Read-Write] Object representing the capture rate.

Type:

(LiveLinkOpenTrackIOFrameRate)

[Read-Write] URN identifying the ASC Framing Decision List used by the camera. Pattern: ^urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Type:

(str)

property firmware_version: str

[Read-Write] Non-blank string identifying camera firmware version

Type:

(str)

property iso_speed: int

[Read-Write] Arithmetic ISO scale as defined in ISO 12232

Type:

(int32)

property label: str

[Read-Write] Non-blank string containing user-determined camera identifier

Type:

(str)

property make: str

[Read-Write] Non-blank string naming camera manufacturer.

Type:

(str)

property model: str

[Read-Write] Non-blank string naming camera model.

Type:

(str)

property serial_number: str

[Read-Write] Non-blank string for camera serial number.

Type:

(str)