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 6b3a901 commit d3a75e1Copy full SHA for d3a75e1
1 file changed
docs/source/tutorials/multiple.rst
@@ -48,8 +48,9 @@ For example, if the first device is desirable from above use the following code:
48
.. code-block:: python
49
50
found, device_info = depthai.Device.getDeviceByMxId("14442C10D13EABCE00")
51
+
52
if not found:
- raise RuntimeError("Device not found!")
53
+ raise RuntimeError("Device not found!")
54
55
You can then use the `device_info` to specify on which device you want to run your pipeline:
56
0 commit comments