You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the Detected devices(s) above, use the following code to select the device you would like to use with your pipeline.
51
51
For example, if the first device is desirable from above use the following code:
@@ -66,6 +66,12 @@ You can then use the `device_info` to specify on which device you want to run yo
66
66
And you can use this code as a basis for your own use cases, such that you can run differing neural models
67
67
on different DepthAI/uAI models.
68
68
69
+
Specifying POE device to be used
70
+
********************************
71
+
72
+
You can specify the POE device to be used by the IP address as well. Here's the `code snippet <https://docs.luxonis.com/en/latest/pages/tutorials/getting-started-with-poe/#manually-specify-device-ip>`__.
73
+
74
+
69
75
Now use as many DepthAI devices as you need!
70
76
71
77
And since DepthAI does all the heavy lifting, you can usually use quite a
0 commit comments