Click or drag to resize

VideoCaptureRead Method

http://www.emgu.com
Similar to the C++ implementation of cv::Capture >> Mat. It first call Grab() function follows by Retrieve()

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void Read(
	Mat m
)

Parameters

m
Type: Emgu.CVMat
The matrix the image will be read into.
See Also