Table of Contents

Enum CameraDevice.ErrorCode

Error codes from the native plugin.

public enum CameraDevice.ErrorCode
Extension Methods

Fields

CameraAccessError = 1001

The camera is disabled by device policy, has been disconnected, or is being used by a higher-priority camera API client.

CameraDeviceError = 4

The camera device has encountered a fatal error.

CameraDisabled = 3

The camera device could not be opened due to a device policy.

CameraInUse = 1

The camera device is in use already.

CameraServiceError = 5

The camera service has encountered a fatal error.

IllegalArgumentError = 1000

cameraId was null, or the cameraId does not match any currently or previously available camera device.

MaxCamerasInUse = 2

The camera device could not be opened because there are too many other open camera devices.

SecurityError = 1002

The application does not have permission to access the camera.

Unknown = 0