py-ic-imaging-control icon indicating copy to clipboard operation
py-ic-imaging-control copied to clipboard

Access violation and IC errors when calling some functions from a separate thread

Open morefigs opened this issue 9 years ago • 0 comments

When calling something like:

cam = ic_ic.get_device(cam_names[0])

from a child thread an access violation occurs.

When passing an IC_Camera object to a thread and attempting to open the camera from the thread an unexpected IC error occurs.

Threading works without issue if initialisation and opening of cameras are done in the main thread and then passed to worker threads.

morefigs avatar Jul 13 '15 03:07 morefigs