It would be interesting to know if it keeps happening when the script increases ISO, or if you set target sv to say, 101 instead of 100.
I wouldn't expect a 1 unit mismatch to cause problems, but it's odd.
Quote from: reyalp on 28 / April / 2018, 00:09:28It would be interesting to know if it keeps happening when the script increases ISO, or if you set target sv to say, 101 instead of 100. It looks like the difference is always 1…
But what I see is a jump in meter from +32 (First picture) to minus -24 (second picture) and then it goes close to 0. This only happens in Quick mode. But maybe it has nothing to do with the ISO setting.I noticed that in the combined script (izoomer+rawopint). Every time I leave ‘half press’, change zoom and set ‘half press’ I have these jumps. My guess was it has something to do with the ISO setting.
if get_nd_present() == 1 then if self.nd_state then set_nd_filter(1) set_prop(props.AV,get_prop(props.MIN_AV)+self.nd_value) else set_nd_filter(2) set_prop(props.AV,get_prop(props.MIN_AV)) end elseif get_nd_present() == 2 then -- ND + iris if self.nd_state then set_nd_filter(1) else set_nd_filter(2) end end
For the SX50, this problem is caused by the ND filter. If I remove the following code, then everything is ok.
so you should just set the ND Tv value to 0.
But I did that, in the logfile above ND Tv and ND is set to 0.
Quote from: c_joerg on 30 / April / 2018, 01:48:16But I did that, in the logfile above ND Tv and ND is set to 0.You're right, it's a bug. I'll look into it.