CaptureType Enumeration OpenCvSharp Class Library
Capture type of CvCapture (Camera or AVI file)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum CaptureType
Members

  Member nameValueDescription
File0 Captures from an AVI file
Camera1 Captures from digital camera
NotSpecified2
See Also

Reference