Click or drag to resize
Accord.NET (logo)

VideoCaptureDevice Constructor (String)

Initializes a new instance of the VideoCaptureDevice class.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public VideoCaptureDevice(
	string deviceMoniker
)
Request Example View Source

Parameters

deviceMoniker
Type: SystemString
Moniker string of video capture device.
See Also