Some things to try:AF lock vs manual focus modeLCD backlight on/off. (set_backlight in script)
If you want to try some hacking, you can try monitoring the various clock speeds http://chdk.setepontos.com/index.php/topic,2139.msg20087.html#msg20087 or even forcing them to a specific value and watching the effect
That be different than pressing DISP button? Yeah, I'll have a look.
I'm not sure how similar a590 is compared a570 in this respect, but did you try powering up to rec mode directly and see if the draw is any different from powering up to play and then switching to rec?
I ask this because I've found that my camera just plain fails to start up (demands I change batteries) to rec mode using batteries whose resistance is too high (old or empty), but will always start to play mode and then it will often remain powered on when switched to rec from play mode...
Good stuff !What also would be interesting: the behaviour after using Canon's "Display off" feature (LCD off, registered to the print/share button) - since this normally cuts off the sensor (and also the AV-out electronics ?) the current should be the same as in record idle mode...
Quote from: fudgey on 06 / July / 2009, 03:20:47I'm not sure how similar a590 is compared a570 in this respect, but did you try powering up to rec mode directly and see if the draw is any different from powering up to play and then switching to rec? Done that.
Now this is where it gets interesting. Last couple hours I been playing with the cam at low voltage, and it seems the cam will refuse to ''load firmware'' if the battery voltage is too low. Makes sense when you think about it. So when I get the cam operating and the lowest reliable voltage, starting up in play mode and loading firmware fails with a ''Change batteries'' message.
So I paralleled another 0R1 to make a 50-mOhm shunt and switch to a shorter 3V cable -- made a big difference to the measurements I was taking. Having a break, I'll revisit later.
But I can tell you that at 2.3V the cam draws ~600mA in active record mode, vs ~400mA at 3V.
My camera's is about 2% less efficient (power input wise) at 2.4 V than it is at 3.15 V. You seem to have a way bigger difference there (1.38 W vs. 1.2 W)... are you measuring the current you're supplying to the camera or the camera's input voltage (cable and current sense losses removed)?
could very well explain why more than a few people think CHDK makes their cameras consume more current
@title lcdpower@param a Test Number n 1-9print "Press 'Shoot' to exit"sleep 300print " while display is on."sleep 300if a = 2 then goto "test2"if a = 3 then goto "test3"if a = 4 then goto "test4":test1print "Test 1) set_backlight"do set_backlight 1 sleep 2000 set_backlight 0 sleep 2000until 0 = 1:test2print "Test 2) Click 'display'"do click "display" sleep 2000until 0 = 1:test3:test4end:restorerem 'shoot_full' trapset_backlight 1click "shoot_half"sleep 400print "Press 'set' to exit..."wait_click 6000is_key k "set"if k > 0 then endshut_downsleep 3000end
Oh and since you're being delightfully thorough, there's one more thing missing unless your camera is different from mine: play mode input power with lens out differs from input power with lens in on my a570 (0.654 W vs. 0.526 W @ 3.15 V input), this is of course with backlight and display enabled, without av plug.