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

Parameters

img
Type: Emgu.CVMat
The image received
See Also