CameraDeviceBase Properties
The base class for classes that describe video capture devices.| Name | Description |
|---|---|
| DeviceMoniker | Gets the string representation of the moniker for the current device. |
| IsBusy | Gets whether the video capture device is already in use in another application. |
| IsRunning | Gets whether the device is currently capturing video. |
| Name | Gets the UI display name of the video capture device. |
| Resolution | Gets or sets the resolution of a video stream captured by the current device. |
See Also