Click or drag to resize
CudaVideoWriterWrite Method
http://www.emgu.com

[Missing <summary> documentation for "M:Emgu.CV.Cuda.CudaVideoWriter.Write(Emgu.CV.IInputArray,System.Boolean)"]

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Write(
	IInputArray frame,
	bool lastFrame = false
)

Parameters

frame
Type: Emgu.CVIInputArray

[Missing <param name="frame"/> documentation for "M:Emgu.CV.Cuda.CudaVideoWriter.Write(Emgu.CV.IInputArray,System.Boolean)"]

lastFrame (Optional)
Type: SystemBoolean

[Missing <param name="lastFrame"/> documentation for "M:Emgu.CV.Cuda.CudaVideoWriter.Write(Emgu.CV.IInputArray,System.Boolean)"]

See Also