Skip to main content

CameraControl.Device Property

Gets or sets the video capture device currently used by the control.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public CameraDevice Device { get; set; }

Property Value

Type Description
CameraDevice

A CameraDevice object that describes the video capture device currently used by the control.

Remarks

The Device property specifies the video capture device currently used by the control. To get the list of available video capture devices, call the CameraControl.GetDevices method.

After the device is changed, the CameraControl.DeviceChanged event is fired.

See Also