Skip to content

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

Description

@morefigs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions