[This is preliminary documentation and is subject to change.]

Function to call when an image is received

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
void ReceiveFrame(
	Image<Bgr, byte> img
)
Sub ReceiveFrame ( _
	img As Image(Of Bgr, Byte) _
)
void ReceiveFrame(
	Image<Bgr, unsigned char>^ img
)

Parameters

img
Image<(Of <(Bgr, Byte>)>)
The image received

See Also