Create a capture using the specific camera

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

Syntax

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

Parameters

camIndex
Int32
The index of the camera to create capture from, starting from 0

See Also