unreal.LensInfo

class unreal.LensInfo(lens_model=None)

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)

  • lens_model (type(Class)): [Read-Write] Model of the lens (spherical, anamorphic, etc…)

  • lens_model_name (str): [Read-Write] Model name of the lens

  • lens_serial_number (str): [Read-Write] Serial number of the lens

  • sensor_dimensions (Vector2D): [Read-Write] Width and height of the calibrated camera’s sensor, in millimeters

property lens_model

[Read-Only] Model of the lens (spherical, anamorphic, etc…)

Type

(type(Class))