From f64ec59e63bc8379b80393ff7c8e241e448e8234 Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Sat, 3 Aug 2013 08:11:30 +0300 Subject: [PATCH] Corrected video recording resolution for front camera Stolen from Aura ;-) --- data/n9/qtcamera.ini | 4 ++-- qml/MainPage.qml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/n9/qtcamera.ini b/data/n9/qtcamera.ini index 2681f52..fc42c95 100644 --- a/data/n9/qtcamera.ini +++ b/data/n9/qtcamera.ini @@ -184,8 +184,8 @@ aspectratio=4:3 [sec-video-low] name=low -capture = 576x472 -preview = 576x472 +capture = 320x240 +preview = 320x240 fps = 27 night = 10 aspectratio=4:3 diff --git a/qml/MainPage.qml b/qml/MainPage.qml index d650b9d..811ba31 100644 --- a/qml/MainPage.qml +++ b/qml/MainPage.qml @@ -25,7 +25,7 @@ import QtCamera 1.0 import CameraPlus 1.0 // TODO: flash not ready (battery low or flash not ready message) -// TODO: front camera +// TODO: front camera night mode CameraPage { id: root -- 2.25.1