Forcing firewire camera to use dc1394 instead of QTKit driver
Is it possible to force OpenCV to use libdc1394 for image acquisition instead of QTKit on OS X? The QTKit driver does not seem to support monochrome cameras.
you could try:
VideoCapture cap( 0 + CV_CAP_DC1394 );