The VideoCaptureDevice type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VideoCaptureDevice | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| DisplayPropertyPage |
Display property window for the video capture device providing its configuration
capabilities.
| |
| SignalToStop |
Signal video source to stop its work.
| |
| SimulateTrigger |
Simulates an external trigger.
| |
| Start |
Start video source.
| |
| Stop |
Stop video source.
| |
| WaitForStop |
Wait for video source has stopped.
|
Properties
| Name | Description | |
|---|---|---|
| BytesReceived |
Received bytes count.
| |
| DesiredFrameRate |
Desired capture frame rate.
| |
| DesiredFrameSize |
Desired size of captured video frames.
| |
| DesiredSnapshotSize |
Desired size of captured snapshot frames.
| |
| FramesReceived |
Received frames count.
| |
| IsRunning |
State of the video source.
| |
| ProvideSnapshots |
Specifies if snapshots should be provided or not.
| |
| SnapshotCapabilities |
Snapshot capabilities of the device.
| |
| Source |
Video source.
| |
| SourceObject |
Source COM object of camera capture device.
| |
| VideoCapabilities |
Video capabilities of the device.
|
Events
| Name | Description | |
|---|---|---|
| NewFrame |
New frame event.
| |
| PlayingFinished |
Video playing finished event.
| |
| SnapshotFrame |
Snapshot frame event.
| |
| VideoSourceError |
Video source error event.
|