2019-01-11 21:21:20 +00:00
|
|
|
======================
|
|
|
|
Deploying from desktop
|
|
|
|
======================
|
2018-12-08 08:41:12 +00:00
|
|
|
|
2019-01-11 21:21:20 +00:00
|
|
|
On the rPi web dashboard:
|
2018-12-08 08:41:12 +00:00
|
|
|
|
2019-01-11 21:21:20 +00:00
|
|
|
1) Make the rPi writable by selecting the "Writable" tab
|
|
|
|
2) In the rPi web dashboard Application tab, select the "Uploaded Python file"
|
|
|
|
option for Application
|
|
|
|
3) Click "Browse..." and select the "multiCameraServer.py" file in
|
|
|
|
your desktop project directory
|
|
|
|
4) Click Save
|
2018-12-08 08:41:12 +00:00
|
|
|
|
2019-01-11 21:21:20 +00:00
|
|
|
The application will be automatically started. Console output can be seen by
|
|
|
|
enabling console output in the Vision Status tab.
|
2018-12-08 08:41:12 +00:00
|
|
|
|
2019-01-11 21:21:20 +00:00
|
|
|
========================
|
|
|
|
Deploying locally on rPi
|
|
|
|
========================
|
2018-12-08 08:41:12 +00:00
|
|
|
|
2019-01-11 21:21:20 +00:00
|
|
|
1) Copy multiCameraServer.py and runCamera to /home/pi
|
|
|
|
2) Run "./runInteractive" in /home/pi or "sudo svc -t /service/camera" to
|
|
|
|
restart service.
|