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