Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created January 10, 2015 23:32
Show Gist options
  • Save invisiblek/64c4c3227d796ddea9fc to your computer and use it in GitHub Desktop.
Save invisiblek/64c4c3227d796ddea9fc to your computer and use it in GitHub Desktop.
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