etiennedub / pyk4a

Python 3 wrapper for Azure-Kinect-Sensor-SDK
MIT License
288 stars 81 forks source link

No mutliprocessing support #79

Closed SBoulanger closed 3 years ago

SBoulanger commented 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.

shagren commented 3 years ago

It works for me with threading and multiprocessing. But I open device in same thread/process where read capture.

SBoulanger commented 3 years ago

you're right my init was in main.