-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
44 lines (32 loc) · 1.02 KB
/
README.txt
File metadata and controls
44 lines (32 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=======================
Building locally on rPi
=======================
1) Run "make"
2) Run "make install" (replaces /home/pi/runCamera)
3) Run "./runInteractive" in /home/pi or "sudo svc -t /service/camera" to
restart service.
===================
Building on desktop
===================
--------------
One time setup
--------------
Install the Raspbian compiler [1] as well as GNU make [2].
[1]: https://github.com/wpilibsuite/raspbian-toolchain/releases
[2]: (windows) http://gnuwin32.sourceforge.net/packages/make.htm
--------
Building
--------
Run "make"
---------
Deploying
---------
On the rPi web dashboard:
1) Make the rPi writable by selecting the "Writable" tab
2) In the rPi web dashboard Application tab, select the
"Uploaded C++ executable" option for Application
3) Click "Browse..." and select the "multiCameraServerExample" executable in
your desktop project directory
4) Click Save
The application will be automatically started. Console output can be seen by
enabling console output in the Vision Status tab.