Commit Graph

9 Commits

Author SHA1 Message Date
Peter Johnson
08163c0681
Fix ordering between CameraServer.getInstance and UsbCamera creation ()
If the CameraServer instance is started after the UsbCamer is created, it
never gets the source created event to actually build the NetworkTable table.
2019-01-13 21:23:44 -08:00
Peter Johnson
c36a761a33
Java example README: note that Java 11 is required () 2019-01-13 17:44:38 -08:00
Peter Johnson
03dae15ddf
Add stream settings to webdash and examples () 2019-01-13 16:59:08 -08:00
Peter Johnson
f0982f2f17
Update example README.txt files ()
* C++ libraries are now included in the downloaded zip

* It's no longer necessary to override CXX
2019-01-11 13:21:20 -08:00
Peter Johnson
63120aee69
Build wpilibc and wpilibj and include in image ()
This is mainly useful for Shuffleboard and SmartDashboard classes.
2019-01-11 13:13:15 -08:00
Peter Johnson
0e9d2fbb99 Set connection strategy to keep open
Apply to both default camera server and examples.
2019-01-11 01:13:09 -08:00
Peter Johnson
c702b9421a
Add hooks for image processing to examples ()
Fixes .
2019-01-02 23:12:32 -08:00
Peter Johnson
43c710ec39
Build wpilib with cmake instead of gradle ()
* Move java lib install to /usr/local/frc/java
* Build and install both debug and normal OpenCV libraries
* Install OpenCV cmake files
* Build OpenCV Java with version 8 target
* Build static OpenCV for static allwpilib binaries
* Move netconsoleTee install to /usr/local/frc/bin
* Move multiCameraServer default app install to /usr/local/frc/bin
* Install more FRC binaries
* Fix /home/pi/zips/java-multiCameraServer.zip owner to pi:pi
* Remove azure 60 minute timeout
* Add openjdk-8-jdk to Azure docker image (this is needed for cmake to find javah as only cmake 3.9 is available)
2018-12-30 02:07:22 -08:00
Peter Johnson
88f549108f
Add java, cpp, and python examples 2018-12-08 00:45:27 -08:00