From 1d6128c062c85b15d257171602f296368e079dcd Mon Sep 17 00:00:00 2001 From: Erol444 Date: Tue, 10 Aug 2021 16:30:38 +0200 Subject: [PATCH] Linked POE device specifying via IP --- docs/source/tutorials/multiple.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorials/multiple.rst b/docs/source/tutorials/multiple.rst index 3881ee933..ea6a88467 100644 --- a/docs/source/tutorials/multiple.rst +++ b/docs/source/tutorials/multiple.rst @@ -44,8 +44,8 @@ Example results for 2x DepthAI on a system: 14442C10D13EABCE00 XLinkDeviceState.X_LINK_UNBOOTED 14442C1071659ACD00 XLinkDeviceState.X_LINK_UNBOOTED -Selecting a Specific DepthAI device to be used. -############################################### +Selecting a Specific DepthAI device to be used +############################################## From the Detected devices(s) above, use the following code to select the device you would like to use with your pipeline. 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 And you can use this code as a basis for your own use cases, such that you can run differing neural models on different DepthAI/uAI models. +Specifying POE device to be used +******************************** + +You can specify the POE device to be used by the IP address as well. Here's the `code snippet `__. + + Now use as many DepthAI devices as you need! And since DepthAI does all the heavy lifting, you can usually use quite a