pysdic.Camera.sensor_height#

property Camera.sensor_height: int#

[Get or set] The height of the camera sensor in pixels (\(y\)-axis).

Note

This property is settable.

As described in pycvcam (Artezaru/pycvcam), the height of the image is along the \(y\)-axis.

Must be a positive integer.

This method calls the size_update() method to apply the changes.

Returns:

The height of the camera sensor in pixels.

Return type:

int