The VideoCaptureDevice type exposes the following members.

Constructors

  NameDescription
VideoCaptureDeviceOverloaded.

Methods

  NameDescription
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

  NameDescription
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

  NameDescription
NewFrame
New frame event.
PlayingFinished
Video playing finished event.
VideoSourceError
Video source error event.

See Also