OpenCV-Driver for firewire camera -


i'm trying use firewire, sony handycam opencv application. believe need download driver cmu 1394 driver integrates firewire cameras seems compatible windows. there soemthign can use mac make camera open

   cvcapture*capture=0;     capture=cvcapturefromcam(0);  

i had similar problem.

changing permissions /dev/raw1394 , /dev/ieee1394 worked me (testing prosilica ec ubuntu lucid).


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -