question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using the software trigger on 4 different acA1920-40gc

See original GitHub issue

Hello everybody,

I have 4 different acA1920-40gc cameras on the same PoE switch and I would like to trigger the cameras at the same time.

I first used an InstantCameraArray and then going through it doing a GrabOne(100) on each of the cameras but this is not optimal and there is some delay.

What would be the best to do it? I saw that there is function called ExecuteSoftwareTrigger() but the example is only for a single camera case. How should I go through the InstantCameraArray and make sure all the cameras are taking a picture at the same time?

Thank you very much for your help,

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
RoccoMatanocommented, Aug 28, 2018

I think your options are to use one of these:

  1. Synchronous Free Run
  2. Action Commands
  3. Scheduled Action Commands
1reaction
RoccoMatanocommented, Aug 29, 2018

Since ExecuteSoftwareTrigger() is a method of InstantCamera, it only deals with a single camera. There is no ExecuteSoftwareTrigger() method in the class InstantCameraArray (because that cannot be implemented in a generic way for all camera models),

Read more comments on GitHub >

github_iconTop Results From Across the Web

ADC_ETC software trigger with sync for both ADC1 & ADC2?
I see in the SDK sample for software triggered ADC_ETC, it triggers the conversion for ADC1 only. The trigger also has a sync...
Read more >
SoftwareTrigger for 4 cameras (multithreaded) #69 - GitHub
SoftwareTrigger.run() ) is executed. Each camera runs in its own thread. The main thread is managing an event based on which the software...
Read more >
How Can I Trigger and Synchronize NI PXI(e) DMM Cards ...
There are two options available for triggering DMM cards with software. The first involves using a software trigger button, and the second ...
Read more >
Spinnaker C++: Trigger.cpp - FLIR
This example shows the process of configuring, using, and cleaning up a camera for use with both a software and a hardware trigger....
Read more >
Triggered Image Acquisition - Basler Product Documentation
When the camera is configured for software triggering, a software command acts as a trigger signal. The software command can be executed using...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found