I've mentioned this in previous threads. There is a Python interface to the camera that could do what you (and I) want, but Nokia have kept the exposure compensation functionality as an internal API, so unfortunately it can't be used :(
I think that the ISO feature might also be an internal API (or at least not available from Python) - the exposure documentation offers:
exposure is the exposure adjustment of the device. Exposure is a combination of lens aperture and shutter speed used in taking a photograph. The default value is 'auto'. The following exposure modes are supported:
'auto'
Sets exposure automatically. Default value, always supported
'night'
Night-time setting for long exposures
'backlight'
Backlight setting for bright backgrounds
'center'
Centered mode for ignoring surroundings
Not much use for HDR :(
EDIT!:
Ooh - Nokia have recently released an addon which gives Python access to ISO and exposure compensation functionality! See the example here
http://wiki.forum.nokia.com/index.ph...le_of_pycamera