diff options
author | Eino-Ville Talvala <etalvala@google.com> | 2011-10-04 15:11:03 -0700 |
---|---|---|
committer | Eino-Ville Talvala <etalvala@google.com> | 2011-10-05 14:55:45 -0700 |
commit | 2c2550bd42c614330a3c968bda005ac23d12f8d1 (patch) | |
tree | 94461377481e19735f37cbae02cd78f6f9dfa74b /res/raw | |
parent | 7f1b0d66edd09a4cb218ecc1255a8d48f5c18a60 (diff) | |
download | LegacyCamera-2c2550bd42c614330a3c968bda005ac23d12f8d1.zip LegacyCamera-2c2550bd42c614330a3c968bda005ac23d12f8d1.tar.gz LegacyCamera-2c2550bd42c614330a3c968bda005ac23d12f8d1.tar.bz2 |
Properly mirror video for front camera effects recording.
- Incoming transform from camera SurfaceTexture is mirrored
for front camera
- Recording preview needs to be mirrored, but the recorded
video needs to be unmirrored.
Bug: 5408479
Change-Id: I0cdb29151ae20b02f690fb976e5a29e594c094a1
Diffstat (limited to 'res/raw')
-rw-r--r-- | res/raw/backdropper.graph | 3 | ||||
-rw-r--r-- | res/raw/goofy_face.graph | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/res/raw/backdropper.graph b/res/raw/backdropper.graph index 25c86e6..6a3f641 100644 --- a/res/raw/backdropper.graph +++ b/res/raw/backdropper.graph @@ -75,7 +75,8 @@ audioSource = $audioSource; recordingProfile = $recordingProfile; recording = false; - // outputFile, orientationHint, listeners will be set when recording starts + // outputFile, orientationHint, inputRegion, listeners + // will be set when recording starts } // Connections ----------------------------------------------- diff --git a/res/raw/goofy_face.graph b/res/raw/goofy_face.graph index 430c811..fe2c5d9 100644 --- a/res/raw/goofy_face.graph +++ b/res/raw/goofy_face.graph @@ -99,7 +99,8 @@ audioSource = $audioSource; recordingProfile = $recordingProfile; recording = false; - // outputFile, orientationHint, listeners will be set when recording starts + // outputFile, orientationHint, inputRegion, listeners + // will be set when recording starts } // Connections ----------------------------------------------- |