CaptureCaptureModuleType Enumeration |
http://www.emgu.com
The type of capture source
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic enum CaptureModuleType
Public Enumeration CaptureModuleType
public enum class CaptureModuleType
Members
| Member name | Value | Description |
---|
| Camera | 0 |
Capture from camera
|
| Highgui | 1 |
Capture from file using HighGUI
|
See Also