Hi
I'm now to CHDK and I'm very impressed. I found today a light-meter script with is great because I shoot with old film camera with no metering.
I'm trying to write a simple script to allow me primitive manual mode on my A1100is camera. It has only [P] mode and all the crappy auto modes of course.
For start I want to be able to take pictures using the "sunny f/16" law. How do I set a camera with no [M] mode to specific Tv, Av and Sv values and how do I take a picture once those values are set?
Does this should work? or when it gets to
shoot() it will meter again and set new values?
set_tv96_direct(t)
set_sv96(s)
set_av96(p)
shoot()
Thanks a lot for this amazing project