↧
Answer by Jasper for Dear All, I am learning face detection from the...
CV_CAP_IOS should contain an integer which identifies the device io stream. The default io stream is usually 0 so the following should work. int CV_CAP_IOS = 0; // Just a guess for the camera io stream
View ArticleiOS semantic build issue (CV_CAP_IOS undeclared)
Dear All, I am learning face detection from the following link: http://code.opencv.org/svn/gsoc2012/ios/trunk/shared/ . When I build the project, CvCaptureController.mm has a symbol named `CV_CAP_IOS`...
View Article