QCameraExposure¶

PyQt5.QtMultimedia.QCameraExposure

Inherits from QObject.

Description¶

TODO

Classes¶

FlashModes

Enums¶

ExposureMode

TODO

Member

Value

Description

ExposureAction

TODO

TODO

ExposureAuto

TODO

TODO

ExposureBacklight

TODO

TODO

ExposureBarcode

TODO

TODO

ExposureBeach

TODO

TODO

ExposureCandlelight

TODO

TODO

ExposureFireworks

TODO

TODO

ExposureLandscape

TODO

TODO

ExposureLargeAperture

TODO

TODO

ExposureManual

TODO

TODO

ExposureModeVendor

TODO

TODO

ExposureNight

TODO

TODO

ExposureNightPortrait

TODO

TODO

ExposureParty

TODO

TODO

ExposurePortrait

TODO

TODO

ExposureSmallAperture

TODO

TODO

ExposureSnow

TODO

TODO

ExposureSports

TODO

TODO

ExposureSpotlight

TODO

TODO

ExposureSteadyPhoto

TODO

TODO

ExposureSunset

TODO

TODO

ExposureTheatre

TODO

TODO


FlashMode

TODO

Member

Value

Description

FlashAuto

TODO

TODO

FlashFill

TODO

TODO

FlashManual

TODO

TODO

FlashOff

TODO

TODO

FlashOn

TODO

TODO

FlashRedEyeReduction

TODO

TODO

FlashSlowSyncFrontCurtain

TODO

TODO

FlashSlowSyncRearCurtain

TODO

TODO

FlashTorch

TODO

TODO

FlashVideoLight

TODO

TODO


MeteringMode

TODO

Member

Value

Description

MeteringAverage

TODO

TODO

MeteringMatrix

TODO

TODO

MeteringSpot

TODO

TODO

Methods¶

aperture() → float

TODO


exposureCompensation() → float

TODO


exposureMode() → ExposureMode

TODO


flashMode() → FlashModes

TODO


isAvailable() → bool

TODO


isExposureModeSupported(ExposureMode) → bool

TODO


isFlashModeSupported(Union[FlashModes, FlashMode]) → bool

TODO


isFlashReady() → bool

TODO


isMeteringModeSupported(MeteringMode) → bool

TODO


isoSensitivity() → int

TODO


meteringMode() → MeteringMode

TODO


requestedAperture() → float

TODO


requestedIsoSensitivity() → int

TODO


requestedShutterSpeed() → float

TODO


setAutoAperture()

TODO


setAutoIsoSensitivity()

TODO


setAutoShutterSpeed()

TODO


setExposureCompensation(float)

TODO


setExposureMode(ExposureMode)

TODO


setFlashMode(Union[FlashModes, FlashMode])

TODO


setManualAperture(float)

TODO


setManualIsoSensitivity(int)

TODO


setManualShutterSpeed(float)

TODO


setMeteringMode(MeteringMode)

TODO


setSpotMeteringPoint(Union[QPointF, QPoint])

TODO


shutterSpeed() → float

TODO


spotMeteringPoint() → QPointF

TODO


supportedApertures() → (List[float], bool)

TODO


supportedIsoSensitivities() → (List[int], bool)

TODO


supportedShutterSpeeds() → (List[float], bool)

TODO

Signals¶

apertureChanged(float)

TODO


apertureRangeChanged()

TODO


exposureCompensationChanged(float)

TODO


flashReady(bool)

TODO


isoSensitivityChanged(int)

TODO


shutterSpeedChanged(float)

TODO


shutterSpeedRangeChanged()

TODO