Returns the pointer to the image grabbed with cvGrabFrame function.
The returned image should not be released or modified by user.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- capture
- Type: OpenCvSharpCvCapture
video capturing structure. - streamIdx
- Type: SystemInt32
non-zero streamIdx is only valid for multi-head camera live streams
Return Value
Type: IplImage[Missing <returns> documentation for "M:OpenCvSharp.Cv.RetrieveFrame(OpenCvSharp.CvCapture,System.Int32)"]
See Also