I am new to script writing and I am thinking of writing a script which shoot two consecutive photos of people with background
the first photo is to have proper exposure for the background, no flash is fired.
the second photo is to minimize the background illumination, and with the flash firing, it should well lit the people.
I believe the first photo can rely on the auto exposure of the camera. and for the second photo, it should be using the lowest ISO and highest shutter speed, adding ND filter if needed.
reading the script language, I do not see any command to set a flash mode, only seeing the get_flash_mode. Should I first get the current flash mode and then use some click command to change the flash mode?
and in order to set the ISO and shutter speed, what should I use? now I can only change it manually in CHDK manual.
My purpose of doing this 2 photos is to blend them in post processing, so that I can change the white balance of both photos and choose how much flash light to blend with the environmental illumination, so RAW is prefered.
I am using IXUS 115 HS.
thanks for you time reading