VideoCaptureCaptureModuleType Enumeration |
http://www.emgu.com
The type of capture source
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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