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
Syntaxvoid ReceiveFrame(
Mat img
)
Sub ReceiveFrame (
img As Mat
)
void ReceiveFrame(
Mat^ img
)
abstract ReceiveFrame :
img : Mat -> unit
Parameters
- img
- Type: Emgu.CVMat
The image received
See Also