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 (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
void ReceiveFrame(
	Mat img
)

Parameters

img
Type: Emgu.CVMat
The image received
See Also