I am using Igor to do some computation on camera images acquired live and also to display these values. Since the computations are pretty heavy, every time I update the window where I am showing the results I get gaps in the acquired data. I was thinking a way around could be to put the doupdate of the display on a dedicated cpu thread. Can this be done in Igor?
Well you can do the image post processing in a separate thread and keep the image displaying in the main thread.
Checkout DisplayHelpTopic"ThreadSafe Functions and Multitasking" for more info.
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
November 10, 2014 at 10:25 am - Permalink
Checkout
DisplayHelpTopic "ThreadSafe Functions and Multitasking"
for more info.November 10, 2014 at 12:52 pm - Permalink
November 11, 2014 at 02:20 pm - Permalink