Hello,
I'm writing a Python software that is heavily based on multiprocessing.
One subprocess manages the stream from the camera (I'm using a OAK-D Pro PoE W OV97). I'm noticing different behaviors according to where I place the import depthai import. It seems to be working only if I place it inside a function in the subprocess. However, in order to perform correctly, the library should be repeatedly imported in all the functions.
Any idea to solve the issue?