minicap
minicap copied to clipboard
run minicap error on android 19 version
device info: CPU Rockchip rk3128 GPU ARM Mali-400MP2 RAM 1G System Android 4.4.4
When I run minicap on device, system will become not fluent.After 1~3s,system will reboot. From log, we got this message: 05-13 15:00:20.672 W/SurfaceFlinger( 117): [minicap] EGL called dequeueBuffer with !async despite eglSwapInterval(0)
How can I solve this problem?
Some devices don't work. It's very very difficult to say what might be wrong with that particular device without having access to it.
One possibility is that you're not reading the frames quickly enough. If you don't read the frames quickly enough the device may run out of frame buffers and get stuck.