-
-
Save invisiblek/64c4c3227d796ddea9fc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
diff --git a/camera/CameraWrapper.cpp b/camera/CameraWrapper.cpp | |
index df05b68..3d7ac20 100644 | |
--- a/camera/CameraWrapper.cpp | |
+++ b/camera/CameraWrapper.cpp | |
@@ -131,7 +131,7 @@ char * camera_fixup_setparams(struct camera_device * device, const char * settin | |
bool isVideo = false; | |
if (recordingHint) | |
isVideo = !strcmp(recordingHint, "true"); | |
- | |
+ALOGD("scene-mode: %s", params.get(android::CameraParameters::KEY_SCENE_MODE)); | |
// fix params here | |
// No need to fix-up ISO_HJR, it is the same for userspace and the camera lib | |
if(params.get("iso")) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment