note2: to avoid interaction problems I'm forced to wait until your/Jucifer's mods are committed.
huh? committed to where?
PS: idea for video time left:
// pseudo-code snippet for calc time left
if (video_recording_started) {
original_space = GetFreeCardSpaceKb();
original_time = get_current_time();
while(video_recording) {
space_eaten = original_space - GetFreeCardSpaceKb();
time_elapsed = get_current_time() - original_time;
avg_use = space_eaten / time_elapsed; // Kb/sec
time_left = GetFreeCardSpaceKb() / avg_use
}
}
looks promising. this really can be done! way to go
About filespace icon, I think this shape makes sense (smaller one woudn't be of any use) and I had in mind something similar. Although I don't need it, tried switching it on .... but camera started behaving strangely when I tried to record a movie clip, counter didn't move from 0 sec, I couldn't switch it off etc ... maybe a bug, maybe cfg file got trashed somehow, I don't know ... tryed opening battery tray several times, switching on / off, but camera remained in this condition, so I had to copy old cfg file from PC. Strange. But doesn't matter to me, I don't need a filespace icon anyway, so this build is ok for me
hm, are you sure you deleted the cfg file? dont know if this is having to do with the new functions we introduced. can you post a step by step procedure so we can reproduce this bug? what camera do you have?
Yep, based on 301, will(?) also patch 300, files to be patched haven't changed since 300. Should contain pretty much all previous changes (and then some).
P.S. My mad coding-skillz are currently limited to understanding-a-bit and copy-pasting (hmm, might be even more...), so there may or may not be problems with the code.
cool, thanks. that means i can checkout rev. 301 and use your provided diff and i'd have all our changes in it? nice.i just set up my svn so i can use it on the road as well via ssh. i will test it, and then use that as the base for further enhancements.
I'll check into it, but it takes time ... GuessI'll eventually have to get svn set up,
with the turnover speeds on this threads it's impossible to keep up otherwise
when properly set up, svn rocks your socks! took me some time to configure it on my linux box, but eventually i figured it out. now i not only use it for chdk, but for other code, letters, all sorts of important non-binary data. and with the svn+ssh feature you'd have your code or data anywhere in the world without having to carry around your harddrive
guys, thanks for your help and input, great pleasure to work with you
what are the next steps? i consider the raw and the other icons done. are there any suggestions regarding the just mentioned functions?
only thing left to do in that department is the remaining video function. then code cleaning. and commenting. and then off to official trunk.
then off to the next project. this thread is getting huuuuge.
by the way, there seems to be a bug @ "show osd in review mode". it doesnt work. this isnt our fault as far as i can tell.