pycvcam.Cv2Intrinsic.focal_length_y#

property Cv2Intrinsic.focal_length_y: float | None#

Get or set the focal length fy of the intrinsic transformation.

The focal length is a float representing the focal length of the camera in pixels in y direction.

This parameter is the component K[1, 1] of the intrinsic matrix K of the camera.

Note

An alias for focal_length_y is fy.

See also

Returns:

The focal length of the camera in pixels in y direction. (or None if not set)

Return type:

Optional[float]