I am trying to run two cams with a delay, using the Exposing as a trigger to cam 2. This works if I am in debug mode but if I try to run it at full speed I get cam timeout. I have tested several strategies (grab, snap, low-level...)
In the program I generally do this.
1. Open Cam 1, read a configuration file...
2. Open Cam 2, reat a configuration file... where cam 2 is instructed to trig on "line in" with a delay.
3. Start the cam 2 acquisition
4. Start the cam 1 acquisition
5. fetch images when they are ready
Sorry for the muddled code but any hints are useful.
There is some calculations to make on the images so I do want to
open - start- fetch- close every time.