Enum CaptureDomain
Specifies the available camera or video capture domains.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum CaptureDomain : int
Fields
Name | Description |
---|---|
Android | Specifies the Android capture domain. |
AndroidBack | Specifies the Android back camera capture domain. |
AndroidFront | Specifies the Android front camera capture domain. |
Any | Specifies that the domain will be automatically detected. |
AVFoundation | Specifies the AVFoundation framework for iOS capture domain (OS X Lion will have the same API). |
Cmu1394 | Specifies the IEEE 1394 capture driver domain. |
DC1394 | Specifies the IEEE 1394 capture driver domain. |
DirectShow | Specifies the DirectShow (via videoInput) capture domain. |
Fireware | Specifies the IEEE 1394 capture driver domain. |
Firewire | Specifies the IEEE 1394 capture driver domain. |
Giganetix | Specifies the Smartek Giganetix GigEVision SDK capture domain. |
Ieee1394 | Specifies the IEEE 1394 capture driver domain. |
IntelPerc | Specifies the Intel Perceptual Computing SDK capture domain. |
Mil | Specifies the MIL proprietary driver domain. |
Msmf | Specifies the Microsoft Media Foundation (via videoInput) capture domain. |
OpenNI | Specifies the OpenNI (for Kinect) capture domain. |
OpenNIAsus | Specifies the OpenNI (for Asus Xtion) capture domain. |
PvAPI | Specifies the PvAPI, Prosilica GigE SDK capture domain. |
QuickTime | Specifies the Quicktime capture domain. |
Stereo | Specifies the TYZX proprietary driver domain. |
Tyzx | Specifies the TYZX proprietary driver domain. |
TyzxColor | Specifies the TYZX proprietary driver's color source. |
TyzxLeft | Specifies the TYZX proprietary driver's left source. |
TyzxRight | Specifies the TYZX proprietary driver's right source. |
TyzxZ | Specifies the TYZX proprietary driver's depth source. |
Unicap | Specifies the Unicap driver domain. |
V4L | Specifies the native platform specific video capture domain. |
V4L2 | Specifies the native platform specific video capture domain. |
Vfw | Specifies the native platform specific video capture domain. |
XIApi | Specifies the XIMEA Camera API domain. |