FrameSource Constructor (Int32) |
http://www.emgu.com Create a framesource using the specific camera
Namespace:
Emgu.CV.Superres
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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