Closed arudomanenko closed 3 years ago
Hi, I am writing a huge machine vision project. So I want to separate capturing frame thread and logic main thread. Is your module released GIL while working?
Just use thread_safe=False for most operations, It will cause GIL releasing for k4a functionality.
thread_safe=False
You can check https://github.com/etiennedub/pyk4a/blob/master/example/threads.py
Hi, I am writing a huge machine vision project. So I want to separate capturing frame thread and logic main thread. Is your module released GIL while working?