Arducam Discovery Tool¶
Windows Instructions¶
Download Device Discovery Program¶
- Filter Programs by device model:
Check Status | Check B0581 Only | Check B0572 Only | Check all devices with Discovery |
---|---|---|---|
Program | arducam_listdevices.B0581_v1.0.0.exe | arducam_listdevices.B0572_v1.0.0.exe | arducam_listdevices_v1.0.0.exe |
Product Info | IMX500 CM5 All-in-one AI Camera Kit with CM5 inside | IMX500 Outdoor Security AI Camera Kit with CM5 inside | All Devices with Discovery |
Run the Program¶
Double-click arducam_listdevices.exe
Check IP address and Physical address¶
A pop-up window will display, when devices are properly connected, you can find the device's IPv4 address and the corresponding physical address to distinguish which device it is (Take B0572 as an example):
Linux Instructions(amd64)¶
Download Program¶
- Filter Programs by device model:
Check Status | Check B0581 Only | Check B0572 Only | Check all devices with Discovery |
---|---|---|---|
Program | arducam_listdevices_B0581_v1.0.tar | arducam_listdevices_B0572_v1.0.tar | arducam_listdevices_v1.0.tar |
Product Info | IMX500 CM5 All-in-one AI Camera Kit with CM5 inside | IMX500 Outdoor Security AI Camera Kit with CM5 inside | All Devices with Discovery |
Run the Program¶
Open terminal, run the program
Check IP address and physical address¶
Take B0581 as an example:
Permanently Disable Discovery Service¶
Execute these commands via VNC terminal after login:
# Stop the service
sudo systemctl stop arducam-discovery
# Disable automatic startup
sudo systemctl disable arducam-discovery
# Remove service configuration
sudo rm /etc/systemd/system/arducam-discovery.service
# Verify removal
systemctl status arducam-discovery # Should show "not found"