Native camera fix for some deivices with Qualcomm SoC like Samsung Galaxy S4.

This commit is contained in:
Alexander Smorkalov
2014-02-19 16:20:40 +04:00
parent a1e5bd71f1
commit 846266fde4
33 changed files with 101 additions and 73 deletions

View File

@@ -175,7 +175,6 @@ public class NativeCameraView extends CameraBridgeViewBase {
}
deliverAndDrawFrame(mFrame);
} while (!mStopThread);
}
}