Dear all, I was programming for Andor CCD using SDK libraries in python using cython. I have a piece of code within my .pyx script which does the function of storing the data into a 3D array. While acquiring n frames, each of them is stored in a 3D array named data, which later I would be displaying. But this creates a bottleneck in my code. Hence I need to introduce threading, such that for each frame to be stored there are individual threads for the same and the frames could be displayed simultaneously without creating a performance lag. Since I have never worked on multithreading, could anyone please help me. PFA of the code. (LiveAcquisition code)
-- Regards, Aishwarya Selvaraj
atcore_py.pyx
Description: Binary data
_______________________________________________ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy