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.
| |
| OnNewFrame |
Notifies client about new frame.
| |
| SignalToStop |
Signal video source to stop its work.
| |
| 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 frames.
| |
| FramesReceived |
Received frames count.
| |
| IsRunning |
State of the video source.
| |
| Source |
Video source.
| |
| SourceObject |
Source COM object of camera capture device.
| |
| VideoCapabilities |
Capabilities of the video device.
|
Events
| Name | Description | |
|---|---|---|
| NewFrame |
New frame event.
| |
| PlayingFinished |
Video playing finished event.
| |
| VideoSourceError |
Video source error event.
|