Skip to content

Commit 1d6128c

Browse files
committed
Linked POE device specifying via IP
1 parent 67eb628 commit 1d6128c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/source/tutorials/multiple.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Example results for 2x DepthAI on a system:
4444
14442C10D13EABCE00 XLinkDeviceState.X_LINK_UNBOOTED
4545
14442C1071659ACD00 XLinkDeviceState.X_LINK_UNBOOTED
4646
47-
Selecting a Specific DepthAI device to be used.
48-
###############################################
47+
Selecting a Specific DepthAI device to be used
48+
##############################################
4949

5050
From the Detected devices(s) above, use the following code to select the device you would like to use with your pipeline.
5151
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
6666
And you can use this code as a basis for your own use cases, such that you can run differing neural models
6767
on different DepthAI/uAI models.
6868

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+
6975
Now use as many DepthAI devices as you need!
7076

7177
And since DepthAI does all the heavy lifting, you can usually use quite a

0 commit comments

Comments
 (0)