VideoCaptureAPIs

Objective-C

NS_ENUM(int, VideoCaptureAPIs) {
    CAP_ANY = 0,
    CAP_VFW = 200,
    CAP_V4L = 200,
    CAP_V4L2 = CAP_V4L,
    CAP_FIREWIRE = 300,
    CAP_FIREWARE = CAP_FIREWIRE,
    CAP_IEEE1394 = CAP_FIREWIRE,
    CAP_DC1394 = CAP_FIREWIRE,
    CAP_CMU1394 = CAP_FIREWIRE,
    CAP_QT = 500,
    CAP_UNICAP = 600,
    CAP_DSHOW = 700,
    CAP_PVAPI = 800,
    CAP_OPENNI = 900,
    CAP_OPENNI_ASUS = 910,
    CAP_ANDROID = 1000,
    CAP_XIAPI = 1100,
    CAP_AVFOUNDATION = 1200,
    CAP_GIGANETIX = 1300,
    CAP_MSMF = 1400,
    CAP_WINRT = 1410,
    CAP_INTELPERC = 1500,
    CAP_REALSENSE = 1500,
    CAP_OPENNI2 = 1600,
    CAP_OPENNI2_ASUS = 1610,
    CAP_GPHOTO2 = 1700,
    CAP_GSTREAMER = 1800,
    CAP_FFMPEG = 1900,
    CAP_IMAGES = 2000,
    CAP_ARAVIS = 2100,
    CAP_OPENCV_MJPEG = 2200,
    CAP_INTEL_MFX = 2300,
    CAP_XINE = 2400
}

Swift

enum VideoCaptureAPIs : Int32
  • Declaration

    Objective-C

    CAP_ANY = 0

    Swift

    case CAP_ANY = 0
  • Declaration

    Objective-C

    CAP_VFW = 200

    Swift

    case CAP_VFW = 200
  • Declaration

    Objective-C

    CAP_V4L = 200

    Swift

    static var CAP_V4L: VideoCaptureAPIs { get }
  • Declaration

    Objective-C

    CAP_V4L2 = CAP_V4L

    Swift

    static var CAP_V4L2: VideoCaptureAPIs { get }
  • Declaration

    Objective-C

    CAP_FIREWIRE = 300

    Swift

    case CAP_FIREWIRE = 300
  • Declaration

    Objective-C

    CAP_FIREWARE = CAP_FIREWIRE

    Swift

    static var CAP_FIREWARE: VideoCaptureAPIs { get }
  • Declaration

    Objective-C

    CAP_IEEE1394 = CAP_FIREWIRE

    Swift

    static var CAP_IEEE1394: VideoCaptureAPIs { get }
  • Declaration

    Objective-C

    CAP_DC1394 = CAP_FIREWIRE

    Swift

    static var CAP_DC1394: VideoCaptureAPIs { get }
  • Declaration

    Objective-C

    CAP_CMU1394 = CAP_FIREWIRE

    Swift

    static var CAP_CMU1394: VideoCaptureAPIs { get }
  • Declaration

    Objective-C

    CAP_QT = 500

    Swift

    case CAP_QT = 500
  • Declaration

    Objective-C

    CAP_UNICAP = 600

    Swift

    case CAP_UNICAP = 600
  • Declaration

    Objective-C

    CAP_DSHOW = 700

    Swift

    case CAP_DSHOW = 700
  • Declaration

    Objective-C

    CAP_PVAPI = 800

    Swift

    case CAP_PVAPI = 800
  • Declaration

    Objective-C

    CAP_OPENNI = 900

    Swift

    case CAP_OPENNI = 900
  • Declaration

    Objective-C

    CAP_OPENNI_ASUS = 910

    Swift

    case CAP_OPENNI_ASUS = 910
  • Declaration

    Objective-C

    CAP_ANDROID = 1000

    Swift

    case CAP_ANDROID = 1000
  • Declaration

    Objective-C

    CAP_XIAPI = 1100

    Swift

    case CAP_XIAPI = 1100
  • Declaration

    Objective-C

    CAP_AVFOUNDATION = 1200

    Swift

    case CAP_AVFOUNDATION = 1200
  • Declaration

    Objective-C

    CAP_GIGANETIX = 1300

    Swift

    case CAP_GIGANETIX = 1300
  • Declaration

    Objective-C

    CAP_MSMF = 1400

    Swift

    case CAP_MSMF = 1400
  • Declaration

    Objective-C

    CAP_WINRT = 1410

    Swift

    case CAP_WINRT = 1410
  • Declaration

    Objective-C

    CAP_INTELPERC = 1500

    Swift

    case CAP_INTELPERC = 1500
  • Declaration

    Objective-C

    CAP_REALSENSE = 1500

    Swift

    static var CAP_REALSENSE: VideoCaptureAPIs { get }
  • Declaration

    Objective-C

    CAP_OPENNI2 = 1600

    Swift

    case CAP_OPENNI2 = 1600
  • Declaration

    Objective-C

    CAP_OPENNI2_ASUS = 1610

    Swift

    case CAP_OPENNI2_ASUS = 1610
  • Declaration

    Objective-C

    CAP_GPHOTO2 = 1700

    Swift

    case CAP_GPHOTO2 = 1700
  • Declaration

    Objective-C

    CAP_GSTREAMER = 1800

    Swift

    case CAP_GSTREAMER = 1800
  • Declaration

    Objective-C

    CAP_FFMPEG = 1900

    Swift

    case CAP_FFMPEG = 1900
  • Declaration

    Objective-C

    CAP_IMAGES = 2000

    Swift

    case CAP_IMAGES = 2000
  • Declaration

    Objective-C

    CAP_ARAVIS = 2100

    Swift

    case CAP_ARAVIS = 2100
  • Declaration

    Objective-C

    CAP_OPENCV_MJPEG = 2200

    Swift

    case CAP_OPENCV_MJPEG = 2200
  • Declaration

    Objective-C

    CAP_INTEL_MFX = 2300

    Swift

    case CAP_INTEL_MFX = 2300
  • Declaration

    Objective-C

    CAP_XINE = 2400

    Swift

    case CAP_XINE = 2400