Closed SBoulanger closed 3 years ago
This is more of a feature request. But I noticed that the camera capturing hangs on k4a.get_capture() when running in a subprocess.
It works for me with threading and multiprocessing. But I open device in same thread/process where read capture.
you're right my init was in main.
This is more of a feature request. But I noticed that the camera capturing hangs on k4a.get_capture() when running in a subprocess.