Create a capture using the specific camera

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

Syntax

C#
public Capture(
	int camIndex
)
Visual Basic (Declaration)
Public Sub New ( _
	camIndex As Integer _
)
Visual C++
public:
Capture(
	int camIndex
)

Parameters

camIndex
Type: System..::.Int32
The index of the camera to create capture from, starting from 0

See Also