Click or drag to resize
FrameSource Constructor (Int32)
http://www.emgu.com
Create a framesource using the specific camera

Namespace: Emgu.CV.Superres
Assembly: Emgu.CV.Superres (in Emgu.CV.Superres.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public FrameSource(
	int camIndex
)

Parameters

camIndex
Type: SystemInt32
The index of the camera to create capture from, starting from 0
See Also