1
0
Fork 0
luxonis-cruft/scripts/get-ips.py

8 lines
127 B
Python
Raw Normal View History

2021-07-19 17:59:21 -06:00
#!/usr/bin/python3
import depthai
for device in depthai.Device.getAllAvailableDevices():
print(f"{device.getMxId()}")