VideoCapture not working on OSX (relocation of HAVE_QUICKTIME has short-circuited QTKIT) (Bug #3215)
Description
QTKit can no longer be used for camera access. I.e. default OSX build has no camera support.
It seems that the relocation of HAVE_QUICKTIME to OpenCVFindLibsVideo.cmake, plus making HAVE_QUICKTIME, quicktime-specific rather than for both QTKit and Quicktime as before.
This has resulted in cap.cpp not including cvCreateCameraCapture_QT (plus other CV_CAP_QT-related lines. I have my own fix (adding HAVE_QTKIT to the whole chain), but not sure if this is a design decision that hasn't been fully executed yet, so therefore not asking for a pull request yet.
Associated revisions
Fix for bug Bug #3215. Added HAVE_QTKIT as a separate mode from HAVE_QUICKTIME
Merge pull request #3215 from dmitrygribanov:dg/stitching-wave-correction-bugfix
History
Updated by Miroslav Kobetski over 11 years ago
What I meant to write was:_ It seems that the relocation of HAVE_QUICKTIME to OpenCVFindLibsVideo.cmake, plus making HAVE_QUICKTIME quicktime-specific rather than for both QTKit and Quicktime as before, has short-circuited QTKit._
Updated by Sergei Nosov over 11 years ago
Thx for reporting! Adding the corresponding pull request!
- Assignee set to Roman Donchenko
- Pull request set to https://github.com/Itseez/opencv/pull/1272
- Status changed from New to Open
- Target version set to 3.0
Updated by Roman Donchenko over 11 years ago
The pull request has been merged, so this should be fixed now.
- Status changed from Open to Done