We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512f368 commit 73606fcCopy full SHA for 73606fc
examples/host_side/device_information.py
@@ -6,7 +6,8 @@
6
infos: List[dai.DeviceInfo] = dai.DeviceBootloader.getAllAvailableDevices()
7
8
if len(infos) == 0:
9
- raise Exception("DepthAI couldn't find any available OAK device!")
+ print("Couldn't find any available devices.")
10
+ exit(-1)
11
12
13
for info in infos:
0 commit comments