OAK4 WiFi
Supported WiFi dongles
rlt881cumt7601u
mt7601-based dongle.Connection setup
- Connect a supported WiFi dongle to the rear USB-C port on the camera. You will probably need to use a USB-A female to USB-C male adapter.
- Keep the camera connected with cable (Ethernet) for initial setup.
- SSH into the camera.
- Run
nmclito join your WiFi network.
Command Line
1# From your host computer
2ssh root@<camera-ip>
3
4# On the camera
5nmcli d wifi connect <ssid> password <password>Troubleshooting:
Text
1Error: Failed to add/activate new connection: failure adding connection:
2error writing to file '/etc/NetworkManager/system-connections/...':
3Read-only file system/etc is mounted read-only. Remount it as read-write and restart NetworkManager, then retry the nmcli command:Command Line
1mount -o remount,rw /etc
2systemctl restart NetworkManager