Table of Contents

Enum CaptureSessionBase<TProxy>.ErrorCode

Error codes from the native plugin.

public enum CaptureSessionBase<TProxy>.ErrorCode
Extension Methods

Fields

CameraAccessError = 1001

In case the camera device is no longer connected or has encountered a fatal error.

ConfigurationFailed = 2000

The session could not be configured.

IllegalArgumentError = 1000

In case the session configuration is invalid, if the captureTemplate is not supported by this device, or other illegal arguments were passed.

IllegalStateError = 1003

In case the camera device or session has been closed.

NativeJobBindingFailed = 3000

The Kotlin session could not bind to its C++ job.

OutOfResourcesError = 1004

If the surface or surfaceTexture for the session could not be created due to an out-of-resources error.