From: rahul varna Date: Fri, 7 Jun 2013 06:50:05 +0000 (+0530) Subject: Set default orientation to potrait in cameracapture X-Git-Tag: 2.2_release~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef247045395819c6318f90c3dfad14f9f4507ae5;p=samples%2Fnative%2FMediaApp.git Set default orientation to potrait in cameracapture Signed-off-by: rahul varna --- 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)