unreal.LensInfo
¶
- class unreal.LensInfo(lens_model_name='', lens_serial_number='', lens_model=None, sensor_dimensions=[23.76, 13.365], image_dimensions=[1920, 1080])¶
Bases:
unreal.StructBase
Information about the lens rig
C++ Source:
Plugin: CameraCalibrationCore
Module: CameraCalibrationCore
File: LensData.h
Editor Properties: (see get_editor_property/set_editor_property)
image_dimensions
(IntPoint): [Read-Write] Image Dimensions: Camera image size, in pixelslens_model
(type(Class)): [Read-Write] Lens Model: Model of the lens (spherical, anamorphic, etc…)lens_model_name
(str): [Read-Write] Lens Model Name: Model name of the lenslens_serial_number
(str): [Read-Write] Lens Serial Number: Serial number of the lenssensor_dimensions
(Vector2D): [Read-Write] Sensor Dimensions: Width and height of the calibrated camera’s sensor, in millimeters
- property image_dimensions¶
[Read-Write] Image Dimensions: Camera image size, in pixels
- Type
(IntPoint)
- property lens_model¶
[Read-Write] Lens Model: Model of the lens (spherical, anamorphic, etc…)