Click or drag to resize
VideoCaptureDevice Methods

The VideoCaptureDevice type exposes the following members.

Methods
  NameDescription
Public methodDispose
Destructor.
Public methodGetDeviceList
Retrieves a String readable list of all available and compatible Capture Devices on the System.
Public methodGetFrame
Retrieves a raw frame containing timing information of capture (MediaBuffer.startTime) and duration based on the FPS of the selected profile (MediaBuffer.EndTime). The timing information is relative to the time VideoCaptureDevice.Start was called.
(Overrides CaptureDeviceGetFrame.)
Public methodSelectCaptureDeviceFormat
Select metrics for a previously selected device.
Public methodSelectDevice
Selects a capture device to be used and returns metrics of that device.
Public methodSetBufferProvider
Public methodStatic memberShowSelectionDialog
Shows a modal device and format selection form, that creates the video capture device for the user.
Public methodStart
Start the capturing process from the selected Device Name.
Public methodStop
Stop Capture from device.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also