http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Writes/appends one frame to video file.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static bool cvWriteFrame( IntPtr writer, IntPtr image ) |
Visual Basic |
---|
Public Shared Function cvWriteFrame ( _ writer As IntPtr, _ image As IntPtr _ ) As Boolean |
Visual C++ |
---|
public: static bool cvWriteFrame( IntPtr writer, IntPtr image ) |
Parameters
- writer
- Type: System..::..IntPtr
video writer structure.
- image
- Type: System..::..IntPtr
the written frame