http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the frame grabbed with cvGrabFrame(..)
This function may apply some frame processing like frame decompression, flipping etc.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvRetrieveFrame( IntPtr capture, int streamIdx ) |
Visual Basic |
---|
Public Shared Function cvRetrieveFrame ( _ capture As IntPtr, _ streamIdx As Integer _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvRetrieveFrame( IntPtr capture, int streamIdx ) |
Parameters
- capture
- Type: System..::..IntPtr
Video capturing structure
- streamIdx
- Type: System..::..Int32
Stream index
Return Value
Pointer to the queryed frame
Remarks
The returned image should not be released or modified by user.