auto_exposure property

auto_exposure property

Gets or sets the AutoExposure value. When true, “Exposure” is automatically adjusted.

Definition:

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

See Also