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?

    LcicC
    There are known issues with depthai and multiprocessing. Try not to run depthai functions in separate processes or use multithreading.

    Thanks,
    Jaka

      5 days later

      Hi jakaskerl ,

      Thank you for the confirmation. Do you know if the issues are going to be addressed soon?