Hello im working with the OAK-LITE-D cameras and im trying to run on my mac and on a raspberry PI.
I managed to run the depthai demo, and everything works fine, but when I tried to run a model from opencv-ai [https://github.com/opencv-ai/oak-model-samples/tree/main/lightweight_openpose] this error shows in the terminal.

Attempted to start Color camera - NOT detected!

Are those models from opencv compatible with the OAK-D-LITE? What im missing?

Thanks!!

  • erik replied to this.
    MikelDiezGarca changed the title to Problems with OAK-D-LITE and modelplace .

    Hi MikelDiezGarca ,
    You are uysing openvino 2020.1 which is very outdated. So I also assume the depthai version is very outdated, which mean the OAK-D-Lite isn't supported (as it uses different sensors, that are supported since OAK-D-Lite was released). I'd suggest contacting the opencv-ai team directly, maybe opening an issue, as we (Luxonis) are only business partners with them. Thoughts?
    Thanks, Erik

    Those demos are running perfectly, thanks, so the models (the blobs) of the repo are compiled for the openvino 2020.1 version. I tried to manually change the version but I get an error saying this "RuntimeError: Pipeline - 'NeuralNetwork' node with id: 4, isn't compatible with forced OpenVINO version" i think that the updated blobs are incompatible with other openvino version rigth?

    • erik replied to this.

      Hi MikelDiezGarca ,
      So all blob models need to be the same openvino version as the pipeline (when specifying pipeline.setOpenVINOVersion()). So you would need to recompile the models to the newest version in order to run it with latest depthai version.
      Another alternative would be to use old version of depthai with those models.
      Thanks, Erik