HnikeschI tested my number using the factory battery. Maybe it is just different on every camera. The ebay battery never worked well the battery percent I have now.Hnikesch are you a programmer?
I've loaded the latest version for the S100 (s100-101a-1.1.0-1916) and have the time lapse feature working. To save on battery, I'm trying to get the display to turn off between shots. I've tried "Ultra-intervalometer" and "Accurate Intervalometer with power-saving and pre-focus" but neither will turn off the display. I've read that I can plug in an HDMI cable, but I would think that would consume more battery if it is trying to drive an external monitor. Is that not the case? Is there some way to get the display to go off without having to use an HDMI cable?
If you look through old posts here you will find that the LCD backlight does not actually consume a lot of power compared to the rest of the camera electronics. So don't expect much more than 10% - 20% battery life improvement with the backlight off.Here's a link to a modified version of the default intervalometer script with code to turn off the backlight after each shot :http://chdk.setepontos.com/index.php?topic=8216.msg86424#msg86424
rem Intervalometer with backlight controlrem and focus lock. Note: focus lock happensrem not on first focus, but after the firstrem shot and just before the backlight goesrem off. Adjustable delay before backlightrem goes off (b) allows time for lengthyrem post-shot activities like review. Ifrem none, b can be shortened to 1.@title int_BLFL@param a = interval (sec)@default a 10@param b = backlight delay (sec)@default b 3@param c = use focus lock? (1/0)@default c 1 if get_mode = 0 then goto "in_rec" sleep 1000 set_record 1:wait_rec sleep 100 if get_mode <> 0 then goto "wait_rec":in_recs = (a*1000)+get_tick_countshootsleep b*1000set_aflock cset_backlight 0do sleep 500until (s <= get_tick_count)do s = (a*1000)+get_tick_count shoot sleep b*1000 set_backlight 0 do sleep 500 until (s <= get_tick_count)until ( 0 ):restore set_backlight 1 set_aflock 0 sleep 1000 end
On the S100, when you go over a 1 second exposure, the ISO is forced to ISO 80.Is there a way to change this via CHDK? If yes, a pointer would be appreciated. I have reviewed the ISO section in the menu but am not sure how to alter it to achieve this.
I think this is one of the best features of CHDK on the s100.
Started by Brando Script Writing
Started by mv3830 General Chat
Started by x3oo General Help and Assistance on using CHDK stable releases
Started by hiker_jon Firmware Dumping
Started by ironsting Feature Requests