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() and distortion_update() are called to apply the changes into the camera.

See also

Returns:

The distortion transformation of the camera.

Return type:

Optional[pycvcam.core.Distortion]