B
boseul

  • Jul 27, 2022
  • Joined Jun 28, 2022
  • 0 best answers
  • erik I'm really sorry to bother you. Finally made it!!!! I kept asking questions because I didn't understand git branch and checkout. Thank you very very very very much for your kind reply. 🙂

  • erik Should I download depthai-core@6ac8ba3???? through the submodule command

    • erik replied to this.
    • erik Thank you 🙂
      However, I already tried that docs but my depthai doesn't have createToF(), even createCamera() so I changed the code to createColorCamera(). May I know which version of depthai has these functions? And the documentation tells me to checkout the 'branch', but I don't know how to do it. As mentioned above, install_requirements.py has already been run.

    • Hello, I am using OAK-FFC-pToF and OAK-FFC-IMX477-M12 (Arducam) connected to OAK-FFC-3P. I connected Arducam to CAM_C and tof camera to CAM_L. I tried to run cam_test.py of depthai-python for testing, but an error occurred. After running install_requirements.py in depthai-python/examples, I ran cam_test.py. But the below error occurred.

      (tof) D:\boseul\depthai-python-tof_rgb_mono\tests>python cam_test.py -cams rgb,c left,t

      Enabled cameras:
      rgb : color
      left : tof
      DepthAI version: 2.17.1.0
      DepthAI path: C:\Users\HERO\AppData\Roaming\Python\Python39\site-packages\depthai.cp39-win_amd64.pyd
      Traceback (most recent call last):
      File "D:\boseul\depthai-python-tof_rgb_mono\tests\cam_test.py", line 151, in <module>
      tof[c] = pipeline.createToF()
      AttributeError: 'depthai.Pipeline' object has no attribute 'createToF'

      How can I download the depthai library with createToF?

      • erik replied to this.
      • erik
        When I click on that device, I hear the device disconnecting sound twice and the program stops... So I can't flash. Is there any problem with the State being Unbooted?

      • erik
        Thank you for answer. But, how do you update the bootloader? The device manager is not available at all.
        Yesterday, I ran 'install_requirements.py' of 'depthai-main', I also ran 'install_requirements.py' of 'depthai-python/utilities'.

      • Hi, I currently use OAK-D-IOT-40 and want to run standalone mode. I ran various bootloader examples, but dai.DeviceBootloader.getFirstAvailableDevice() is executed. However, if the information resulting from this function is executed as an input to the dai.DeviceBootloader() function, the operation stops. No error message is displayed and the terminal just hangs.

        And I tried running the 'device manager.py' in depthai-python, it finds the model name of the device, but when I click the model name, the 'device manager' UI stops. How can I solve this? All I want is to run standalone mode with OAK-D-IOT-40.

        • erik replied to this.