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