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