pysdic.Camera.distortion#
- property Camera.distortion: Distortion | None#
[Get or set] The distortion transformation of the camera.
Note
This property is settable.
The distortion transformation describes the optical distortion introduced by the camera lens.
The methods
_save_back_distortion()anddistortion_update()are called to apply the changes into the camera.See also
Package
pycvcam(Artezaru/pycvcam) to define the distortion transformation.
- Returns:
The distortion transformation of the camera.
- Return type:
Optional[
pycvcam.core.Distortion]