Commit Graph

5 Commits

Author SHA1 Message Date
Peter Johnson
9fe4460068
Add NetworkTable-selectable switched camera support (#117)
Fixes #100.

Also expand the newest added camera.
2019-02-18 19:47:05 -08:00
Peter Johnson
e84e55cd72
Improve file upload feedback (#112)
Display an alert on successful upload.
Change button text to "Upload and Save" when it's possible to upload.

Fixes #82.
2019-02-18 02:21:37 -08:00
Peter Johnson
3f9cbe8b41
Include git version information in webpage and /etc/rpi-issue (#110)
Fixes #95.
2019-02-18 01:22:58 -08:00
Peter Johnson
909d94c7de
Run python3 explicitly for python applications (#102)
This avoids the need for a shebang line.
2019-02-11 00:09:19 -08:00
Peter Johnson
c85fd9f33c
Revamp image to build dependencies as part of stages (#83)
Fixes #17.

Stage 2 is fairly minimal, stage 3 builds/installs OpenCV and WPILib et al, and stage 4
builds/installs the FRCVision webdash and adds the vision examples.

Other changes:
- OpenCV compiled with ffmpeg, OpenBLAS, and libgtk (fixes #79, fixes #80)
- OpenBLAS added to image (fixes #65)
- C++ Makefile is more easily extensible (fixes #71)
- Sources for everything are bundled into image into /usr/src
- README updated (fixes #16)
- pkg-config files for wpilibc et al are now installed and C++ Makefile uses them (if compiled local to Pi)
- Both dynamic and static libs are included in image

The only downside of all these changes (particularly the ffmpeg, OpenBLAS, and libgtk inclusion)
is the image size is now over 3GB (800MB compressed). The previous image didn't quite fit on a
2GB card however.
2019-02-02 23:37:18 -08:00