G1X + others ISO override issues (was Re: rawopint.lua) - page 7 - General Discussion and Assistance - CHDK Forum

G1X + others ISO override issues (was Re: rawopint.lua)

  • 65 Replies
  • 37474 Views
*

Offline c_joerg

  • *****
  • 1251
Re: G1X + others ISO override issues (was Re: rawopint.lua)
« Reply #60 on: 28 / April / 2018, 14:18:06 »
Advertisements
Made 4 runs on SX50, each 10 shoots
1) Continuous Mode, Target ISO 100
2) Quick Mode, Target ISO 100
3) Quick Mode, Target ISO 101
4) Quick Mode, Target ISO 200

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.
It looks like the difference is always 1…

I wouldn't expect a 1 unit mismatch to cause problems, but it's odd.
1 step not…
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.
M100 100a, M3 121a, G9x II (1.00c), 2*G1x (101a,100e), S110 (103a), SX50 (100c), SX230 (101a), S45,
Flickr https://www.flickr.com/photos/136329431@N06/albums
YouTube https://www.youtube.com/channel/UCrTH0tHy9OYTVDzWIvXEMlw/videos?shelf_id=0&view=0&sort=dd

*

Offline c_joerg

  • *****
  • 1251
Re: G1X + others ISO override issues (was Re: rawopint.lua)
« Reply #61 on: 29 / April / 2018, 08:01:52 »
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.
It looks like the difference is always 1…
Same on G1x…

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.
This problem is not happening on G1x.

For the SX50, this problem is caused by the ND filter. If I remove the following code, then everything is ok. The jumps have nothing to do with the ISO settings.

Code: [Select]
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


So the only question is, why are the differences from 1 between the ISO values only in quick mode and not in continuous mode.


M100 100a, M3 121a, G9x II (1.00c), 2*G1x (101a,100e), S110 (103a), SX50 (100c), SX230 (101a), S45,
Flickr https://www.flickr.com/photos/136329431@N06/albums
YouTube https://www.youtube.com/channel/UCrTH0tHy9OYTVDzWIvXEMlw/videos?shelf_id=0&view=0&sort=dd

*

Offline reyalp

  • ******
  • 14125
Re: G1X + others ISO override issues (was Re: rawopint.lua)
« Reply #62 on: 29 / April / 2018, 16:06:29 »
For the SX50, this problem is caused by the ND filter. If I remove the following code, then everything is ok.
SX50 doesn't have an ND filter so you should just set the ND Tv value to 0.
Don't forget what the H stands for.

*

Offline c_joerg

  • *****
  • 1251
Re: G1X + others ISO override issues (was Re: rawopint.lua)
« Reply #63 on: 30 / April / 2018, 01:48:16 »
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.



M100 100a, M3 121a, G9x II (1.00c), 2*G1x (101a,100e), S110 (103a), SX50 (100c), SX230 (101a), S45,
Flickr https://www.flickr.com/photos/136329431@N06/albums
YouTube https://www.youtube.com/channel/UCrTH0tHy9OYTVDzWIvXEMlw/videos?shelf_id=0&view=0&sort=dd

*

Offline reyalp

  • ******
  • 14125
Re: G1X + others ISO override issues (was Re: rawopint.lua)
« Reply #64 on: 30 / April / 2018, 03:37:44 »
But 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.
Don't forget what the H stands for.

*

Offline c_joerg

  • *****
  • 1251
Re: G1X + others ISO override issues (was Re: rawopint.lua)
« Reply #65 on: 30 / April / 2018, 11:24:03 »
But 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.

IIRC, the setting of the ND filter was already confusing with the SX50
https://chdk.setepontos.com/index.php?topic=13228.0  Reply #5
M100 100a, M3 121a, G9x II (1.00c), 2*G1x (101a,100e), S110 (103a), SX50 (100c), SX230 (101a), S45,
Flickr https://www.flickr.com/photos/136329431@N06/albums
YouTube https://www.youtube.com/channel/UCrTH0tHy9OYTVDzWIvXEMlw/videos?shelf_id=0&view=0&sort=dd

 

SimplePortal © 2008-2014, SimplePortal