03-03-2009 01:09 PM
03-04-2009 11:20 AM
Hi Jimbo,
The main concern here is the frames per second that you are requiring. Here's the basic math on the situation.
Long term, you require 57,000 frames per minute, which is 950 frames per second per camera. The max FireWire A throughput rate is 400Mb/s. That allows for 400 Mb/s divided by 950 frames per second, which is 441,505 bits/frame. Now you need to consider the size of your image. Minimum bit depth for an image is 8 bits/pixel. Using this, we can determine the maximum bits per frame, 441505 bits/frame divided by 8 bits/pixel, which gives 55,188 pixels per frame. Keep in mind that this is an ideal calculation as well, so you should allow for overhead and other considerations.
Hope this helps.
03-04-2009 03:05 PM
I would think processing 1000 frames per second would be practically impossible, as well. If you need live, continuous analysis you are going to need to adjust some parameters.
Bruce