VideoCaptureRetrieve Method |
| Name | Description | |
|---|---|---|
| Retrieve(Mat, CameraChannels) |
Returns the pointer to the image grabbed with cvGrabFrame function.
The returned image should not be released or modified by user.
| |
| Retrieve(Mat, Int32) |
Decodes and returns the grabbed video frame.
|