summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-01-05 21:55:09 +0100
committerPaul Kocialkowski <contact@paulk.fr>2014-01-05 21:55:09 +0100
commitf0b0bbd7be99c5c9d7fa7621844287cbff1fbc5b (patch)
treefd2ce907739c6686d8d45920d6d7d44235d76623
parent0e78a03f89268e0100723c308e2db0dfc03c371d (diff)
downloaddevice_samsung_galaxys2-common-replicant-4.2-0001.zip
device_samsung_galaxys2-common-replicant-4.2-0001.tar.gz
device_samsung_galaxys2-common-replicant-4.2-0001.tar.bz2
camera: RGB565 preview formatreplicant-4.2-0001
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--camera/smdk4210_camera.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camera/smdk4210_camera.c b/camera/smdk4210_camera.c
index 55b01a1..3623d36 100644
--- a/camera/smdk4210_camera.c
+++ b/camera/smdk4210_camera.c
@@ -61,7 +61,7 @@ struct smdk4210_camera_preset smdk4210_camera_presets_galaxys2[] = {
.preview_size_values = "1280x720,640x480,720x480,800x480,800x450,352x288,320x240,176x144",
.preview_size = "640x480",
.preview_format_values = "yuv420sp,yuv420p,rgb565",
- .preview_format = "yuv420sp",
+ .preview_format = "rgb565",
.preview_frame_rate_values = "30,25,20,15,10,7",
.preview_frame_rate = 30,
.preview_fps_range_values = "(7000,30000)",
@@ -130,7 +130,7 @@ struct smdk4210_camera_preset smdk4210_camera_presets_galaxys2[] = {
.preview_size_values = "640x480,352x288,320x240,176x144",
.preview_size = "640x480",
.preview_format_values = "yuv420sp,yuv420p,rgb565",
- .preview_format = "yuv420sp",
+ .preview_format = "rgb565",
.preview_frame_rate_values = "30,25,20,15,10,7",
.preview_frame_rate = 30,
.preview_fps_range_values = "(7000,30000)",