Difference between revisions of "Camera Synchronization"

From ElphelWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
There are several parts of the camera synchronization task.
 
There are several parts of the camera synchronization task.
 
# 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.
 
# 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.
# Camera should be able to start image acquisition process when required - generally not possible with most CMOS sensors.
+
# 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/''
 
# And (in some cases) camera should be able to precisely keep time, so in-sync state of two or more cameras will last longer.
 
# And (in some cases) camera should be able to precisely keep time, so in-sync state of two or more cameras will last longer.

Revision as of 19:11, 20 October 2005

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.