Click or drag to resize

CudaVideoReader Constructor

http://www.emgu.com
Creates video reader.

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public CudaVideoReader(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the input video file.
See Also