I recently purchased a Oak D series 2 camera. I was trying to connect the camera to raspberry pi 4 following some tutorials. Most of them asked me to use the command:" raspberrypi@rover:~/Desktop/cam $ sudo curl -fL https://docs.luxonis.com/install_dependencies.sh | bash " This command gives me the following message: Failed installing dependencies. Could be a bug in the installer or unsupported platform. Open a bug report over at luxonis/depthai - exited with status 100 at line 118. is the command workign for everyone else? Is it just my system/platform or is there a problem in the dependencies?

  • jakaskerl replied to this.
  • Hi @Jasleen
    Basically you need to change the packages libtbb2 to libtbbmalloc2 (or the armhf variant), and libdc1394-22-dev to libdc1394-dev.
    The installer mistakes rpi os as an old ubuntu (pre 18.04) release.

    Thanks,
    Jaka

    Hi @Jasleen
    Basically you need to change the packages libtbb2 to libtbbmalloc2 (or the armhf variant), and libdc1394-22-dev to libdc1394-dev.
    The installer mistakes rpi os as an old ubuntu (pre 18.04) release.

    Thanks,
    Jaka