Writes/appends one frame to video file.

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

Syntax

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

Parameters

writer
Type: System..::.IntPtr
video writer structure.
image
Type: System..::.IntPtr
the written frame

Return Value

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

See Also