CameraErrorState
Enum
Represents the type of error RadWebCam encountered.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Media.dll
Syntax:
C#
public enum CameraErrorState
Fields
Access to the camera is denied.
C#
CameraAccessDenied = 3
The camera is currently unavailable.
C#
CameraIsBusy = 1
The are no cameras detected.
C#
NoCamera = 0
The video adapter does not support the required formats.
C#
UnsupportedAdapterFormat = 2