From 8d51fc281ca4e14c87eac278d153e162c0e1fcf2 Mon Sep 17 00:00:00 2001 From: Pannag Sanketi Date: Thu, 10 Nov 2011 16:09:48 -0800 Subject: Mirroring issue in Background Replacer The MediaSource is set to rotate so that it adjusts to the rotation of the device, and displays upright. The backdropper does not have to do any rotation except for the mirroring in case of front camera. Bug: 5490654 Change-Id: Iaa3a82dd98f9cf428fb0d0b65e1175b31d37d2b1 --- res/raw/backdropper.graph | 1 + 1 file changed, 1 insertion(+) (limited to 'res/raw') diff --git a/res/raw/backdropper.graph b/res/raw/backdropper.graph index a903f12..ef470f8 100644 --- a/res/raw/backdropper.graph +++ b/res/raw/backdropper.graph @@ -61,6 +61,7 @@ @filter BackDropperFilter replacer { autowbToggle = 1; learningDoneListener = $learningDoneListener; + orientation = $orientation; } // Display output -- cgit v1.1