Enum CameraDevice.ErrorCode
- Namespace
- Uralstech.UXR.QuestCamera
Error codes from the native plugin.
public enum CameraDevice.ErrorCode
- Extension Methods
Fields
CameraAccessError = 1001The camera is disabled by device policy, has been disconnected, or is being used by a higher-priority camera API client.
CameraDeviceError = 4The camera device has encountered a fatal error.
CameraDisabled = 3The camera device could not be opened due to a device policy.
CameraInUse = 1The camera device is in use already.
CameraServiceError = 5The camera service has encountered a fatal error.
IllegalArgumentError = 1000cameraId was null, or the cameraId does not match any currently or previously available camera device.
MaxCamerasInUse = 2The camera device could not be opened because there are too many other open camera devices.
SecurityError = 1002The application does not have permission to access the camera.
Unknown = 0