on Digic II: 181 Display mode (record mode only) (0 = show info icons, 1 = Do not show info icons, 2 = LCD off, 3 = EVF) on Digic III: 105 Display mode (record mode only) (0,1,2,3 = show info icons, do not show info icons, LCD off, EVF)
- a way to "clear" the camera's remembered settings for display (and flash) and so it starts "from scratch" each time?
...goto "init":lcd_onD = 1goto "lcd_wrk":lcd_offD = 2:lcd_wrkrem possible states: 0 on with icons, 1 on no icons, 2 off, 3 EVFif get_display_mode = D then returnclick "display"sleep 30goto "lcd_wrk":lcdtestprint "lcd off"gosub "lcd_off"sleep 2000print "lcd on"gosub "lcd_on"sleep 2000print "lcd off"gosub "lcd_off"sleep 2000print "lcd on"gosub "lcd_on"print "done"end:initif w = 1 then goto "lcdtest"...
...PS. What is that EVF mode?
You won't be getting a lot of power savings from disabling the LCD during video record. It's true that the camera's input power decreases dramatically when switched from REC to PLAY or when shutting down the display in REC mode, but most of that power saving comes from powering off the sensor and lens mechanics.
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.
Quote from: Marsjanin on 20 / March / 2011, 17:45:46...PS. What is that EVF mode?You usually see EVF in conjunction with OSD. EVF refers to "Electronic ViewFinder"
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