can somebody tell me how to disable the flash under chdk?
props=require("propcase")...set_prop(props.FLASH_MODE, 2)
I'm trying to use the interval feature. whilst I previously only succeedded in taking one picture (after which the script didn't do anything else),
this script http://chdk.wikia.com/wiki/UBASIC/Scripts:_Ultra_Intervalometer seems to run until the flash goes off.
Then a "busy" message is shown a few moment, followed by the flickering script name below, but without further action.
So I suspect the flash has some detrimental (blinding ) effect on the script,
QuoteSo I suspect the flash has some detrimental (blinding ) effect on the script, I seriously doubt it.
But I have to wonder why you don't simply disable it the normal way using the Canon keys? (the flash symbol on the right hand side of the function dial on the back of your A2500)
Otherwise, it's possible to disable in your script by adding :Code: [Select]props=require("propcase")...set_prop(props.FLASH_MODE, 2)
...Which script? And while we are discussing that, what camera model (A2500?) and CHDK version are you using?
Quotethis script http://chdk.wikia.com/wiki/UBASIC/Scripts:_Ultra_Intervalometer seems to run until the flash goes off.So you mean it takes several pictures prior to trying to use the flash ?
...Sounds a bit like your battery needs charging ?
Quote from: waterwingz on 26 / June / 2014, 17:26:16But I have to wonder why you don't simply disable it the normal way using the Canon keys? (the flash symbol on the right hand side of the function dial on the back of your A2500)with chdk running, that key is assigned "show OSD"
set_zoom(20)sleep(2000)press("shoot_half")repeat sleep(50) until get_shooting() == truepress("shoot_full")sleep(500)release("shoot_full")repeat sleep(50) until get_shooting() == false release("shoot_half")
I found a bug on the A2500 related to setting the zoom from script and the jpeg distortion correction.
#define CAM_USE_ALT_PT_MoveOpticalZoomAt 1
#define CAM_USE_ALT_SET_ZOOM_POINT 1
The zoom and focus code controlling the lens mechanisms seems to vary a lot between camera models.
Started by coruele Feature Requests
Started by philgib CHDK Releases
Started by philgib General Discussion and Assistance
Started by gcgc General Help and Assistance on using CHDK stable releases
Started by novsela CHDK Releases