Hi everyone,
I’m trying to set up an OAK-4D Pro following the “Setup” section of the deployment guide.
What I’ve tried
Visited https://setup.luxonis.com and pointed the camera at the generated QR code. The LED keeps blinking blue. Nothing happen.
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