|
VideoCaptureDevice Constructor (String, PixelFormat)
|
Namespace:
Accord.Video.DirectShow
Assembly:
Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax public VideoCaptureDevice(
string deviceMoniker,
PixelFormat pixelFormat
)
Public Sub New (
deviceMoniker As String,
pixelFormat As PixelFormat
)
Request Example
View SourceParameters
- deviceMoniker
- Type: SystemString
Moniker string of video capture device. - pixelFormat
- Type: System.Drawing.ImagingPixelFormat
Pixel format of video.
See Also