Searched refs:MAX_CAMERAS (Results 1 - 6 of 6) sorted by relevance

/external/opencv/cvaux/include/
H A Dcvaux.h1534 enum { MAX_CAMERAS = 3 }; enumerator in enum:CvCalibFilter::__anon14444
1549 CvCamera cameraParams[MAX_CAMERAS];
1551 CvPoint2D32f* points[MAX_CAMERAS];
1552 CvMat* undistMap[MAX_CAMERAS][2];
1554 int latestCounts[MAX_CAMERAS];
1555 CvPoint2D32f* latestPoints[MAX_CAMERAS];
1556 CvMat* rectMap[MAX_CAMERAS][2];
/external/opencv3/modules/videoio/src/
H A Dcap_pvapi.cpp69 #define MAX_CAMERAS 10 macro
145 tPvCameraInfo cameraList[MAX_CAMERAS];
159 int numCameras=PvCameraList(cameraList, MAX_CAMERAS, NULL);
H A Dcap_libv4l.cpp274 #define MAX_CAMERAS 8 macro
389 Start from 0 and go to MAX_CAMERAS while checking for the device with that name.
399 while(CameraNumber < MAX_CAMERAS) {
1058 for (; autoindex<MAX_CAMERAS;autoindex++)
1061 if (autoindex==MAX_CAMERAS)
H A Dcap_dc1394.cpp171 #define MAX_CAMERAS 8 macro
179 struct camnode {dc1394_cameracapture cam;int portnum;} cameras[MAX_CAMERAS];
H A Dcap_v4l.cpp249 #define MAX_CAMERAS 8 macro
367 Start from 0 and go to MAX_CAMERAS while checking for the device with that name.
377 while(CameraNumber < MAX_CAMERAS) {
1136 for (; autoindex<MAX_CAMERAS;autoindex++)
1139 if (autoindex==MAX_CAMERAS)
/external/opencv/cvaux/src/
H A Dcvcalibfilter.cpp102 for( i = 0; i < MAX_CAMERAS; i++ )

Completed in 151 milliseconds