Using Allbest build 37 with A570IS.
Trying to use the HDR bracketing Script from Aeropic I detect that the get-prop command never returns the expected values.
I code this small test script and I could confirm that.
get_prop 0 i
print "prop 0="; i
get_prop 1 i
print "prop 1="; i
get_prop 39 i
print "prop 39="; i
get_prop 9 i
print "prop 9="; i
end
Always returns prop 0=0, prop 1=0, prop 39=0, prop 9=256 no matter the camera selections.
Am i doing something wrong?
I would appreciate any kind help.