Skip to content

Commit

Permalink
v1.6.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Windwoes committed Feb 24, 2023
1 parent 7f2f8b8 commit 3c7f10f
Show file tree
Hide file tree
Showing 2 changed files with 7 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.6.0'
PUBLISH_VERSION = '1.6.1'
}

android {
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Unfortunately, due to a [known bug with OpenCV 4.x](https://github.com/opencv/op
3. At the bottom, add this:
```gradle
dependencies {
implementation 'org.openftc:easyopencv:1.6.0'
implementation 'org.openftc:easyopencv:1.6.1'
}
```
4. Now perform a Gradle Sync:
Expand All @@ -66,6 +66,11 @@ Unfortunately, due to a [known bug with OpenCV 4.x](https://github.com/opencv/op
## Changelog:
### v1.6.1
- Fixes bug where if using a webcam, frames were not delivered to user pipeline when calling `startStreaming()` after a previous call to `stopStreaming()` even though the stream was in fact restarted successfully (#65)
- Scales viewport statistics overlay based on pixel density so that it's not overly large on some devices
### v1.6.0
- Add support for getting WhiteBalanceControl for webcams
Expand Down

0 comments on commit 3c7f10f

Please sign in to comment.