CvCaptureRetrieveFrame Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodRetrieveFrame
Returns the pointer to the image grabbed with cvGrabFrame function. The returned image should not be released or modified by user.
Public methodRetrieveFrame(Int32)
Returns the pointer to the image grabbed with cvGrabFrame function. The returned image should not be released or modified by user.
Public methodRetrieveFrame(CameraChannels)
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