Camera Synchronization

From ElphelWiki
Revision as of 14:15, 26 October 2005 by Pfavr (talk | contribs)
Jump to: navigation, search

There are several parts of the camera synchronization task.

  1. Camera should receive synchronizing event. It can be done by either special hardware inputs or just over the network. It most cases if you want to syncronize 2 or more networked cameras you do not need extra wires, so the network sycnchronizatrion is the most convinient. But sometimes you would like to be able to trigger the camera without the network - i.e. from some contact closure.
  2. Camera should be able to start image acquisition process when required - generally not possible with most CMOS sensors. /this used with "external trigger" in FPGA API? - Spectr/
  3. And (in some cases) camera should be able to precisely keep time, so in-sync state of two or more cameras will last longer.

How about something like ntp - network time protocol? --Pfavr 16:15, 26 October 2005 (CDT)