Skip to content

Commit 463be75

Browse files
Filipgitbook-bot
authored andcommitted
GITBOOK-38: No subject
1 parent 4d90c65 commit 463be75

File tree

6 files changed

+942
-3
lines changed

6 files changed

+942
-3
lines changed

docs/.gitbook/assets/diagram-switch.svg

Lines changed: 483 additions & 0 deletions
Loading

docs/.gitbook/assets/diagram-usb.svg

Lines changed: 456 additions & 0 deletions
Loading
-1.57 MB
Binary file not shown.
-1.58 MB
Binary file not shown.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ layout:
2222

2323
Robopipe is an open source machine vision platform aiming to bring AI to manufacturing processes. Our product integrates machine vision with programmable logic controllers (PLCs) to bring AI-powered analysis directly into manufacturing environments. It uses [Unipi](https://www.unipi.technology/cs/) PLCs connected to [Luxonis](https://www.luxonis.com/) cameras to process real-time video and image data, enabling tasks like quality inspection, defect detection, and inventory tracking. By running AI models locally on edge devices, the system reduces latency and minimizes dependence on cloud processing, which can also help with data security. The app is designed to integrate easily with existing manufacturing systems, offering a practical way to enhance automation and improve efficiency in production workflows.
2424

25-
<table data-view="cards" data-full-width="false"><thead><tr><th align="center"></th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center">API</td><td><a href="broken-reference/">broken-reference</a></td><td><a href=".gitbook/assets/card-cover.svg">card-cover.svg</a></td></tr><tr><td align="center">API Reference</td><td></td><td><a href=".gitbook/assets/card-cover.svg">card-cover.svg</a></td></tr><tr><td align="center">Video stream</td><td></td><td><a href=".gitbook/assets/card-cover.svg">card-cover.svg</a></td></tr></tbody></table>
25+
<table data-view="cards" data-full-width="false"><thead><tr><th align="center"></th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center">Setup</td><td><a href="getting-started/connection.md">connection.md</a></td><td><a href=".gitbook/assets/card-cover.svg">card-cover.svg</a></td></tr><tr><td align="center">Controller</td><td><a href="broken-reference">Broken link</a></td><td><a href=".gitbook/assets/card-cover.svg">card-cover.svg</a></td></tr><tr><td align="center">API</td><td><a href="broken-reference">Broken link</a></td><td><a href=".gitbook/assets/card-cover.svg">card-cover.svg</a></td></tr></tbody></table>

docs/getting-started/connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ In case of any manipulation with the controller, first turn off all power source
1414

1515
Connect the controller and luxonis camera to a router with running DHCP server (most routers have DHCP server on by default) and then connect the controller to a power supply as shown in the diagram below.
1616

17-
<div data-full-width="false"><figure><img src="../.gitbook/assets/plc-router-luxonis-pc.png" alt=""><figcaption></figcaption></figure></div>
17+
<div data-full-width="false"><figure><img src="../.gitbook/assets/diagram-switch.svg" alt=""><figcaption></figcaption></figure></div>
1818

1919
### Direct connection
2020

2121
Connect the luxonis camera directly to the controller via USB and then connect the controller to your PC via ethernet as shown in the diagram below.
2222

23-
<div data-full-width="false"><figure><img src="../.gitbook/assets/plc-pc-luxonis.png" alt=""><figcaption></figcaption></figure></div>
23+
<div data-full-width="false"><figure><img src="../.gitbook/assets/diagram-usb.svg" alt=""><figcaption></figcaption></figure></div>
2424

2525
### Accessing the controller
2626

0 commit comments

Comments
 (0)