Skip to content

Commit c5e3663

Browse files
committed
v1.6.0 release
1 parent dbb802e commit c5e3663

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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.5.3'
6+
PUBLISH_VERSION = '1.6.0'
77
}
88

99
android {

readme.md

Lines changed: 11 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.5.3'
57+
implementation 'org.openftc:easyopencv:1.6.0'
5858
}
5959
```
6060
4. Now perform a Gradle Sync:
@@ -66,6 +66,16 @@ Unfortunately, due to a [known bug with OpenCV 4.x](https://github.com/opencv/op
6666
6767
## Changelog:
6868
69+
### v1.6.0
70+
71+
- Add support for getting WhiteBalanceControl for webcams
72+
- Handle pipeline returning empty Mat for viewport display with an error message instead of an unclear exception
73+
- Add SENSOR_NATIVE to camera rotation enum
74+
- Desynchronize setPipeline() from active pipeline frame processing (fixes #58)
75+
- Synchronize getting webcam controls with opening/closing camera
76+
- Add support for getting the CameraCalibrationIdentity for an OpenCvWebcam
77+
- Improve memory leak detection warning
78+
6979
### v1.5.3
7080
7181
- Dependency on OpenCV-Repackaged has been changed to a version which bundles the OpenCV native library with the artifact instead of requiring it to be copied to external storage manually. This change was made because:

0 commit comments

Comments
 (0)