Click or drag to resize

VideoWriterWrite Method

http://www.emgu.com
Write a single frame to the video writer

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void Write(
	Mat frame
)

Parameters

frame
Type: Emgu.CVMat
The frame to be written to the video writer
See Also