Comment 8 for bug 1169352

Revision history for this message
Günter Schwann (schwann) wrote :

The crash is causes by a call to "releaseRecordingFrame()".
For the Nexus 10 in the the hardware/samsung_slsi/exynos5, the libcamera2 is used. Not the libcamera.
Android 4.2 was released with a new Camera Hardware Abstraction Layer (HAL) Camera 2.0.

The new Camera 2.0 API does not have the "releaseRecordingFrame()".

I'm now trying to change the android build to test that ...