CvCaptureRetrieveFrame Method (Int32) OpenCvSharp Class Library
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

public IplImage RetrieveFrame(
	int streamIdx
)

Parameters

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.CvCapture.RetrieveFrame(System.Int32)"]

See Also

Reference