Enum CameraResult
- Namespace
- VisioForge.Core.PhotoCapture
- Assembly
- VisioForge.Core.dll
Represents the result of camera operations and initialization attempts.
public enum CameraResultFields
Success = 0-
The operation completed successfully.
AccessDenied = 1-
Access to the camera was denied by the system or user.
NoCameraSelected = 2-
No camera device has been selected for the operation.
AccessError = 3-
An error occurred while accessing the camera.
NoVideoFormatsAvailable = 4-
No compatible video formats are available for the selected camera.
NotInitiated = 5-
The camera has not been initialized.
NoMicrophoneSelected = 6-
No microphone device has been selected for audio capture.
ResolutionNotAvailable = 7-
The requested resolution is not available for the selected camera.