Quote from: fudgey on 23 / March / 2011, 07:56:52But it is possible to shut down the LCD and it does save some power. You can either plug something in the AV connector or you can use a CHDK script command set_backlight 0 to disable LCD backlight (responsible of most of the LCD's power drain) after starting video record.See e.g. http://chdk.setepontos.com/index.php?topic=3872.0 for some measurement results.Well, I didn't find any ready script, maybe some tutorial how to write them? I tried to analyze some example scripts from CHDK package, but I'm afraid I'm really not sure all the syntax of this scripting language
But it is possible to shut down the LCD and it does save some power. You can either plug something in the AV connector or you can use a CHDK script command set_backlight 0 to disable LCD backlight (responsible of most of the LCD's power drain) after starting video record.See e.g. http://chdk.setepontos.com/index.php?topic=3872.0 for some measurement results.
...maybe some tutorial how to write them...
I am having problems making my D10 stay asleep. I put it into a sleep loop using the print shortcut discussed in several places, and it works fine when called via script, unless it moves. If I pick the camera up, and shake it, then it wakes up.
props=require'propcase'function disp_off() click('print') angle=get_prop(props.ORIENTATION_SENSOR)enddisp_off()repeat if angle ~= get_prop(props.ORIENTATION_SENSOR) then print'angle changed' disp_off() end wait_click(100)until is_key'set'
-- enter powersaving sleep for delay mode--disp_off function by reyalpfunction disp_off() click('print') angle=get_prop(props.ORIENTATION_SENSOR)endfunction wait_start (wait_time) print("sleep for " .. wait_time .." min") sleep(1000) disp_off() local finishtime = get_tick_count() + (wait_time * 60000) repeat if angle ~= get_prop(props.ORIENTATION_SENSOR) then print("angle changed") disp_off() end wait_click(100) looptime = get_tick_count() until finishtime < looptime print("awake!") sleep(1000) end
Sometimes it stays on for a fair bit when I am shaking the camera but leaving it oriented the same way.
Quote from: andyroo on 20 / May / 2013, 20:36:34I am having problems making my D10 stay asleep. I put it into a sleep loop using the print shortcut discussed in several places, and it works fine when called via script, unless it moves. If I pick the camera up, and shake it, then it wakes up.I can confirm this on my D10. It appears related to the orientation sensor. This seems quite strange, and I don't see it documented in the Canon manual. Perhaps it's a bug. I'd be interested to know of other models have the same issue.
This is a problem, because I want it to sleep for a specified time before taking pictures while mounted to the outside of an airplane. Ideally the viewfinder will stay off because otherwise the battery will be significantly depleted before I even get to my destination.
Started by traycer Script Writing
Started by Camineet Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)
Started by Richard General Discussion and Assistance
Started by El Pistoffo General Help and Assistance on using CHDK stable releases
Started by joverserafico General Discussion and Assistance