Writes/appends one frame to video file.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int cvWriteFrame(
	IntPtr writer,
	IntPtr image
)
Public Shared Function cvWriteFrame ( _
	writer As IntPtr, _
	image As IntPtr _
) As Integer
public:
static int cvWriteFrame(
	IntPtr writer, 
	IntPtr image
)

Parameters

writer
IntPtr
video writer structure.
image
IntPtr
the written frame

Return Value

[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvWriteFrame(System.IntPtr,System.IntPtr)"]

See Also