Hello! I am thinking of buying ps3 eye cameras. Just wondering what is the time period in capturing one frame over USB2.0 connected to computer?(Linux)
I’m asking this because USB 2.0 is capable of 480 Mbit/s (60 MB/s) per controller.
So to capture a frame 320x240@120 hz it would take at a rate of 480Mbit/second is:
[ (320x240= 76800 pixels) * 3bytes per pixel(RGB) * 1000 millisecond(1 second) / (480Mbit = 60,000,000 byte/second) ] = 3.84 millisecond
Is this calculation right? But then on Cogville’s web page at the bottom:
http://sszymczy.rootnode.net/index.php?menu=projects&submenu=webcamsync2&subsub=PS3Eye
he has a image showing that it takes 1 millisecond to zero millisecond to capture each frame?
How’s that possible? Why’s my calculation above is wrong? Why my calculation doesn’t add up?
Can anyone kindly point out why I’m wrong in this case?