OK..... thanks (or not.........) google traduction...
I'm working on FireFly Cam under raspberry pi.
Pydc1394 works as I exepcted, it's a really great job. Thanks for it !
Moreover, I have some latences when launching save-image.py in examples directory :
-> imporst are slow.
So i've done bench (thanks time() :) ) :
import sys 0.000244140625
pydc1394 1.7108259201
import image 0.0283110141754
importing dc1394 takes more than one second and half... ouch.
I don't know if its really normal...
Mail you soon :)
JB