• OAK4
  • Unable to start OAK-4D Pro setup (QR code & oakctl both fail)

Hi everyone,

I’m trying to set up an OAK-4D Pro following the “Setup” section of the deployment guide.

What I’ve tried

  1. Visited https://setup.luxonis.com and pointed the camera at the generated QR code. The LED keeps blinking blue. Nothing happen.

  2. Ran the command below from my host (Ubuntu 22.04, oakctl v0.9.0):

    $$
    bashCopyEditoakctl setup \
    --password password \
    --static-ip 169.254.4.61,255.255.0.0,0.0.0.0 \
    --app-config "{}" \
    --agent-config "sc=HAA6XU" \
    --dont-check-internet \
    --time-zone Asia/Tokyo \
    --time @1749709707 \
    --enable-error-reporting \
    --peripheral-mode


    $$

    It returns: “There are no available connections.”

Additional facts

  • I set the camera’s IP via ADB and can ping 169.254.4.61 successfully.

  • The camera is connected through a PoE hub. The camera's LED keeps blinking blue (“Ready to set up”).

  • No firewall is active and no other Luxonis devices are on the network.

Has anyone seen this behaviour or know what to check next?

Thanks in advance!
Yoshi

    izumi
    Can you show the OS version that you currently have on the device?
    cat /etc/os-release

    Thanks,
    Jaka

      5 days later

      jakaskerl Sorry for my late response.

      As you pointed out the OS version was v1.8.0.
      After updating to v1.11.0 with some trial with this link, the QR doesn't work but the oakctl commands worked successfully.
      Thank you!

      Yoshi