Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
camera2
Leo Ma 9 years ago
parent 2c4e21603e
commit 5023200374

@ -17,6 +17,7 @@ Feature
- [x] Front and back cameras hot switch. - [x] Front and back cameras hot switch.
- [x] Recording to MP4 while streaming. - [x] Recording to MP4 while streaming.
- [x] Beautiful filters with GPUImage. - [x] Beautiful filters with GPUImage.
- [x] Acoustic echo cancellation and automatic gain control support.
Test Test
---- ----

@ -8,7 +8,7 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 22 targetSdkVersion 22
versionCode 1 versionCode 1
versionName "2.2" versionName "2.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Loading…
Cancel
Save