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?
Reset OAK 4D
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
When I try to SSH into the camera at root, it asks for a password. According to your instructions here, https://docs.luxonis.com/hardware/platform/deploy/oak4-deployment-guide/, there should be no password for root. Otherwise, I don't know how to ssh in to set the static IP address.
- 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.
Shai
oelinux123 is the password.
https://docs.luxonis.com/hardware/platform/deploy/oak4-deployment-guide/#OAK4%20Getting%20Started-Advanced
Thanks,
Jaka
Hi, Shai
what @jakaskerl meant with updating your OS is: https://docs.luxonis.com/software-v3/sw-stack/luxonis-os/#Luxonis%20OS-Updating%20OS
Best,
Lovro