From ef247045395819c6318f90c3dfad14f9f4507ae5 Mon Sep 17 00:00:00 2001 From: rahul varna Date: Fri, 7 Jun 2013 12:20:05 +0530 Subject: [PATCH] Set default orientation to potrait in cameracapture Signed-off-by: rahul varna --- project/src/Camera/CameraCaptureForm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/src/Camera/CameraCaptureForm.cpp b/project/src/Camera/CameraCaptureForm.cpp index 753d98b..14e1ba5 100644 --- a/project/src/Camera/CameraCaptureForm.cpp +++ b/project/src/Camera/CameraCaptureForm.cpp @@ -199,8 +199,8 @@ CameraCaptureForm::CameraCaptureForm(void) , __meteringModeIndex(INIT) , __flashModeIndex(INIT) , __previewFormatIndex(INIT) - , __deviceOrientation(DEVICE_LANDSCAPE) - , __orientationAtCapture(DEVICE_LANDSCAPE) + , __deviceOrientation(DEVICE_PORTRAIT) + , __orientationAtCapture(DEVICE_PORTRAIT) , __currentListViewId(INIT) , __brightnessSliderValue(INIT) , __contrastSliderValue(INIT) -- 2.7.4