burrow-pi-img/deps/examples/python-multiCameraServer
David Vo 02d5c468a2 Fix docstrings in Python example (#78) 2019-01-18 22:38:41 -08:00
..
README.txt Update example README.txt files (#57) 2019-01-11 13:21:20 -08:00
multiCameraServer.py Fix docstrings in Python example (#78) 2019-01-18 22:38:41 -08:00
runCamera Default Python output to unbuffered (#52) 2019-01-11 03:20:41 -08:00

README.txt

======================
Deploying from desktop
======================

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 Python file"
   option for Application
3) Click "Browse..." and select the "multiCameraServer.py" file 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.

========================
Deploying locally on rPi
========================

1) Copy multiCameraServer.py and runCamera to /home/pi
2) Run "./runInteractive" in /home/pi or "sudo svc -t /service/camera" to
   restart service.