Thread: [SailfishOS] [WIP] cameraplus for Sailfish OS
View Single Post
MSameer's Avatar
Posts: 605 | Thanked: 1,778 times | Joined on Feb 2008 @ Helsinki
#66
Originally Posted by nestori View Post
Thank you for the great app, it's better than the stock camera in many ways already! I've read this thread and I don't think this has been asked: is it possible for you to enable higher ISO values than the current ISO400 or is this limited by the camera driver? I read from jolla together that ISO640 was possible earlier on the stock camera. I would not mind even higher settings, as the camera is nearly unusable in normal indoor light conditions when taking pics of my kids who do not stand still for a fraction of a second.
Thanks for your words.

If you are into tinkering then you can edit the file:
Code:
/usr/share/harbour-cameraplus/etc/gst-droid/gstdroidcamsrc.conf
There is a section:
Code:
[iso-speed]
0 = auto
100 = ISO100
200 = ISO200
400 = ISO400
Modify it by adding:
Code:
800 = ISO800
EDIT:
also edit
Code:
/usr/share/harbour-cameraplus/share/cameraplus/config
and change device-0 from:
Code:
iso-modes=0,100,200,400
to
Code:
iso-modes=0,100,200,400,800
Then restart the application. This should give you ISO 800 which is the highest the driver supports. If it improves the situation for you and does not produce artifacts then I can enable it in the next release
__________________
We need a coffee machine that doesn't ask for coffee beans every 10 hours

Last edited by MSameer; 2014-07-17 at 19:42.
 

The Following 3 Users Say Thank You to MSameer For This Useful Post: