Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVCaptureDeviceMBS class.

AVCaptureDeviceMBS.AVAuthorizationStatusAuthorized = 3

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 18.4
One of the constants indicating the client's authorization to the underlying hardware supporting a media type.

The client is authorized to access the hardware supporting a media type. This is default for MacOS 10.13 or older.

AVCaptureDeviceMBS.AVAuthorizationStatusDenied = 2

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 18.4
One of the constants indicating the client's authorization to the underlying hardware supporting a media type.

The user explicitly denied access to the hardware supporting a media type for the client.

AVCaptureDeviceMBS.AVAuthorizationStatusNotDetermined = 0

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 18.4
One of the constants indicating the client's authorization to the underlying hardware supporting a media type.

Indicates that the user has not yet made a choice regarding whether the client can access the hardware.

AVCaptureDeviceMBS.AVAuthorizationStatusRestricted = 1

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 18.4
One of the constants indicating the client's authorization to the underlying hardware supporting a media type.

The client is not authorized to access the hardware for the media type. The user cannot change the client's status, possibly due to active restrictions such as parental controls being in place.

AVCaptureDeviceMBS.AVCaptureDevicePositionBack = 1

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the position of a capture device.

The capture device is on the back of the unit.

AVCaptureDeviceMBS.AVCaptureDevicePositionFront = 2

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the position of a capture device.

The capture device is on the front of the unit.

AVCaptureDeviceMBS.AVCaptureDevicePositionUnspecified = 0

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the position of a capture device.

The capture device's position relative to the system hardware is unspecified.

AVCaptureDeviceMBS.AVCaptureDeviceTransportControlsNotPlayingMode = 0

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants that indicate the transport controls' current mode of playback, if it has one.

Indicates that the tape transport is not threaded through the play head.

AVCaptureDeviceMBS.AVCaptureDeviceTransportControlsPlayingMode = 1

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants that indicate the transport controls' current mode of playback, if it has one.

Indicates that the tape transport is threaded through the play head.

AVCaptureDeviceMBS.AVCaptureExposureModeAutoExpose = 1

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the exposure mode of a capture device.

The device continuously monitors exposure levels and auto exposes when necessary.

AVCaptureDeviceMBS.AVCaptureExposureModeContinuousAutoExposure = 2

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the exposure mode of a capture device.
Example
dim device as AVCaptureDeviceMBS
device = AVCaptureDeviceMBS.defaultDeviceWithMediaType(AVFoundationMBS.AVMediaTypeVideo)
MsgBox str(device.isExposureModeSupported(device.AVCaptureExposureModeContinuousAutoExposure))

The device performs an auto-expose operation now.

AVCaptureDeviceMBS.AVCaptureExposureModeLocked = 0

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the exposure mode of a capture device.

The exposure setting is locked.

AVCaptureDeviceMBS.AVCaptureFlashModeAuto = 2

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the flash mode of a capture device.

The capture device continuously monitors light levels and uses the flash when necessary.

AVCaptureDeviceMBS.AVCaptureFlashModeOff = 0

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the flash mode of a capture device.

The capture device flash is always off.

AVCaptureDeviceMBS.AVCaptureFlashModeOn = 1

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the flash mode of a capture device.

The capture device flash is always on.

AVCaptureDeviceMBS.AVCaptureFocusModeAutoFocus = 1

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the focus mode of a capture device.

The capture device performs an autofocus operation now.

AVCaptureDeviceMBS.AVCaptureFocusModeContinuousAutoFocus = 2

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the focus mode of a capture device.

The capture device continuously monitors focus and auto focuses when necessary.

AVCaptureDeviceMBS.AVCaptureFocusModeLocked = 0

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the focus mode of a capture device.

The focus is locked.

AVCaptureDeviceMBS.AVCaptureTorchModeAuto = 2

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the direction in which a capture device faces.

The capture device continuously monitors light levels and uses the torch when necessary.

AVCaptureDeviceMBS.AVCaptureTorchModeOff = 0

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the direction in which a capture device faces.

The capture device torch is always off.

AVCaptureDeviceMBS.AVCaptureTorchModeOn = 1

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the direction in which a capture device faces.

The capture device torch is always on.

AVCaptureDeviceMBS.AVCaptureWhiteBalanceModeAutoWhiteBalance = 1

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the white balance mode of a capture device.

The device performs an auto white balance operation now.

AVCaptureDeviceMBS.AVCaptureWhiteBalanceModeContinuousAutoWhiteBalance = 2

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the white balance mode of a capture device.

The device continuously monitors white balance and adjusts when necessary.

AVCaptureDeviceMBS.AVCaptureWhiteBalanceModeLocked = 0

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants to specify the white balance mode of a capture device.

The white balance setting is locked.

The items on this page are in the following plugins: MBS AVFoundation Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...