Enum
CameraErrorState

Represents the type of error RadWebCam encountered.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Media.dll

Syntax:

cs-api-definition
public enum CameraErrorState

Fields

CameraAccessDenied

Access to the camera is denied.

Declaration

cs-api-definition
CameraAccessDenied = 3

Field Value

CameraErrorState

CameraIsBusy

The camera is currently unavailable.

Declaration

cs-api-definition
CameraIsBusy = 1

Field Value

CameraErrorState

NoCamera

The are no cameras detected.

Declaration

cs-api-definition
NoCamera = 0

Field Value

CameraErrorState

UnsupportedAdapterFormat

The video adapter does not support the required formats.

Declaration

cs-api-definition
UnsupportedAdapterFormat = 2

Field Value

CameraErrorState