I'm in the computer sciences engineering field. For a project, I need to use a camera, take a photo, process it and take a decision and so on. It's a hard real time problem as we have timing constraints. Hence, I would like to compute the time required to take a single photo and have it at disposition (by looking at a camera specification).
I'm a bit confused about how I could process and what values are important :
- On this paper, there is a formula to compute the frame time. I don't understand what integration time is, the exposure time ?
- Here, it's written that FPS is the performance of the camera body. Could I compute the frame time by 1/FPS + Exposure time ? Are there other things to take in account ?
Thanks in advance !