Click or drag to resize

CudaVideoWriter Constructor

http://www.emgu.com
Initializes a new instance of the CudaVideoWriter class

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public CudaVideoWriter(
	string fileName,
	Size frameSize,
	double fps,
	CudaVideoWriterSurfaceFormat format = 5
)

Parameters

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:Emgu.CV.Cuda.CudaVideoWriter.#ctor(System.String,System.Drawing.Size,System.Double,Emgu.CV.Cuda.CudaVideoWriter.SurfaceFormat)"]

frameSize
Type: System.DrawingSize

[Missing <param name="frameSize"/> documentation for "M:Emgu.CV.Cuda.CudaVideoWriter.#ctor(System.String,System.Drawing.Size,System.Double,Emgu.CV.Cuda.CudaVideoWriter.SurfaceFormat)"]

fps
Type: SystemDouble

[Missing <param name="fps"/> documentation for "M:Emgu.CV.Cuda.CudaVideoWriter.#ctor(System.String,System.Drawing.Size,System.Double,Emgu.CV.Cuda.CudaVideoWriter.SurfaceFormat)"]

format (Optional)
Type: Emgu.CV.CudaCudaVideoWriterSurfaceFormat

[Missing <param name="format"/> documentation for "M:Emgu.CV.Cuda.CudaVideoWriter.#ctor(System.String,System.Drawing.Size,System.Double,Emgu.CV.Cuda.CudaVideoWriter.SurfaceFormat)"]

See Also