Click or drag to resize
FrameSource Constructor (String, Boolean)
http://www.emgu.com
Create video frame source from video file

Namespace: Emgu.CV.Superres
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public FrameSource(
	string fileName,
	bool tryUseGpu
)

Parameters

fileName
Type: SystemString
The name of the file
tryUseGpu
Type: SystemBoolean
If true, it will try to create video frame source using gpu
See Also