From 89cd42fb44148d81745bed4da6293e0ff6be9bc1 Mon Sep 17 00:00:00 2001 From: Arvin Quilao Date: Fri, 26 Feb 2016 08:35:27 +0800 Subject: [PATCH] crackling: Disable CPP duplication mode This addresses the issue when changing preview sizes in video mode. Change-Id: Ied57617bba82c941bc06470fea6234e4922dee34 --- system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.prop b/system.prop index 1ce8f60..bf587f1 100644 --- a/system.prop +++ b/system.prop @@ -28,3 +28,6 @@ ro.product.model.platform=1 # disable all camera debug persist.camera.hal.debug.mask=0 + +# Disable CPP duplication mode +persist.camera.cpp.duplication=false