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:
StructBaseLive 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 ratiocapture_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 versioniso_speed(int32): [Read-Write] Arithmetic ISO scale as defined in ISO 12232label(str): [Read-Write] Non-blank string containing user-determined camera identifiermake(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.
- property active_sensor_resolution: LiveLinkOpenTrackIOSensorResolution¶
[Read-Write] Object representing the sensor resolution.
- property anamorphic_squeeze: LiveLinkOpenTrackIOAnamorphicSqueeze¶
[Read-Write] Anamorphic squeeze ratio
- property capture_frame_rate: LiveLinkOpenTrackIOFrameRate¶
[Read-Write] Object representing the capture rate.
- Type:
- property 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}$
- Type:
(str)
- property firmware_version: str¶
[Read-Write] Non-blank string identifying camera firmware version
- Type:
(str)