Update the trunk to the OpenCV's CVS (2008-07-14)
[opencv] / interfaces / swig / python / highgui.py
index 26a5374..9051adb 100644 (file)
@@ -1,5 +1,5 @@
 # This file was automatically generated by SWIG (http://www.swig.org).
-# Version 1.3.31
+# Version 1.3.35
 #
 # Don't modify this file, modify the SWIG interface instead.
 # This file is compatible with both classic and new-style classes.
@@ -207,6 +207,7 @@ CV_CAP_VFW = _highgui.CV_CAP_VFW
 CV_CAP_V4L = _highgui.CV_CAP_V4L
 CV_CAP_V4L2 = _highgui.CV_CAP_V4L2
 CV_CAP_FIREWARE = _highgui.CV_CAP_FIREWARE
+CV_CAP_FIREWIRE = _highgui.CV_CAP_FIREWIRE
 CV_CAP_IEEE1394 = _highgui.CV_CAP_IEEE1394
 CV_CAP_DC1394 = _highgui.CV_CAP_DC1394
 CV_CAP_CMU1394 = _highgui.CV_CAP_CMU1394
@@ -217,6 +218,7 @@ CV_TYZX_RIGHT = _highgui.CV_TYZX_RIGHT
 CV_TYZX_COLOR = _highgui.CV_TYZX_COLOR
 CV_TYZX_Z = _highgui.CV_TYZX_Z
 CV_CAP_QT = _highgui.CV_CAP_QT
+CV_CAP_UNICAP = _highgui.CV_CAP_UNICAP
 
 def cvCreateCameraCapture(*args):
   """cvCreateCameraCapture(int index) -> CvCapture"""