camera3: Update sceneMode tag spec.
authorRuben Brunk <rubenbrunk@google.com>
Sat, 18 Jan 2014 01:17:01 +0000 (17:17 -0800)
committerRuben Brunk <rubenbrunk@google.com>
Sat, 18 Jan 2014 01:17:01 +0000 (17:17 -0800)
Change-Id: I495435397086a295280c556d94fe8efd442a12c3

libcamera2/ExynosCamera2.cpp

index b57c477aaed626efbd0fce2e744c54e024d0d1fb..7aadf98189bfc990a88c515ef9f24997b8e43b32 100644 (file)
@@ -897,7 +897,7 @@ status_t ExynosCamera2::constructDefaultRequest(
     static const uint8_t effectMode = ANDROID_CONTROL_EFFECT_MODE_OFF;
     ADD_OR_SIZE(ANDROID_CONTROL_EFFECT_MODE, &effectMode, 1);
 
-    static const uint8_t sceneMode = ANDROID_CONTROL_SCENE_MODE_UNSUPPORTED;
+    static const uint8_t sceneMode = ANDROID_CONTROL_SCENE_MODE_DISABLED;
     ADD_OR_SIZE(ANDROID_CONTROL_SCENE_MODE, &sceneMode, 1);
 
     static const uint8_t aeMode = ANDROID_CONTROL_AE_MODE_ON;