CameraErrorState
Enum
Represents the type of error RadWebCam encountered.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadWebCam.dll
Syntax:
C#
public enum CameraErrorState
Fields
Access to the camera is denied.
C#
CameraAccessDenied = 2
The camera is currently unavailable.
C#
CameraIsBusy = 1
The are no cameras detected.
C#
NoCamera = 0