basler / pypylon

The official python wrapper for the pylon Camera Software Suite
http://www.baslerweb.com
BSD 3-Clause "New" or "Revised" License
575 stars 208 forks source link

How to excute Trigger Software from other process? #650

Open TuanHAnhVN opened 1 year ago

TuanHAnhVN commented 1 year ago

Hi all, I am running camera on sub-process. Now i want to excute software trigger from main process. How to do it? I tried but not success :(

1

Thank you

HighImp commented 1 year ago

If you have a GigE Camera, may ActionCommands are a solution for your problem. But as far as i know, there is nothing simmilar in USB. Is there a reason why you dont use interprocess communication to trigger the camera in the subprocess?