Corrected video recording resolution for front camera
authorMohammed Sameer <msameer@foolab.org>
Sat, 3 Aug 2013 05:11:30 +0000 (08:11 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sat, 3 Aug 2013 05:11:30 +0000 (08:11 +0300)
Stolen from Aura ;-)

data/n9/qtcamera.ini
qml/MainPage.qml

index 2681f52..fc42c95 100644 (file)
@@ -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
index d650b9d..811ba31 100644 (file)
@@ -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