3
0
Fork 0

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:
rINanDO 2016-05-01 20:03:32 +02:00
parent 5ecdb14422
commit fa1f8ab808
1 changed files with 2 additions and 2 deletions

View File

@ -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,