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

Capture a Bgr image frame

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++ 
Image<Bgr, byte> QueryFrame()
Function QueryFrame As Image(Of Bgr, Byte)
Image<Bgr, unsigned char>^ QueryFrame()

Return Value

A Bgr image frame

See Also