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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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