Click or drag to resize
IDuplexCaptureCallbackReceiveFrame Method
http://www.emgu.com
Function to call when an image is received

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
void ReceiveFrame(
	Mat img
)

Parameters

img
Type: Emgu.CVMat
The image received
See Also