Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CameraDevice Class

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public class CameraDevice :
    CameraDeviceBase

The following members return CameraDevice objects:

#Remarks

The CameraDevice object identifies a video capture device in the system, allows you to operate with the device, and processes the received video stream. The CameraDevice object transmits the video stream to the CameraControl that displays the video stream, and allows an end-user to adjust the video settings.

#Inheritance

See Also