Skip to content

Commit 3c7f10f

Browse files
committed
v1.6.1 Release
1 parent 7f2f8b8 commit 3c7f10f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

easyopencv/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
PUBLISH_GROUP_ID = 'org.openftc'
55
PUBLISH_ARTIFACT_ID = 'easyopencv'
6-
PUBLISH_VERSION = '1.6.0'
6+
PUBLISH_VERSION = '1.6.1'
77
}
88

99
android {

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Unfortunately, due to a [known bug with OpenCV 4.x](https://github.com/opencv/op
5454
3. At the bottom, add this:
5555
```gradle
5656
dependencies {
57-
implementation 'org.openftc:easyopencv:1.6.0'
57+
implementation 'org.openftc:easyopencv:1.6.1'
5858
}
5959
```
6060
4. Now perform a Gradle Sync:
@@ -66,6 +66,11 @@ Unfortunately, due to a [known bug with OpenCV 4.x](https://github.com/opencv/op
6666
6767
## Changelog:
6868
69+
### v1.6.1
70+
71+
- 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)
72+
- Scales viewport statistics overlay based on pixel density so that it's not overly large on some devices
73+
6974
### v1.6.0
7075
7176
- Add support for getting WhiteBalanceControl for webcams

0 commit comments

Comments
 (0)