• DepthAI-v2
  • Failed to build installable wheels for some pyproject.toml (depthai)

Hi @jakaskerl ,
I am using arducam imx283 with nvidia jetson nano. My task is to capture high resolution images & videos with arducam. I am trying to setup & install requirements as found on github for the same.

I checkout arducam_imx283 branch in the github repo.

When running requirements.py under folder.
following error occurring.

Help me with this.

Thanks,

    aviator_01
    This is some crazy old depthai version that is listed under requirements. You can try with latest, although you might need to change the code a bit.

    Thanks,
    Jaka

      jakaskerl
      Hi,
      I started with fresh virtual environment, build with python 3.11 & updated the pip & setuptools depenedencies.
      this time i was able to run requirments.txt in main branch itself under gen2-color-isp-raw.

      Now when i try to run main.py under same folder I am not able to see my camera feed for arducam imx283.
      How to check it & fix it?

      When running main.py , following is the logs in terminal :

      depthai version: 2.26.0.0 [2024-11-07 11:42:45.543] [depthai] [warning] [194430104185E61200] [0.1] Flashed bootloader version 0.0.19, less than 0.0.28 is susceptible to bootup/restart failure. Upgrading is advised, flashing main/factory (not user) bootloader. Available: 0.0.28 [194430104185E61200] [0.1] [9.004] [ColorCamera(0)] [error] Camera not detected on socket: 0

      & its freeze here.

        aviator_01
        You have to run the code with DEPTHAI_DEVICE_BINARY=<path to mvcmd> python main.py.

        Thanks,
        Jaka