CameraDevice Properties
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