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.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public FrameSource(
	int camIndex
)

Parameters

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