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