CvRetrieveFrame Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodStatic memberRetrieveFrame(CvCapture)
Returns the pointer to the image grabbed with cvGrabFrame function. The returned image should not be released or modified by user.
Public methodStatic memberRetrieveFrame(CvCapture, CameraChannels)
Returns the pointer to the image grabbed with cvGrabFrame function. The returned image should not be released or modified by user.
Public methodStatic memberRetrieveFrame(CvCapture, Int32)
Returns the pointer to the image grabbed with cvGrabFrame function. The returned image should not be released or modified by user.
Top
See Also

Reference