Peter Johnson
|
698feff2ff
|
MjpegServer: Support limiting FPS. (#123)
|
2018-03-01 20:00:25 -08:00 |
|
Peter Johnson
|
3ef9ffaf34
|
HttpCamera: Force reconnect when SetUrls() is called. (#122)
The URL often contains other information like the camera resolution,
not to mention actually changing cameras!
|
2018-02-28 23:28:49 -08:00 |
|
Peter Johnson
|
c69b8f00d0
|
ReadJpeg: Don't read past the end of the image. (#119)
This was causing HTTP cameras that didn't send content-length to skip
frames.
|
2018-02-08 20:16:30 -08:00 |
|
Tyler Veness
|
882399c65e
|
Update copyright year to 2018 (#116)
|
2018-01-02 11:16:20 -06:00 |
|
Tyler Veness
|
cf828ca858
|
Upgraded clang-format to 5.0 (#103)
|
2017-11-19 15:15:41 -08:00 |
|
Peter Johnson
|
7847c69231
|
Update for wpi::Now() change to microseconds. (#113)
Also be explicit in docs about what timebase and step are used.
|
2017-11-19 14:35:50 -08:00 |
|
Peter Johnson
|
e9b0b9d8f6
|
MjpegServer: Use sink name in title. (#112)
Fixes #83.
|
2017-11-17 09:34:30 -08:00 |
|
Peter Johnson
|
cad1b9413c
|
Add exposure quirk for LifeCam Cinema. (#111)
This is the same quirk as the LifeCam HD-3000.
Fixes #110.
|
2017-11-17 09:30:56 -08:00 |
|
Peter Johnson
|
3324bcc5ce
|
Use magic statics instead of ATOMIC_STATIC. (#109)
|
2017-11-17 09:29:20 -08:00 |
|
Peter Johnson
|
20c8d29ae9
|
Fix wpi::mutex usage in SetVideoMode().
|
2017-11-17 02:04:24 -08:00 |
|
Peter Johnson
|
7db60f8e7c
|
CvSource: Implement SetVideoMode(). (#104)
|
2017-11-14 22:09:30 -08:00 |
|
Tyler Veness
|
b3f1e74317
|
Ran formatter based on styleguide#95 (#108)
|
2017-11-14 22:07:56 -08:00 |
|
Peter Johnson
|
e301adb22b
|
Use wpi::mutex instead of std::mutex. (#105)
This uses a priority-aware mutex on Linux platforms.
|
2017-11-13 09:51:26 -08:00 |
|
Tyler Veness
|
b9c8ebeffa
|
Ran formatter (#99)
|
2017-10-27 23:46:50 -07:00 |
|
Tyler Veness
|
7fd5947486
|
Fix include guards (#97)
Enforced by styleguide#79.
|
2017-10-18 00:48:44 -07:00 |
|
Tyler Veness
|
b68e1c5570
|
Added brace comments (#96)
Enforced by wpilibsuite/styleguide#80.
|
2017-10-15 10:01:17 -07:00 |
|
Peter Johnson
|
db96f41ad7
|
Log.cpp: Use raw_ostream and llvm path functions. (#93)
|
2017-09-07 00:16:26 -07:00 |
|
Peter Johnson
|
3c88f94b43
|
HttpUtil has moved to wpiutil; use it. (#92)
|
2017-08-25 18:10:47 -07:00 |
|
Tyler Veness
|
06636a0e1c
|
Set up wpiformat (#86)
|
2017-08-25 17:48:06 -07:00 |
|
Thad House
|
133540f577
|
Switches to the new build system (#87)
* Removes old build system
* Removes old gmock
* Adds new gmock
* Moves source files to new locations
* Adds new build system
|
2017-08-18 17:52:08 -07:00 |
|