Search code examples
androidopencvnexus-4

Android is always rebooting after random timeinterval, when OpenCV CameraBridgeViewBase is used


I wrote a very simple app for Android, witch is using OpenCV for Android (in Java). I am using CameraBridgeViewBase and the adequate callbacks for processing the images. But if I use the app, after the estimation of a random time the Android os reboots. The version of the plattform is 4.3, the device is Nexus 4.

Are there any ideas, how could this happen? What can cause this?


Solution

  • I had to modifie the Android version, with 4.2.2 it worked fine.