| CaptureType Enumeration |
Capture type of CvCapture (Camera or AVI file)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax Public Enumeration CaptureType
public enum class CaptureType
Members
| Member name | Value | Description |
---|
| File | 0 |
Captures from an AVI file
|
| Camera | 1 |
Captures from digital camera
|
| NotSpecified | 2 | |
See Also