CameraSensorParameters#

class ansys.speos.core.generic.parameters.CameraSensorParameters#

Camera Sensor Parameters.

Overview#

sensor_type_parameters

Camera sensor type None means geometric sensor

axis_system

Location of the sensor Origin

distortion_file_uri

distortion file location

focal_length

Default focal length of the Camera Sensor.

imager_distance

Default imager distance of the camera sensor.

f_number

Default f number of the camera sensor.

horz_pixel

Default pixel number in horizontal direction.

vert_pixel

Default pixel number in vertical direction.

width

Default width of the camera chip.

height

Default height of the camera chip.

trajectory_fil_uri

Trajectory file information.

lxp_path_number

Import detail#

from ansys.speos.core.generic.parameters import CameraSensorParameters

Attribute detail#

CameraSensorParameters.sensor_type_parameters: None | PhotometricCameraParameters#

Camera sensor type None means geometric sensor

CameraSensorParameters.axis_system: list[float] = [0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1]#

Location of the sensor Origin

CameraSensorParameters.distortion_file_uri: str | pathlib.Path = ''#

distortion file location

CameraSensorParameters.focal_length: float = 5#

Default focal length of the Camera Sensor.

CameraSensorParameters.imager_distance: float = 10#

Default imager distance of the camera sensor.

CameraSensorParameters.f_number: float = 20#

Default f number of the camera sensor.

CameraSensorParameters.horz_pixel: int = 640#

Default pixel number in horizontal direction.

CameraSensorParameters.vert_pixel: int = 480#

Default pixel number in vertical direction.

CameraSensorParameters.width: float = 5.0#

Default width of the camera chip.

CameraSensorParameters.height: float = 5.0#

Default height of the camera chip.

CameraSensorParameters.trajectory_fil_uri: str | pathlib.Path = ''#

Trajectory file information.

CameraSensorParameters.lxp_path_number: int | None = None#