FishEyeCamera.height# property FishEyeCamera.height: int# Get image plane height (base method) Returns: height Example: >>> from machinevisiontoolbox import CentralCamera >>> camera = CentralCamera.Default(); >>> camera.height np.int64(1000) Seealso: nv width