tzutalin / dlib-android-app

:dragon: Android app to demo dlib-android(https://github.com/tzutalin/dlib-android). Use the prebuilt shared-lib built from dlib-android
Apache License 2.0
678 stars 246 forks source link

The value of Time cost very increases when the screen is not being touched on Android 8.0 Oreo. #38

Open utibenkei opened 6 years ago

utibenkei commented 6 years ago

When not touching the screen compared to when touching the screen, the value of TimeCost is remarkably different. This issue did not occur on Android 6.0(Nexsus 7 Time cost : 100 - 90ms).

Test Envionment device : Nexus 5X Android version : 8.1.0 apk : https://github.com/tzutalin/dlib-android-app/blob/master/demo/app-debug.apk

When touching the screen Time cost : 55 - 45ms When not touching the screen Time cost : 170 - 155ms

2018-03-20 1 16 14 2018-03-20 1 16 25