The androidcameraExample starts fine in Samsung Galaxy Tab pro (12.2", Android 4.4.2). If I keep the tabled steady (lean against something), everything works i.e. video is rendered nicely (tested with 10 min).
When I move the tablet, the video freezes. The update and draw methods are called in testApp class but video is not updated. The grabber.isFrameNew() returns false.
Also if I move the tablet when the app starts, it works nicely a short period but then video freezes.
I uncommented the Log.i lines from OFAndroidVideoGrabber.previewFrame. Looks like it was called after the freezing, at least few times, but then LogCat cleans it self.
I did test the tablet with my own cam application (no OF), and it worked fine. It looks like the OF’s camera preview “chokes”.