XIMEA: cvCreateCameraCapture(CV_CAP_XIAPI) always fails while camera is ok (Bug #3916)


Added by Vit Shiryaev over 10 years ago. Updated over 10 years ago.


Status:Done Start date:2014-09-24
Priority:Normal Due date:
Assignee:- % Done:

90%

Category:highgui-camera
Target version:-
Affected version:2.4.9 (latest release) Operating System:Windows
Difficulty: HW Platform:x64
Pull request:

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

Revision c094c58b
Added by Vadim Pisarevsky almost 10 years ago

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

Also available in: Atom PDF