Capture images from either camera or video file.

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

Syntax

C#
public class Capture : UnmanagedObject, IDuplexCapture, 
	ICapture
Visual Basic (Declaration)
Public Class Capture _
	Inherits UnmanagedObject _
	Implements IDuplexCapture, ICapture
Visual C++
public ref class Capture : public UnmanagedObject, 
	IDuplexCapture, ICapture

Inheritance Hierarchy

See Also