Enum CaptureSessionBase<TProxy>.ErrorCode
- Namespace
- Uralstech.UXR.QuestCamera
Error codes from the native plugin.
public enum CaptureSessionBase<TProxy>.ErrorCode
- Extension Methods
Fields
CameraAccessError = 1001In case the camera device is no longer connected or has encountered a fatal error.
ConfigurationFailed = 2000The session could not be configured.
IllegalArgumentError = 1000In case the session configuration is invalid, if the captureTemplate is not supported by this device, or other illegal arguments were passed.
IllegalStateError = 1003In case the camera device or session has been closed.
NativeJobBindingFailed = 3000The Kotlin session could not bind to its C++ job.
OutOfResourcesError = 1004If the surface or surfaceTexture for the session could not be created due to an out-of-resources error.