pypylon icon indicating copy to clipboard operation
pypylon copied to clipboard

How to excute Trigger Software from other process?

Open TuanHAnhVN opened this issue 1 year ago • 1 comments

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

TuanHAnhVN avatar Sep 08 '23 04:09 TuanHAnhVN

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?

HighImp avatar Oct 20 '23 22:10 HighImp