Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 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 Properties
Show Inherited Hide Inherited

Describes a video capture device, operates the device, and processes the received video stream.
Name Description
BitmapSource Gets the Bitmap image currently displayed by CameraControl.
DeviceMoniker Gets the string representation of the moniker for the current device. Inherited from CameraDeviceBase.
IsBusy Gets whether the video capture device is already in use in another application. Inherited from CameraDeviceBase.
IsRunning Gets whether the device is currently capturing video. Inherited from CameraDeviceBase.
Name Gets the UI display name of the video capture device. Inherited from CameraDeviceBase.
Resolution Gets or sets the resolution of a video stream captured by the current device. Inherited from CameraDeviceBase.
See Also