M
mathi4378

  • 21 days ago
  • Joined Aug 25, 2024
  • 0 best answers
  • @mathi4378
    GPT:

    1. Cloning the GitHub Repository

      • Open PyCharm.
      • Go to VCS > Get from Version Control.
      • Paste the URL of the GitHub repository you want to clone and click Clone.

    2. Setting Up the Python Environment in PyCharm

      • In PyCharm, go to File > Settings > Project: > Python Interpreter.
      • Click the gear icon and select Add Interpreter.
      • Choose either a Virtualenv or Conda environment, depending on what you prefer. A virtual environment will help you manage dependencies specific to your project.

    3. Installing depthai==2.24.0.0

      • Open a terminal inside PyCharm or navigate to the terminal in your project directory.
      • Install the specific version of DepthAI using:

    pip install depthai==2.24.0.0

    If you’re facing issues installing the exact version, you can try upgrading or downgrading the package manually. Sometimes PyCharm may not handle certain dependencies perfectly through its UI, but the terminal commands will work.

  • Hi @mathi4378 , our cameras are factory calibrated, so you don't need to calibrate them yourself. But we still provide tools for calibration, if something went wrong (eg. device fell on the floor, or you opened the enclosure, in both cases you'd need to recalibrate the device).
    Thanks, Erik