XIMEA: cvCreateCameraCapture(CV_CAP_XIAPI) always fails while camera is ok (Bug #3916)
Description
Although XIMEA camera(MQ013CG-E2) is ok and it is working with sample demo exe-files from ximea.com, the next code always print "ximea camera not found":VideoCapture cap;
if (!cap.open(CV_CAP_XIAPI)) cout << "ximea camera not found" << endl;
the same for :CvCapture* capture = cvCreateCameraCapture(CV_CAP_XIAPI);
if (!capture) { cerr << "ximea camera not found";}
If simple Logitech web-camera is connected code above shows it exists with CV_CAP_ANY, but ximea-camera is unreachable from openCV, despite cmake option XIMEA had been chosen in minGW-compilation from source.
Associated revisions
Merge pull request #3916 from mshabunin:fix-winpack-test
History
Updated by Vit Shiryaev over 10 years ago
I found the reasone. Just unluky to be in the middle of the process when one company has already changed its API and the second one - yet not responded to this.
Updated by Vit Shiryaev over 10 years ago
Will be fixed in 2.4.10.
- % Done changed from 0 to 90
- Status changed from New to Done