From a77e43bcd82eccbc5683bf0f52ebc837ee0478ae Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 1 Apr 2021 18:02:28 +0200 Subject: [PATCH] Update multiple.rst added url to the depthai-experiments where we have demo code for running multiple devices on a host --- docs/source/tutorials/multiple.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/tutorials/multiple.rst b/docs/source/tutorials/multiple.rst index c5e6de0a8..41a056338 100644 --- a/docs/source/tutorials/multiple.rst +++ b/docs/source/tutorials/multiple.rst @@ -11,6 +11,11 @@ a `Raspberry Pi Compute Module Edition (BW1097) `__. The demo will find all devices connected to the host and display an RGB preview from each of them. + Dependencies ############