Native camera fix for Nexus 7 with Android JB. Camera build script updated.

(cherry picked from commit afe30d0f8a62af58f396db8ca87bb32bdcf97acb)
This commit is contained in:
Alexander Smorkalov 2012-09-12 14:29:00 +04:00 committed by Andrey Pavlenko
parent 8a8e719690
commit af2de86914
12 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -828,7 +828,7 @@ void CameraHandler::applyProperties(CameraHandler** ppcameraHandler)
LOGD("CameraHandler::applyProperties()");
#if !defined(ANDROID_r2_2_0)
#if defined(ANDROID_r4_0_3)
LOGD("Reconnect camera");
(*ppcameraHandler)->camera->reconnect();
(*ppcameraHandler)->params = (*ppcameraHandler)->camera->getParameters();