Enum CameraDevice.ErrorCode
- Namespace
- Uralstech.UXR.QuestCamera
Error codes that can be returned by the native CameraDevice wrapper.
public enum CameraDevice.ErrorCode
Fields
CameraAccessException = 1000
The native code encountered a CameraAccessException.
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.
MaxCamerasInUse = 2
The camera device could not be opened because there are too many other open camera devices.
SecurityException = 1001
The native code encountered a SecurityException.
Unknown = 0
Unknown error.