Created
August 11, 2010 11:53
-
-
Save CedricGatay/518862 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[13:51]cgatay@local:...ce.perso/Camera/Camera$ git diff -i HEAD^ | |
diff --git a/src/com/android/camera/Camera.java b/src/com/android/camera/Camera.java | |
index f0d38af..feb48b2 100644 | |
--- a/src/com/android/camera/Camera.java | |
+++ b/src/com/android/camera/Camera.java | |
@@ -1911,7 +1911,8 @@ public class Camera extends NoSearchActivity implements View.OnClickListener, | |
updateCameraParametersPreference(); | |
} | |
} | |
- | |
+ mParameters.set("saturation", 7); | |
+// mParameters.set("contrast", 1); | |
mCameraDevice.setParameters(mParameters); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment