Enable support for XIMEA cameras on Linux (Patch #2085)
Description
Since there is XIMEA API package for Linux, this patch allows to configure OpenCV with support for XIMEA cameras.
Related issues
related to Patch #2054: CvCaptureCAM_XIMEA update | Done | 2012-06-15 | ||
related to Patch #2086: update to XIMEA support | Cancelled | 2012-06-25 |
Associated revisions
added XIMEA support for linux (by Igor Kuzmin) #2085
Merge pull request #2085 from severin-lemaignan:emscripten
History
Updated by Igor Kuzmin over 12 years ago
Redo the patch so it would apply cleanly after patch #2054
- File OpenCV-2.4.1-XIMEA-Linux.patch added
Updated by Andrey Kamaev over 12 years ago
Thanks for the patches. With minor modifications your changes are added to the OpenCV trunk.
Could you confirm that XIMEA cameras work with OpenCV trunk r8766?
- Status changed from Open to Done
- Target version set to 2.4.2
- Category set to highgui-images
- Assignee set to Andrey Kamaev
Updated by Igor Kuzmin over 12 years ago
Yes, I confirm, it works. Tested with this example: http://opencv.willowgarage.com/wiki/CameraCapture (with CV_CAP_ANY changed to CV_CAP_XIAPI).
Updated by Andrey Kamaev over 12 years ago
Thanks.
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to highgui-camera