pycvcam.Cv2Intrinsic.focal_length_y#
- property Cv2Intrinsic.focal_length_y: float | None#
Get or set the focal length
fyof 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_yisfy.See also
pycvcam.Cv2Intrinsic.focal_length_x()orfxto set the focal length in pixels in x direction.
- Returns:
The focal length of the camera in pixels in y direction. (or None if not set)
- Return type:
Optional[float]