Back to Devexpress

CameraDevice Class

windowsforms-devexpress-dot-xtraeditors-dot-camera-e83460f5.md

latest2.3 KB
Original Source

CameraDevice Class

Describes a video capture device, operates the device, and processes the received video stream.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class CameraDevice :
    CameraDeviceBase
vb
Public Class CameraDevice
    Inherits CameraDeviceBase

The following members return CameraDevice objects:

Remarks

The CameraDevice object uniquely identifies a video capture device in the system, allows you to operate on the device, and processes the received video stream. The CameraDevice object transmits the video stream to an ICameraDeviceClient object that performs further processing. An example of the ICameraDeviceClient object is the CameraControl that displays the video stream, and allows an end-user to adjust the video settings.

Inheritance

Object CameraDeviceBase CameraDevice

See Also

CameraDevice Members

CameraDeviceInfo

CameraControl

DevExpress.XtraEditors.Camera Namespace