Grabs a frame from camera or video file, decompresses and returns it.
This function is just a combination of cvGrabFrame and cvRetrieveFrame in one call.
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.
Return Value
Type: IplImage[Missing <returns> documentation for "M:OpenCvSharp.Cv.QueryFrame(OpenCvSharp.CvCapture)"]
See Also