Click or drag to resize

VideoCapture Constructor (String, VideoCaptureAPI)

http://www.emgu.com
Create a capture from file or a video stream

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public VideoCapture(
	string fileName,
	VideoCaptureAPI captureApi = VideoCaptureAPI.Any
)

Parameters

fileName
Type: SystemString
The name of a file, or an url pointed to a stream.
captureApi (Optional)
Type: Emgu.CVVideoCaptureAPI
The preferred Capture API backends to use. Can be used to enforce a specific reader implementation if multiple are available.
See Also