Android capture no new frame

I’m experiencing a strange behavior with the Android build that the capture device initializes fine, but does not return any new frames. This has been worked before, so I’m not sure what is going on, and I’m quite new to Android.
Has anyone encountered something like this before? Any suggestions would be appreciated.

-Gabor

It does not seem to be a logical solution, but I set

minSdkVersion 19
targetSdkVersion 21

in build.gradle and capture seems to work again. Previously I was using only sdk 21.
I can reproduce this behavior with the cinder capture samples as well.