Hello all,
Disclaimer: I am very new to this device.
I am working with a company that is connecting to the OAK SOM D using a web app. I was wondering if its possible to configure the device so that when it connects, it always connects with usb2. I know there is the:
dai.Device(get_pipeline(), usb2Mode=True) as dev
but I don't think we can run a project to apply this setting.

  • erik replied to this.

    Hi chandrian ,

    but I don't think we can run a project to apply this setting.

    Why not? Is there any error/issue that arises? If so, please prepare MRE.
    Thanks, Erik

    5 days later

    Can you download a program to the device like you would a microcontroller or does it only run when engaged by a program? The device is out of my hands and the client has a web based app that they use. Is there a way to configure it before I hand it over to them so that it keeps the settings I choose? (usb2)

    Thanks

    • erik replied to this.

      Hi chandrian ,

      program to the device like you would a microcontroller or does it only run when engaged

      On devices that have flash memory integrated you can flash your app/NN nodes and run the OAK device in standalone mode. Which device do you have? Usually only OAK POE cameras can run in standalone mode.
      Thanks, Erik

        erik

        Hi Erik,

        Thanks for the replies. We have the OAK D SOM.

        Aaron