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.Superres (in Emgu.CV.Superres.dll) Version: 3.0.0.2161 (3.0.0.2161)
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