Author Topic: Intervalometer Ramping Module (adv_int.mo)  (Read 177646 times)

johnpooley3

  • New to the forum
  • *
  • Posts: 5
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #125 on: June 24, 2014, 04:55:32 AM »
@dmilligan Well that's intriguing... If I enable external source and live view then it does ramp correctly

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #126 on: June 24, 2014, 02:25:41 PM »
"External Source" triggers off of a change in GUI state to QR (quick review), basically this always triggers after picture is taken and the camera enters QR. When "External Source" is off, it triggers off of a CBR (callback routine) that is internal to ML called CBR_INTERVALOMETER. This should be getting called by the ML "core" after each time the intervalometer takes a photo. It appears there is something going wrong here and my cbr isn't getting called (i.e. the module isn't getting notified by the core when the intervalometer takes a photo like it should be). If I have some time and can manage to get QEMU up and running I might be able to debug it, but I have no idea what could be wrong, it doesn't make much sense.

fauxtoejoe

  • New to the forum
  • *
  • Posts: 14
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #127 on: July 31, 2014, 06:28:58 PM »
 I'd love to try this out, but cant seem to find the right combination of nightly build and adv_int.mo.
I get the "wrong version (v5.0, expected v6.0)" when loading.
Is v6.0 available?
Does anyone know of  a nightly that works with v5.0?

Thanks.

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #128 on: August 01, 2014, 02:46:35 AM »
I updated it, download again.

fauxtoejoe

  • New to the forum
  • *
  • Posts: 14
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #129 on: August 05, 2014, 01:16:25 AM »
@dmilligan Thank you very much!  It works. I've been testing it all day and I think this will be one of the most useful modules I've used. Still trying to figure some stuff out though...

I'm unclear about exactly what 'focus steps' are. Are these fixed units of distance, or are they relative to each lens' range? I hope I'm phrasing this right...
Does one step equal 1/5000th of a lens' range? This doesn't seem right, so why is the option for +/-5000?

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #130 on: August 05, 2014, 01:21:30 AM »
It's different per lens. It's just the smallest amount you can move the lens focus motor.  Different lenses have different ranges. 5000 is just arbitrarily large to hopefully accommodate any lens.

stevek1006

  • New to the forum
  • *
  • Posts: 2
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #131 on: August 09, 2014, 03:20:57 AM »
I am a complete nubie. I have Aug 8 build of Magic Lantern running fine on my 7D. I copied adv_int to the module folder and it appears in the menu, but when I activate it in the Module Menu and restart the camera, I get the following error message:

tcc: error: undefined symbol 'get_config_var'
tcc: error: undefined symbol 'set_config_var'
  [E] failed to link modules

Any help would be greatly appreciated.

Walter Schulz

  • Contributor
  • Hero Member
  • *****
  • Posts: 8606
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #132 on: August 09, 2014, 09:02:40 AM »
Delete AUTOEXEC.BIN and ML folder.
Copy extracted nightly contents to card's root.
Copy adv_int.mo into module folder.
Results?

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #133 on: August 09, 2014, 01:17:05 PM »
Aug 8 of what year? You'd probably get that message if you were using a build from Aug 8 2013.

stevek1006

  • New to the forum
  • *
  • Posts: 2
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #134 on: August 10, 2014, 08:24:12 PM »
I am using the 08AUG2014 nightly build.  Walter, I will try your suggestion as soon as I return from vacation Thanks.

beo

  • Just arrived
  • *
  • Posts: 1
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #135 on: September 11, 2014, 01:24:53 PM »
Great module!!!
Can you  explain better how to use the keyframes for focus?
Thank's

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #136 on: September 11, 2014, 06:21:26 PM »
The value for a focus keyframe is the "number of steps" positive or negative from the current lens position (negative means closer IIRC). A "step" is rather arbitrary and depends on the lens. To figure out how many steps you want to move for your particular scene and lens, use the rack focus feature in the ML Focus menu (the "steps" talked about in that menu are the same as what I refer to here). Also make sure you have plenty of time between frames, b/c changing focus is somewhat slow (you also have to be in LV).

jimbr549

  • New to the forum
  • *
  • Posts: 14
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #137 on: October 10, 2014, 08:02:17 PM »
This is brilliant!  I can see so many uses for it.

Dmilligan, since you seem very up to speed on ML's intervalometer, I have a quick question.

Do you think it would be possible to create a setting in the intervalometer based on this formula:

shutter speed (dynamic) + write time (fixed) = interval.

That is to say, if I set my write time as 2 seconds, the interval dynamically changes to the shutter speed plus 2 seconds even as i ramp the shutter speed up or down.

That would be very useful!

Thanks for your input.

Jim

ShaunWoo

  • New to the forum
  • *
  • Posts: 19
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #138 on: November 26, 2014, 12:12:08 AM »
got the same messege as:
fauxtoejoe


"wrong version (v5.0, expected v6.0)" when loading."
even thought you said you updated it download again, because i downloaded it today as of 2014.11.25 using this link:

https://bitbucket.org/dmilligan/magic-lantern/downloads/adv_int.mo

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #139 on: November 26, 2014, 03:41:13 AM »
What is the date of the nightly build you are using?

Ottoga

  • Member
  • ***
  • Posts: 203
  • The Ox is Slow but the Earth is Patient
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #140 on: November 27, 2014, 10:30:41 AM »
Quote
From dmilligan

here's an example, to ramp Av from f/22 to f/4 in 20 frames do this:
  • set the Av to f/22 in canon
  • go into ML menu
  • A > New Keyframe...
  • Select "Aperture" menu item and turn it ON (this means this parameter will be included in the keyframe)
  • Select "Create Keyframe"
  • go back to canon and change the Av to f/4
  • go into ML menu
  • A > New Keyframe...
  • Change "Keyframe Time" to 20
  • "Aperture" should still be "ON"
  • Select "Create Keyframe"
  • Go back up one level and select "List Keyframes", you should see two, T=1 and T=20
You can set keyframes based on time of day as well, just turn "Use Global Time" on, then in the "New Keyframe" menu under keyframe time, you sill see a time (hh:mm:ss) rather than frame # (and on the right side is the current camera time)

To change a keyframe you already created, you can set the keyframe time to the time of the keyframe you wish to edit (if you do this you will see a warning that you will be overwriting an existing keyframe).

I have installed the adv_int module on my 7D today and tried the above example. I have tried it both in manual and AV mode without any apparent success. Whilst the intervalometer takes a photo at the defined time intervals there is no change in the aperture. Each photo is taken using whatever aperture happens to be dialed in on the Canon at the time. Esssentially every photo is exactly the same bar any movements due to the time differences.

Have I overlooked some critical preparation step/s not detailed in the example? or does it not actually work on the 7D?

Any thoughts?  Thanks in advance for any suggestions.
EOS 7D.203, EFS 55-250mm, EF 75-300 III, Tamron 16-300 DiII VC PZD Macro, SpeedLite 580EX II.

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #141 on: November 27, 2014, 05:11:43 PM »
Does it say "Ramping..." on the screen when the intervalometer is running?

Ottoga

  • Member
  • ***
  • Posts: 203
  • The Ox is Slow but the Earth is Patient
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #142 on: November 28, 2014, 03:09:32 AM »
No it didn't.

Today I decided to reset ML back to default settings and try again in case I had some conflicting setting enabled.

This seems to have resolved the issue. I aso changed the order that I established the intervalometer and advance intervalometer settings.

In this attempt I:
- set the key frames first,
- then enabled the adv_Int function
- then set the intervalometer parameters
- lastly enabled the intervalometer
- Turned on liveview.

In my original attempt the workflow was in the reverse order (I'll try his again and see if it was the issue, I expect not)

So I guess all good. Thanks for your efforts in developing and supporting this module.

Time to get more adventurous.

Cheers.... Otto
EOS 7D.203, EFS 55-250mm, EF 75-300 III, Tamron 16-300 DiII VC PZD Macro, SpeedLite 580EX II.

beanz

  • New to the forum
  • *
  • Posts: 29
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #143 on: January 15, 2015, 10:15:25 AM »
Is it possible to lower the interval to .5 sec instead of 1 sec either in camera or adjusting the code?

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #144 on: January 15, 2015, 01:32:21 PM »
No

beanz

  • New to the forum
  • *
  • Posts: 29
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #145 on: January 23, 2015, 06:13:43 PM »
Too hard basket?

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #146 on: January 23, 2015, 07:12:52 PM »
not possible in a module

beanz

  • New to the forum
  • *
  • Posts: 29
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #147 on: January 24, 2015, 03:27:00 AM »
Ok mate cheers.

georgegates5

  • Just arrived
  • *
  • Posts: 1
Re: Intervalometer Ramping Module (adv_int.mo)
« Reply #148 on: February 13, 2015, 05:19:34 AM »
Would like to ask why isnt this module availble even in the latest nightly build (29/1/2015 ) for canon 60D? .Any ideas or does this module needs to be downloaded separately ?

DeafEyeJedi

  • Hero Member
  • *****
  • Posts: 3411
  • 5D3 | M1 | 7D | 70D | SL1 | M2 | 50D
Intervalometer Ramping Module (adv_int.mo)
« Reply #149 on: February 13, 2015, 05:28:47 AM »
Download link is here. (It is actually on the first post - please read!)

Add it into the Module folder within ML on your card.

Be sure to enable it on under Modules section in ML menu and then restart camera.

Good luck!
5D3.113 | 5D3.123 | EOSM.203 | 7D.203 | 70D.112 | 100D.101 | EOSM2.* | 50D.109