Capture Constructor (Int32) |
http://www.emgu.com Create a capture using the specific camera
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Capture(
int camIndex
)
Public Sub New (
camIndex As Integer
)
public:
Capture(
int camIndex
)
new :
camIndex : int -> Capture
Parameters
- camIndex
- Type: SystemInt32
The index of the camera to create capture from, starting from 0
See Also