Alexey Vasilyev

Results 44 comments of Alexey Vasilyev
trafficstars

Maybe it is a good idea to put timer to clear leaked reference, e.g. ``` new Handler(Looper.getMainLooper()).postDelayed(new Runnable() { @Override public void run() { Toasty.lastToast = null; }, 5000 )...

Most probably issue is fixed in 2.0.9 just released

Should https://github.com/openalpr/openalpr/issues/131

Currently library designed with TCP only.

Not yet. H265 support in TODO list.

Can you make a sample project how your library works and put it in app directory?

Got the same issue with 1.3.4.1 with Xiaomi devices Redmi Note 3 (hennessy) running Android 5.0 and Mi 4c (libra) running Android 5.1. Here is the stack: `android.view.WindowManager$BadTokenException: Unable to...

Latency can be caused by hardware decoder and can be Android device specific. 1. Try to use another Android device model. 2. Try to use software decoder instead. In VideoDecodeThread.kt...

What do you mean? I didn't get the question.