Video Manual Control: ISO, APERTURE & SHUTTER SPEED CONTROL, PLEASE!!!! - page 12 - Feature Requests - CHDK Forum

Video Manual Control: ISO, APERTURE & SHUTTER SPEED CONTROL, PLEASE!!!!

  • 213 Replies
  • 128599 Views
*

Offline srsa_4c

  • ******
  • 4451
Re: Video Manual Control: ISO, APERTURE & SHUTTER SPEED CONTROL, PLEASE!!!!
« Reply #110 on: 17 / January / 2014, 15:34:51 »
Advertisements
Can someone help me fix the script so that it can work?
Which script is that? Link it or attach it.

Re: Video Manual Control: ISO, APERTURE & SHUTTER SPEED CONTROL, PLEASE!!!!
« Reply #111 on: 17 / January / 2014, 17:13:29 »
Can someone help me fix the script so that it can work?
Which script is that? Link it or attach it.
Based on a PM thatmojo43 sent me,  I believe he is talking about this : http://chdk.setepontos.com/index.php?topic=5295.msg107544#msg107544

https://app.box.com/s/n0ja0wbii7coiz06mdw1
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline srsa_4c

  • ******
  • 4451
Re: Video Manual Control: ISO, APERTURE & SHUTTER SPEED CONTROL, PLEASE!!!!
« Reply #112 on: 17 / January / 2014, 18:08:07 »
Based on a PM thatmojo43 sent me,  I believe he is talking about this : http://chdk.setepontos.com/index.php?topic=5295.msg107544#msg107544
I see. Apparently this camera unlocks AE when recording starts. What happens if set_aelock(1) is repeated (once) after that...?

Re: Video Manual Control: ISO, APERTURE & SHUTTER SPEED CONTROL, PLEASE!!!!
« Reply #113 on: 17 / January / 2014, 21:46:15 »
Based on a PM thatmojo43 sent me,  I believe he is talking about this : http://chdk.setepontos.com/index.php?topic=5295.msg107544#msg107544
I see. Apparently this camera unlocks AE when recording starts. What happens if set_aelock(1) is repeated (once) after that...?
Attached script puts a set_aelock(1) after a full press / video button press.

@mojo43 :  please try it and see if that helps ?
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline srsa_4c

  • ******
  • 4451
Re: Video Manual Control: ISO, APERTURE & SHUTTER SPEED CONTROL, PLEASE!!!!
« Reply #114 on: 18 / January / 2014, 17:18:32 »
Attached script puts a set_aelock(1) after a full press / video button press.
Does not seem to help much on the ixus115 :(

*

Offline D@noosh

  • *
  • 17
  • Delighing you always, Canon
Re: Video Manual Control: ISO, APERTURE & SHUTTER SPEED CONTROL, PLEASE!!!!
« Reply #115 on: 22 / January / 2014, 17:03:09 »
None of the scripts work with SX40 HS, even if the maximum ISO is under 1250.... Any possible ways to run it on SX40HS??
K O W A N O N ...

Re: Video Manual Control: ISO, APERTURE & SHUTTER SPEED CONTROL, PLEASE!!!!
« Reply #116 on: 24 / January / 2014, 09:44:46 »
Thanks so much, I will try it later today when I get back home. Sorry that I didn't respond earlier. I am not sure why, but I didn't receive a notification that anyone responded to the thread. I will let you know soon!

Based on a PM thatmojo43 sent me,  I believe he is talking about this : http://chdk.setepontos.com/index.php?topic=5295.msg107544#msg107544
I see. Apparently this camera unlocks AE when recording starts. What happens if set_aelock(1) is repeated (once) after that...?
Attached script puts a set_aelock(1) after a full press / video button press.

@mojo43 :  please try it and see if that helps ?

Re: Video Manual Control: ISO, APERTURE & SHUTTER SPEED CONTROL, PLEASE!!!!
« Reply #117 on: 24 / January / 2014, 18:18:15 »
I tried the script and unfortunately it is still not working. It is like the exposure will change for a brief second and then the autoexposure kicks in. Again the script works perfectly while not recording. I did find something out. The fast EV setting turns off autoexposure while recording video. I manually control the exposure, but at least the exposure is locked... Any other ideas?

Thanks in advance!

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: Video Manual Control: ISO, APERTURE & SHUTTER SPEED CONTROL, PLEASE!!!!
« Reply #118 on: 24 / January / 2014, 23:43:56 »
The solution isn't a complete fix - if I stop the video recording by pressing 'Set', the start another one (without stopping the script) I get the same crash.
So I need to add the half press stuff inside the is_pressed("set") condition? Or maybe reassert the half press after each time we stop recording?

Making me a little nervous about cameras with video buttons here - I'll go see if "my" sx50 has returned home for its day of birding.

Update :  sx50 is happy with the changes - although it gets "unhappy" if you try to press("video") when the mode dial is not set to video mode.  This works when CHDK is not loaded - I guess for now the warning about not being in video mode applies.

On the G12, releasing AE lock and re-doing the shoot_half between videos stops the crash.
My hacked up version attached.

Next problem - on the G1X the camera crashes when the script ends after the AE unlock :(

Edit: SX40 mostly works (start, stop, adjust exposure); but crashes if ISO set above 1250.

Edit2: After hacking in support for 'press("video")' for the IXUS310, the script works; but has the same problem as the G1X - crashes on exit after releasing the AE lock.

Phil.

After more testing I found the SX40 also crashed on exit after releasing AE lock.

However I've made some progress on fixing this.

Adding
  call_event_proc("TerminateAdjustmentSystem")
to the restore() function before calling set_aelock(0) stops the G1X and SX40 from crashing (IXUS310 still crashes a lot).

This still works on the G12 (which did not have the exit crash) - interested to see if it has any effect on other cameras.

Updated script (v3.4) attached, this also gets the initial Tv, Av & Sv values at startup and restores them on exit.

Phil.

CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

Re: Video Manual Control: ISO, APERTURE & SHUTTER SPEED CONTROL, PLEASE!!!!
« Reply #119 on: 24 / January / 2014, 23:54:20 »
After more testing I found the SX40 also crashed on exit after releasing AE lock.
Is that just in video mode?  And if so,  in video mode when you have used Tv,Av,Sv overrides?  Or does it crash using AE lock in normal image shooting modes?

Ported :   A1200    SD940   G10    Powershot N    G16

 

Related Topics


SimplePortal © 2008-2014, SimplePortal