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.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- image
- Type: OpenCvSharp.CPlusPlusMat
[Missing <param name="image"/> documentation for "M:OpenCvSharp.CPlusPlus.VideoCapture.Read(OpenCvSharp.CPlusPlus.Mat)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.VideoCapture.Read(OpenCvSharp.CPlusPlus.Mat)"]
See Also