-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use CS Core Raw Streams for HTTPCamera Input (#952)
* Use CS Core Raw Streams for HTTPCamera Input The images are grabbed in native code, so they are much more efficient. Also, the code is shared with all WPILib tools, so likely tested a bit more * Add missing osx deps * Add release openjdk 13 * Fix checkstyle * Fix private things * More PMD Fixes * Suppress spotbugs warnings * Fix opencv built version * Revert to opencv 3.1 Needed repo grouping, which needed gradle 5.1 at minimum. * Revert back to 5.1 * JDK 13 things * Java 14 prerelease * Fix jpackage * Fix jpackage again * More changes * More things * More args * Package type * More jpck * Finally fix jpkg * Jpackage 32 bit * Fix ran usage win32 * A few more good men * Incorperate j11 tests * Fix checkstyle issues * Fix wrapper * Fix automatically generated tests * Skip failing tests * Skip UI tests on windows builds * Replace references to Java 13 with Java 14 * Fix comments * Revert change to check master tests * Revert "Revert change to check master tests" This reverts commit 05ad8bb.
- Loading branch information
1 parent
d5ec3a4
commit 8923d10
Showing
21 changed files
with
447 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.