The Following User Says Thank You to MSameer For This Useful Post: | ||
|
2013-09-16
, 19:26
|
|
Posts: 605 |
Thanked: 1,778 times |
Joined on Feb 2008
@ Helsinki
|
#222
|
Would it be possible to shoot videos at lower resolutions than the stock camera app offers? I often notice that android and iphone users can send me videos ~20-30 seconds long in Whatsapp while I can only send ~10 sec of video at the lowest resolution available with the stock camera app in Harmattan.
Thanks for this great app.
|
2013-09-16
, 19:42
|
Posts: 217 |
Thanked: 142 times |
Joined on Dec 2011
|
#223
|
The Following User Says Thank You to latency For This Useful Post: | ||
|
2013-09-16
, 19:42
|
|
Posts: 605 |
Thanked: 1,778 times |
Joined on Feb 2008
@ Helsinki
|
#224
|
0.8 is awesome, thanks! 1.8s startup improvement {613ms -> 420ms}, and disabling preview lets me take super rapid pics.
more feature requests:
1) move dynamic state out of config
e.g.: move [fileNaming] => ~/.cache/cameraplus-filename.ini
2) i cant use the hold-camera-button-to-focus at concerts because the focus assist lighting is obnoxious. however, the last show i went to, i focused by tap-screen-and-hold, and this worked precisely as well holding down the camera button. perhaps add an option to settings to do whatever tap-and-hold does instead of searchAndLock() when you hold the camera button, as a workaround for disabling focus-assist-lighting
3) add a persistent global-disabling of flash to the settings, so that changing scenes or modes or restarting doesnt enable it. i would love to set this before a concert, for the same reason.
4) dunno if its possible, but maybe add a viewfinder-brightness setting. i set the phone brightness low sometimes, once again for minimizing light pollution, but its still fairly bright.
i would like if the settings menu were shrunk a little. vertical pixels are really expensive in landscape mode. removing lines of text that give no extra information {like 'image settings' and 'camera settings'} would improve usability.
here is an extreme version:
http://s10.postimg.org/ayxx6hqnd/condensed_settings.png
|
2013-09-16
, 20:48
|
|
Posts: 605 |
Thanked: 1,778 times |
Joined on Feb 2008
@ Helsinki
|
#225
|
|
2013-09-16
, 21:11
|
|
Posts: 79 |
Thanked: 47 times |
Joined on Oct 2011
@ Brisbane, AU
|
#226
|
But if I change it to local time then naming will be screwed up due to time zone difference.
|
2013-09-16
, 21:38
|
|
Posts: 605 |
Thanked: 1,778 times |
Joined on Feb 2008
@ Helsinki
|
#227
|
It would only ever be an issue for someone travelling through enough timezones to affect their current date on a single day. Now I'm sure that does happen for some people so I guess you do need to allow for it.
The way you have solved this potential issue is to give Camera+ a fixed timezone irrespective of the phone's current timezone, in this case UTC. What I want is to be able to set Camera+'s fixed timezone to that of my own choosing (UTC+10 in my case). I would be completely satisfied if this could only be done via the conf file and happy for the default to stay UTC.
The Following User Says Thank You to MSameer For This Useful Post: | ||
|
2013-09-16
, 22:01
|
|
Posts: 79 |
Thanked: 47 times |
Joined on Oct 2011
@ Brisbane, AU
|
#228
|
Anyway, I will add it as a hidden option
I am sure I will do an "advanced" settings application or view one day
|
2013-09-16
, 23:30
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#229
|
How do you measure the start up time? Your numbers are more accurate than mind
~ $ perl cameraplus-time.pl 6899ms 6355ms 6029ms 5915ms 6118ms 5963ms avg over 6 times: 6213
~ $ perl cameraplus-time.pl 4545ms 4464ms 4586ms 4541ms 4651ms 4509ms avg over 6 times: 4549
#!/usr/bin/perl use strict; use warnings; use Time::HiRes qw(time); sub main(@){ my $count = 6; my $total = 0; for(my $i=0; $i<$count; $i++){ my $start = time; open FH, "cameraplus 2>&1 |"; while(my $line = <FH>){ if($line =~ /Loaded the MeeGo sensor plugin/){ my $ms = (time - $start)*1000; print int($ms+0.5) . "ms\n"; $total += $ms; system "pkill", "cameraplus"; last; } } close FH; } print "avg over $count times: " . int($total/$count + 0.5) . "\n"; } &main(@ARGV);
|
2013-09-16
, 23:50
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#230
|
1) Why do you want the state out of the config file? It's quite convenient for me to have it all in one file.
4) Sounds like a good idea. Not sure how to fit that in the UI though. I think it should be part of the bottom toolbar but there is not much space...
But really, I tried decreasing the brightness of my N950, pointed camera to a big lamp and it's not really bright at all.
BTW: You have really weird use-cases
Tags |
?where is nemo?, thank you! |
|
I know start up is an issue. I did some fixes and I still have a bunch of stuff to try/do. It just takes a while