CameraSensorParameters#
- class ansys.speos.core.generic.parameters.CameraSensorParameters#
Camera Sensor Parameters.
Overview#
Camera sensor type None means geometric sensor |
|
Location of the sensor Origin |
|
distortion file location |
|
Default focal length of the Camera Sensor. |
|
Default imager distance of the camera sensor. |
|
Default f number of the camera sensor. |
|
Default pixel number in horizontal direction. |
|
Default pixel number in vertical direction. |
|
Default width of the camera chip. |
|
Default height of the camera chip. |
|
Trajectory file information. |
|
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.trajectory_fil_uri: str | pathlib.Path = ''#
Trajectory file information.