aperture_mode property

aperture_mode property

Gets or sets the camera’s aperture mode

Definition:

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

See Also