field_of_view property

field_of_view property

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

Definition:

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

See Also