Commit Graph

9 Commits

Author SHA1 Message Date
Peter Johnson
ee70b90853
Python example: Use UTF-8 encoding when opening frc.json () 2019-02-09 21:51:55 -08:00
David Vo
02d5c468a2 Fix docstrings in Python example () 2019-01-18 22:38:41 -08:00
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
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
f511557b89
Default Python output to unbuffered () 2019-01-11 03:20:41 -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
88f549108f
Add java, cpp, and python examples 2018-12-08 00:45:27 -08:00