Create a capture using the specific camera
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
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