CvRetrieveFrame Method (CvCapture) 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 static IplImage RetrieveFrame(
	CvCapture capture
)

Parameters

capture
Type: OpenCvSharpCvCapture
video capturing structure.

Return Value

Type: IplImage

[Missing <returns> documentation for "M:OpenCvSharp.Cv.RetrieveFrame(OpenCvSharp.CvCapture)"]

See Also

Reference