Click or drag to resize

CudaVideoWriterWrite Method

http://www.emgu.com
The method write the specified image to video file. The image must have the same size and the same surface format as has been specified when opening the video writer.

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

Parameters

frame
Type: Emgu.CVIInputArray
The written frame.
lastFrame (Optional)
Type: SystemBoolean
Indicates that it is end of stream. The parameter can be ignored.
See Also