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