pypylon icon indicating copy to clipboard operation
pypylon copied to clipboard

Multiple GigE cameras hardware trigger and synchronisation in python

Open shrinand1996 opened this issue 3 years ago • 1 comments

How can i attach and configure the whole acquisition process using multiple gige cameras. My setup: 4 ace Gige cameras Hardware trigger: a digital proximity sensor

Use: i want to capture images from all 4 cameras after a delay when i receive the trigger pulse.

I have already used Pylon Ip configuration to name and set up all 4 cameras. I can view the feeds in pylon viewer.

Please suggest.

shrinand1996 avatar Aug 13 '22 11:08 shrinand1996

do you use ace or ace2 model?

ace: if the trigger length longer than the delay you want, then the camera parameter debouncer can be used to delay the trigger.

ace2 : you can trigger the timer and then the timer can be used to trigger the image acquisition

https://docs.baslerweb.com/timer

SMA2016a avatar Aug 17 '22 01:08 SMA2016a