Skip to content

Commit d45b42d

Browse files
committed
# 2018-6 Version 2.5.0 #
1. Add class `org.wysaid.view.CameraGLSurfaceViewWithBuffer` to do camera preview with buffer. 2. Remove some useless functions. 3. Bug fix for face detection demo.
1 parent daad105 commit d45b42d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
====== Changelist =========
33

4+
# 2018-6 Version 2.5.0 #
5+
6+
1. Add class `org.wysaid.view.CameraGLSurfaceViewWithBuffer` to do camera preview with buffer.
7+
2. Remove some useless functions.
8+
3. Bug fix for face detection demo.
9+
410
# 2017-7 Version 2.4.6 #
511

612
1. Add demos for android version.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ repositories {
1313
//Choose only one of them
1414
dependencies {
1515
//All arch: armeabi, armeabi-v7a, arm64-v8a, mips, x86
16-
compile 'org.wysaid:gpuimage-plus:2.4.10'
16+
compile 'org.wysaid:gpuimage-plus:2.5.0'
1717
1818
//Only armeabi-v7a
19-
compile 'org.wysaid:gpuimage-plus:2.4.10-armv7a' //Recommended
19+
compile 'org.wysaid:gpuimage-plus:2.5.0-armv7a' //Recommended
2020
2121
//Pure graphics lib without ffmpeg. (all arch for branch 'min')
22-
compile 'org.wysaid:gpuimage-plus:2.4.6-min'
22+
compile 'org.wysaid:gpuimage-plus:2.5.0-min'
2323
2424
//Pure graphics lib without ffmpeg. (arch armv7a for branch 'min')
25-
compile 'org.wysaid:gpuimage-plus:2.4.6-min-armv7a' //Recommended
25+
compile 'org.wysaid:gpuimage-plus:2.5.0-min-armv7a' //Recommended
2626
}
2727
```
2828

0 commit comments

Comments
 (0)