A newer version of this page is available.
Switch to the current version.
CameraDevice Class
Describes a video capture device, operates the device, and processes the received video stream.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v19.2.dll
Declaration
public class CameraDevice :
CameraDeviceBase
Public Class CameraDevice
Inherits CameraDeviceBase
Related API Members
The following members accept/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
Object
CameraDeviceBase
CameraDevice
See Also
Feedback