galaxys2-common: Camera: Fix front camera issues.
Since this commit b47a1c5b2a
the front camera
doesn't work anymore because the SceneMode-property is NULL.
Change-Id: I84ad5c0c0e67a98963a7515ed9973d8f8997eebc
This commit is contained in:
parent
5ecdb14422
commit
fa1f8ab808
@ -175,8 +175,8 @@ struct exynos_camera_preset exynos_camera_presets_galaxys2[] = {
|
||||
.whitebalance = NULL,
|
||||
.whitebalance_values = NULL,
|
||||
|
||||
.scene_mode = NULL,
|
||||
.scene_mode_values = NULL,
|
||||
.scene_mode = "none",
|
||||
.scene_mode_values = "none",
|
||||
|
||||
.effect = NULL,
|
||||
.effect_values = NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user