We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2537a commit a6cf05fCopy full SHA for a6cf05f
1 file changed
docs/RunOnRaspberryPi.md
@@ -39,6 +39,11 @@ Restart service
39
## Get Deep Camera Source Code
40
41
```
42
-git clone https://github.com/SharpAI/DeepCamera -b raspberry
43
-
+git clone https://github.com/SharpAI/DeepCamera -b pi
+cd DeepCamera/docker
44
+./run-deepeye-raspberrypi.sh start
45
46
+
47
+Then follow the instruction on the [main readme](https://github.com/SharpAI/DeepCamera#how-to-run-deepcamera-from-source-code)
48
49
0 commit comments