projects
/
profile
/
ivi
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd8d3af
)
fixed Ximea constructor call
author
Vadim Pisarevsky
<no@email>
Mon, 15 Aug 2011 14:23:55 +0000
(14:23 +0000)
committer
Vadim Pisarevsky
<no@email>
Mon, 15 Aug 2011 14:23:55 +0000
(14:23 +0000)
modules/highgui/src/cap.cpp
patch
|
blob
|
history
diff --git
a/modules/highgui/src/cap.cpp
b/modules/highgui/src/cap.cpp
index
fa9f9f9
..
cde89de
100644
(file)
--- a/
modules/highgui/src/cap.cpp
+++ b/
modules/highgui/src/cap.cpp
@@
-273,7
+273,7
@@
CV_IMPL CvCapture * cvCreateCameraCapture (int index)
#ifdef HAVE_XIMEA
case CV_CAP_XIAPI:
- capture = cvCreateCameraCapture_X
imea
(index);
+ capture = cvCreateCameraCapture_X
IMEA
(index);
if (capture)
return capture;
break;