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 (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public CudaVideoWriter(
	string fileName,
	Size frameSize,
	double fps,
	CudaVideoWriterSurfaceFormat format = CudaVideoWriterSurfaceFormat.BGR
)

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