How to Multi/Process Parallelize PySpin

322 views Asked by At

I have a couple FLIR cameras which have been synchronized that I am controlling with PySpin. The problem is I have found there is that my FPS drops to unacceptable levels when processing the data sequentially.

The two operations which impact performance the worst are image acquisition and saving converted images.

I'm interested in :

1. Parallelizing image acquisition for each camera.

2. Parallelizing image saving and image acquisition.

Can this be done? I found the pyspin/FLIR documentation not great.

0

There are 0 answers