1
0
Fork 0
master
jebba 2021-07-19 17:59:21 -06:00
parent 1e1c4e55bb
commit 72f70f10ff
1 changed files with 7 additions and 0 deletions

7
get-ips.py 100755
View File

@ -0,0 +1,7 @@
#!/usr/bin/python3
import depthai
for device in depthai.Device.getAllAvailableDevices():
print(f"{device.getMxId()}")