I configured my OAK 4D camera to use DHCP and now I want to set it to use a static IP. However, it is no longer in setup mode and no longer responds to the QR code during setup. How do I get it back into setup mode?

Hi,
you can set your static IP using agentconfd configure tool. You SSH into the camera and:

To set static one:

agentconfd configure 192.168.10.15,255.255.255.0,192.168.10.255

And to revert back to DHCP:

agentconfd configure dhcp

Run agentconfd configure --help for full syntax

Best,
Lovro

Shai
You can use ADB to circumvent the issue. I think oelinux123 might be worth a shot as well. But please update your OS.

Thanks,
Jaka

  • Edited

I'm sorry, but I don't understand your response. Is there any documentation on how to use ADB to connect to an OAK 4D device? What is oelinux123? Why do I need to update my OS? I am operating the most updated version of Windows.