Hello,
I tried to set up the new OAK4-D Pro via local setup: https://setup.luxonis.com/configuration/oak4d

I have connected the ethernet to my computer and am powering it via USB C.
When I scan the QR code, the camera goes from flashing blue to flashing green. After a few seconds, it rapidly flashes red and then goes back to flashing blue.

The information next to the QR code mentions that red flashing means that the setup is not finalized, possibly due to a failed internet connection. Are there any other reasons it could fail?
The local setup does not connect to the internet correct?

I also tried multiple USB-C chargers with more than 30W capacity and all had the same issue.

I tried to ssh root@ip to run the setup command manually but that resulted in:
ssh: connect to host connection refused

Is there anything else I could try?

When is the hub setup expeted to be available for the OAK4_D Pro?

@RakshithSingh

    jimit
    If you can't connect to the device via IP, easiest way to do it is via ADB. There you should be able to manually set the network configuration.

    Thanks,
    Jaka

      jakaskerl

      Hi Jaka,

      When I connected via adb and ran this command:

      / $ agentconfd setup --password luxonis --app-config "{\"com-luxonis-default\":\"{}\"}" --agent-config "sc=R03FLP" --time-zone America/Chicago --time @1738786784 --enable-error-reporting --peripheral-mode

      Setup verification failed: Internet connectivity check failed: Couldn't ping 8.8.8.8

      I got the error above. I plugged in the ethernet coming out of the poe injector to a router that was connected to the internet and reran the command and then got the following message:

      / $ agentconfd setup --password luxonis --app-config "{\"com-luxonis-default\":\"{}\"}" --agent-config "sc=R03FLP" --time-zone America/Chicago --time @1738786784 --enable-error-reporting --peripheral-mode

      Success!

      1. Why does the camera need internet on the first setup? I would recommend updating the docs to include this requirement especially since it says "local setup" which could be misunderstood.

      2. I then reconnected the ethernet to my laptop and tried to run the example on the setup page but I am getting the following even though I am successfully able to ping the device at 169.254.79.144:
        python Camera/camera_output.py

        Traceback (most recent call last):

        File "…\depthai-core\examples\python\Camera\camera_output.py", line 7, in <module>

        with dai.Pipeline() as pipeline:

            ^^^^^^^^^^^^^^

      RuntimeError: No available devices

        jimit
        You don't need internet access for it, there is an option under advanced, that makes it either do an internet check or not.

        jimit then reconnected the ethernet to my laptop and tried to run the example on the setup page but I am getting the following even though I am successfully able to ping the device at 169.254.79.144:
        python Camera/camera_output.py

        try with DEPTHAI_DEVICE_NAME_LIST=169.254.79.144 env variable.

        Thanks,
        Jaka

          jakaskerl

          I tried setting the env variable and still no luck. Same no available devices error. I tried on both windows and linux

            jimit
            Likely you have both WIFI and ETH active at the same time so the traffic won't get sent over ETH.. You can check that using a tool like wireshark...

            Thanks,
            Jaka