1 | initial version |
After a bit of googling I found this issue: 2.4.6.1 camera pipeline fix. It seems the OSX webcam functionality is busted in the latest release. So, as a quick fix I reverted this one change in the OpenCV sources: modules/highgui/src/cap_qtkit.mm.
After rebuilding OpenCV the camera seems to work normally in all the OpenCV samples which didn't work at all before.