- Edited
Hi ,
I’m trying to setup an OAK-4D following the “Setup” section of the deployment guide. However, it is not able to setup the camera and the blue light keeps on blinking. Neither the QR Code nor the Oakctl work.
What I’ve tried
Used the setup page and pointed the camera at the generated QR code. However the LED keeps blinking blue
Ran the command below on the command prompt from Windows PC (
oakctl
v0.12.5):oakctl setup --password test --static-ip 192.168.220.2,255.255.255.252,0.0.0.0 --app-config "{}" --agent-config "sc=TPETTX" --dont-check-internet --time-zone America/Toronto --time "@1752243987" --enable-error-reporting --peripheral-mode
It returns: “Device with serial number 4253339041 has no associated IP. Error: adb start-server command failed: The system cannot find the path specified. (os error 3)”
I even used adb to look for available devices when connected via usb. Adb does show the device.
I also checked using oakctl and it does show the device is available as shown below..
+---+---------------+-----------+------------+-----+---------------+-------+
| # | Serial Number | Device | Connection | OS | Agent Version | Setup |
+==========================================================================+
| 1 | 4253339041 | OAK4-D R7 | usb:0-13 | N/A | N/A | N/A |
+---+---------------+-----------+------------+-----+---------------+-------+
I then also set the IP address using ADB and I get success and I am able to ping the device as well. But still get the same IP error as above.
Has anyone seen this behavior or knows what to check next in order to resolve this setup issue?
Thanks & Regads
Yishu