CameraSensorParameters#
- class ansys.speos.core.generic.parameters.CameraSensorParameters#
Camera Sensor Parameters.
Overview#
Camera sensor type; |
|
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. |
|
Number of rays stored in LXP trajectory data. |
Import detail#
from ansys.speos.core.generic.parameters import CameraSensorParameters
Attribute detail#
- CameraSensorParameters.sensor_type_parameters: None | PhotometricCameraParameters#
Camera sensor type;
Nonemeans 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.