OAK4 WiFi
Supported WiFi devices
- M8 WiFi Adapter
- Any USB WiFi dongle using the
rlt881cuormt7601uchipset.
Connection setup
- Make sure your camera is running RVC4
v1.30.1or later. - Connect a supported WiFi Adapter
- For M8 WiFi Adapter, connect it to the rear M8 auxiliary port on the camera with the included M8 cable.
- For USB WiFi dongle, connect it to the rear USB-C port on the camera. You might need 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