|
Issue:
Time between software asynchronous trigger and start of integration.
Solution:
Many Point Grey cameras provide asynchronous trigger functionality, which allows the start of integration (shutter) to be initiated by an external electrical source (hardware trigger) or camera register write (software trigger). All PGR cameras that implement a software asynchronous trigger can be triggered via the SOFTWARE_TRIGGER register 0x62C. (For Dragonfly: SOFT_ASYNC_TRIGGER 0x102C.) See the Point Grey Digital Camera Register Reference for more information.
The time from when the register is written on the camera to when the start of integration occurs can only be approximated. The average time from register write request to register write response is approximately 49.85 us. The "register write success" response is only sent from the camera to the host system once the internal trigger pulse is initiated. We then add the trigger latency (time from the trigger pulse to the start of integration) to this, which is approximately 6us for a 640 x 480 camera (see the Related Article below).Therefore, the total time from when the register is written to the start of integration is approximately 56 us.
The important point to note is the above timing is solely from the camera perspective. It is virtually impossible to predict timing from the user perspective due to latencies in the processing of commands on the host PC (i.e., the time from the user hitting a keyboard key to initiate the register write, to the start of integration).
Related
Articles:
1.) Dragonfly timing characteristics (integration and shutter times).
2.) Measuring the time from trigger input to start of shutter (trigger latency).
Article
ID: |
169 |
| Published: |
12/16/2004 3:47:04 PM |
Last
Modified: |
10/29/2012 1:46:03 PM |
| Keywords: |
trigger,asynchronous,software trigger,SOFT_ASYNC_TRIGGER,timing |
Issue Type: |
Integration |
|