Back to Devexpress

CameraDevice Properties

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-cameradevice-dot-underscore-properties.md

latest1.7 KB
Original Source

CameraDevice Properties

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

NameDescription
CurrentFrameGets the frame currently captured by the device.
DeviceMonikerGets the string representation of the moniker for the current device. Inherited from CameraDeviceBase.
IsBusyGets whether the video capture device is already in use in another application. Inherited from CameraDeviceBase.
IsRunningGets whether the device is currently capturing video. Inherited from CameraDeviceBase.
NameGets the UI display name of the video capture device. Inherited from CameraDeviceBase.
ResolutionGets or sets the resolution of a video stream captured by the current device. Inherited from CameraDeviceBase.

See Also

CameraDevice Class

CameraDevice Members

DevExpress.XtraEditors.Camera Namespace