field_of_view_x property

field_of_view_x property

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

Definition:

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

See Also