IC-Imaging-Control-Samples icon indicating copy to clipboard operation
IC-Imaging-Control-Samples copied to clipboard

Ic imaging control 3.5

Open Passi089 opened this issue 3 months ago • 3 comments

Hi i'm using ic imaging control 3.5 in python.

I require a image using Frame = snapsink.SnapSingle(TimeSpan.FromSeconds(2)) then i use a pointer = TIS.Imaging.IFrame(Frame) and through the pointer i can then acesss the image array.

I use this function in a threading module in order to aquire an image every time the loop is running. This works very well for low frequency of image aquirering, but if i want to use it very fast something like 90 fps at some point the GUI crashes. I think it has to do something with the frame and how the images are saved and the memory is acessed. how can i do that in a better way, do you have any ideas?

Passi089 avatar Mar 12 '24 11:03 Passi089