field_of_view_y property

field_of_view_y property

Gets or sets the camera’s vertical field of view in degrees, this property is used only when ApertureMode is ApertureMode.HORIZ_AND_VERT

Definition:

@property
def field_of_view_y(self):
    ...
@field_of_view_y.setter
def field_of_view_y(self, value):
    ...

See Also