VideoCaptureAPI Enumeration |
http://www.emgu.com
VideoCapture API backends identifier.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
Members
| Member name | Value | Description |
---|
| Any | 0 |
Auto detect
|
| Vfw | 200 |
Video For Windows (obsolete, removed)
|
| V4L | 200 |
V4L/V4L2 capturing support
|
| V4L2 | 200 |
Same as CAP_V4L
|
| Firewire | 300 |
IEEE 1394 drivers
|
| IEEE1394 | 300 |
IEEE 1394 drivers
|
| DC1394 | 300 |
IEEE 1394 drivers
|
| CMU1394 | 300 |
IEEE 1394 drivers
|
| QT | 500 |
QuickTime (obsolete, removed)
|
| Unicap | 600 |
Unicap drivers (obsolete, removed)
|
| DShow | 700 |
DirectShow (via videoInput)
|
| Pvapi | 800 |
PvAPI, Prosilica GigE SDK
|
| OpenNI | 900 |
OpenNI (for Kinect)
|
| OpenNIAsus | 910 |
OpenNI (for Asus Xtion)
|
| Android | 1000 |
Android - not used
|
| XiApi | 1100 |
XIMEA Camera API
|
| AVFoundation | 1200 |
AVFoundation framework for iOS (OS X Lion will have the same API)
|
| Giganetix | 1300 |
Smartek Giganetix GigEVisionSDK
|
| Msmf | 1400 |
Microsoft Media Foundation (via videoInput)
|
| Winrt | 1410 |
Microsoft Windows Runtime using Media Foundation
|
| IntelPerc | 1500 |
Intel Perceptual Computing SDK
|
| Openni2 | 1600 |
OpenNI2 (for Kinect)
|
| Openni2Asus | 1610 |
OpenNI2 (for Asus Xtion and Occipital Structure sensors)
|
| Gphoto2 | 1700 |
gPhoto2 connection
|
| Gstreamer | 1800 |
GStreamer
|
| Ffmpeg | 1900 |
Open and record video file or stream using the FFMPEG library
|
| Images | 2000 |
OpenCV Image Sequence (e.g. img_%02d.jpg)
|
| Aravis | 2100 |
Aravis SDK
|
| OpencvMjpeg | 2200 |
Built-in OpenCV MotionJPEG codec
|
| IntelMfx | 2300 |
Intel MediaSDK
|
| Xine | 2400 |
XINE engine (Linux)
|
See Also