Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Windwoes committed Dec 20, 2023
1 parent 19c62ac commit c1b3f68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion easyopencv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'org.openftc'
PUBLISH_ARTIFACT_ID = 'easyopencv'
PUBLISH_VERSION = '1.7.0'
PUBLISH_VERSION = '1.7.1'
}

android {
Expand Down
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EasyOpenCV

NOTE: SDK v8.0+ is required to use this
NOTE: SDK v9.0+ is required to use this

NOTE: an OpenRC-based SDK is NOT required to use this

Expand Down Expand Up @@ -44,6 +44,15 @@ As of FTC SDK v8.2, EasyOpenCV is now packaged with the SDK as part of the Visio

## Changelog:

### v1.7.1

- **IMPORTANT NOTE:** SDK v9.0 or higher is now required!
- Build against FTC SDK v9.x; remove support for Vuforia integration
- Fixes inability to use CameraFactory in OnBotJava due to reference of Vuforia classes no longer in SDK
- Fixes entire RC app crash due to ABI breakage when user pipeline throws an exception
- Handle exceptions in user-provided canvas annotators the same way exceptions in pipelines are handled to prevent entire RC app crash
- Use the modern stacktrace display when handling user exceptions instead of the legacy ESTOP telemetry message

### v1.7.0

- Adds new `NATIVE_VIEW` viewport renderer option
Expand Down

0 comments on commit c1b3f68

Please sign in to comment.