by PedroR » Thu Dec 29, 2011 10:41 am
by PedroR
Thu Dec 29, 2011 10:41 am
the frame rate webcams produce depends on many factotrs.
We won't be able to help with this.
A common technique is to reduce the resolution (to 640x480 or smaller if you need higher frame rates).
Different Webcams may also produce different frame rates, especially on Windows as some include proprietary drivers that differ from model to model. (on Linux this is expected to be more uniform as it uses the almost universal UVC driver).
Finally the application you're using will also affect the frame rate. If you're using OpenCV, using 640x480 or smaller should be enough for BLOB detection while giving enough information for a BLOB, tracking application.
As I said, it depends on a number of factors that you should experiment with. The quickest and simplest adjustment is the Resolution which has a direct relation with an increase in frame rate.
Pedro.
the frame rate webcams produce depends on many factotrs.
We won't be able to help with this.
A common technique is to reduce the resolution (to 640x480 or smaller if you need higher frame rates).
Different Webcams may also produce different frame rates, especially on Windows as some include proprietary drivers that differ from model to model. (on Linux this is expected to be more uniform as it uses the almost universal UVC driver).
Finally the application you're using will also affect the frame rate. If you're using OpenCV, using 640x480 or smaller should be enough for BLOB detection while giving enough information for a BLOB, tracking application.
As I said, it depends on a number of factors that you should experiment with. The quickest and simplest adjustment is the Resolution which has a direct relation with an increase in frame rate.
Pedro.