Magic Lantern Forum

Using Magic Lantern => Main Builds => Topic started by: a1ex on October 11, 2012, 01:55:31 PM

Title: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 11, 2012, 01:55:31 PM
What are nightly builds?
- Nightly builds are binaries compiled daily from the latest source code, by an automatic program.
- Download: http://builds.magiclantern.fm/#/ (http://builds.magiclantern.fm/#/)
- Feature comparison matrix (http://builds.magiclantern.fm/#/features)
- Changeset log on Bitbucket (https://bitbucket.org/hudson/magic-lantern/changesets)

Update by RenatoPhoto (Oct 1, 2013):

Delete ALL old files from card i.e. autoexec.bin and the entire ML directory and replace by new files.  Do not mix old with new.


Who should use nightly builds?
- Anyone who likes to live on the bleeding edge, wants to help ML development and doesn't care about some features being broken.

Why should I use a nightly build?
- To try the latest features (e.g. you have requested a feature and it was implemented).
- To check if a bug was fixed.
- To help us with testing (please report any bugs you find (https://bitbucket.org/hudson/magic-lantern/issues)).

What are the disadvantages of nightly builds?
- You are running untested code. The source code is updated daily, and development sometimes progresses very quickly. We can't test every little change on all cameras, so a few things may not work as expected.
- No documentation - the only help for new features is a small line of text, and ML source code.
- No guarantees - if it breaks, you get to keep both pieces. Well, the same is true for stable releases - but at least, the chances of things going wrong should be much lower.

What's new?
- See the feature comparison matrix (http://nanomad.magiclantern.fm/jenkins/features.html).
- Browse the changeset log on Bitbucket (https://bitbucket.org/hudson/magic-lantern/changesets).
- Look for feature requests (http://www.magiclantern.fm/forum/index.php?board=24.0) marked as "DONE". You might find some cool stuff there.
- The list of changes is huge - if you want a nice summary, you need to wait for the next stable release.

Will it work on my camera?
- Hopefully yes.
- Make sure you download the correct version for your camera.
- Some cameras are no longer maintained by anyone, so a lot of things are probably broken. If you find broken stuff, and you have some basic C skills, some spare time, and you like the idea of programming your own camera, give it a try (http://www.magiclantern.fm/forum/index.php?topic=991.0). Patches welcome.

Anything else?
- If you run bleeding edge code, we kindly ask you to give something back - bug reports (https://bitbucket.org/hudson/magic-lantern/issues). Tell us what is not working, so we can fix it.

Enjoy!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: AriLG on October 11, 2012, 07:30:42 PM
Not exactly a bug but.... I cannot open the PDF files...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on October 11, 2012, 07:34:33 PM
I bet you didn't notice they were 0kb  ;)

As it's clearly written, the nightly builds come without documentation. This includes the pdf files (which are 0kb just to avoid complaints from the build system)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: AriLG on October 11, 2012, 08:02:07 PM
Oh $hit... No I didn't.

I'm so accustomed to immediately open the user guide that I didn't noticed the size.

Thanks and Cheers !
Title: Re: Nightly Builds - try the very latest stuff here
Post by: g3gg0 on October 11, 2012, 10:28:02 PM
Quote from: nanomad on October 11, 2012, 07:34:33 PM
As it's clearly written..

i think that was accidentally removed - its not anymore in the post :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: KarateBrot on October 12, 2012, 02:38:50 AM
oh great! i was about to ask if there was a new compiled version around :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 12, 2012, 10:12:11 AM
Well... probably it's not very hard to patch the "make zip" command to ignore missing pdf's in a silent way.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 12, 2012, 03:50:05 PM
Small detail - can it be configured so that latest builds are displayed at the top?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on October 12, 2012, 04:38:23 PM
I think so
Title: Re: Nightly Builds - try the very latest stuff here
Post by: sshanky on October 14, 2012, 11:03:23 PM
if the only .fir file in the directory (e.g. 10/14/12 build) is named "1100D", should I skip it if I am using it on a 550D? In other words, are the nightlies only for specific cameras? Is there a way to find the most recent nightly for a specific camera model?

Also, to install, is it as simple as just adding the new .fir file onto the card and putting it back into the camera?

Thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on October 14, 2012, 11:46:23 PM
The .fir is used to enable the bootflag on the camera and card, nothing else. The .fir provided is for the 1100D only because it was not in the 2.3 release. You can use the 2.3 release fir if you need them on the other cameras
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 16, 2012, 09:36:07 AM
Quick Q: what GCC version you are using for nightly builds? And it's 32-bit or 64-bit?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on October 16, 2012, 10:19:00 AM
The compiler I'm using is the one from ARM that can be found on https://launchpad.net/gcc-arm-embedded/+download
Version: gcc-arm-none-eabi-4_6-2012q2-20120614.tar.bz2
Architecture: 32bit
Optimizations: disabled (no -O3 or anything else)

Incidentally, all my 1100D builds have been using -O3 and working without issues


Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 16, 2012, 10:20:05 AM
The only reason for disabling -O3 was this problem on 500D: https://bitbucket.org/hudson/magic-lantern/issue/1468/500d-unable-to-record-with-audio-and

(which is actually a Canon bug - when drawing too fast, it gets err70).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 17, 2012, 05:13:21 PM
Added a changelog feature, probably needs a quick code review from Nanomad :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on October 17, 2012, 05:54:12 PM
Thanks, I went on and merged it with a new folder structure that should make EOScard job easier
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 17, 2012, 06:24:18 PM
Looks great!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Luiz Roberto dos Santos on October 26, 2012, 03:24:21 PM
Hello Guys!
Could anyone help me? I'm not able to download on my 600D ... it simply does not recognize. Desulpem me by ignorance, and thank you.

[Sorry for my bad english]
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ilguercio on October 26, 2012, 03:26:14 PM
Quote from: Luiz Roberto dos Santos on October 26, 2012, 03:24:21 PM
Hello Guys!
Could anyone help me? I'm not able to download on my 600D ... it simply does not recognize. Desulpem me by ignorance, and thank you.

[Sorry for my bad english]
This is not a complete and detailed report.
Let me try asking you a question:are you using a card-reader?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on October 26, 2012, 03:26:45 PM
And: did the 2.3 release work for you?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: FartingPuppyProductions on November 25, 2012, 12:34:21 AM
CAn someone pls answer this question.. If I go to the nightly builds, Do I only have to ad the latest build and all the changes are on that? So in other words are all the changes from the previous builds on the latest build?
Title: Nightly Builds - try the very latest stuff here
Post by: Francis on November 25, 2012, 02:24:12 AM
Yes, the nightly builds contain the current source.  The only reason something from a previous build isn't on in the nightly is if there were problems and the it was disabled.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Glaziers on November 27, 2012, 01:38:40 PM
Hello

In which version is the autofocus

as here
https://www.youtube.com/watch?feature=player_embedded&v=7ROVTq4QGDM

please help
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on November 27, 2012, 01:43:53 PM
In the source code, you need to fix it and compile it yourself.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Glaziers on November 27, 2012, 02:38:23 PM
and how to do it please tell me (at least hint)

can be anyone have the old version
Title: Re: Nightly Builds - try the very latest stuff here
Post by: scrax on November 27, 2012, 05:20:57 PM
Quote from: Glaziers on November 27, 2012, 02:38:23 PM
and how to do it please tell me (at least hint)

can be anyone have the old version

First you need to be able to compile ML by yourself: http://www.magiclantern.fm/forum/index.php?topic=991.0

Keep in mind that it's not enabled because it's not working and gives hangs, so before trying it you will need to be able to write code, find bugs and fix them.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jbuy41 on January 17, 2013, 10:55:44 PM
Using the latest build and trying stack focus.  I keep geting "soft focus limit reached", and nothing happens.  Have a 550D and using a Sigma 50-200 HSM with stablizer.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jordy Vandeput on January 21, 2013, 03:00:11 PM
Hey Alex and everyone else,

Sorry for the long time being inactive. I started by own video production company, and it's been very busy.
I'm going to test this nightly build to see if I would use them for commercial projects. I'll let you know my experience.

Cheers,
Jordy!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: adamchicago on January 21, 2013, 11:47:49 PM
Newbie question here...on the nightly download page the title of the download file includes the camera type "5D2" but after I download it and open it only .fir file is for the "1100D-105.fir".  Where is the .fir for the 5D2 or will this work across all camera listed on the download page?

Thanks

Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on January 22, 2013, 12:19:56 AM
Step1 Install stable
Step2 Overwrite with nightly
Step3 ???
Step4 Profit!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jordy Vandeput on January 23, 2013, 12:00:43 AM
Quote from: adamchicago on January 21, 2013, 11:47:49 PM
Newbie question here...on the nightly download page the title of the download file includes the camera type "5D2" but after I download it and open it only .fir file is for the "1100D-105.fir".  Where is the .fir for the 5D2 or will this work across all camera listed on the download page?

Thanks

Use the 5D2 fir from the stable release (2.3). That's just an installation file. The autoexec.bin file is the actual nightly build.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: adamchicago on January 23, 2013, 03:46:40 AM
Whew! ...thanks for the clarification you may have just saved me a bricking;) 

And for anyone else here's what you do to install the latest nightly:

1. You have to have installed the latest stable Magic Lantern build per the initial install instructions if you haven't yet
2. After you have the stable ML version on your camera go to nightly build download location and download the nightly zip file
3. On your camera card delete the current "autoexec.bin" file (that came with the stable ML install)
4. Grab ONLY the "autoexec.bin" file from the nightly zip you downloaded and put it on your camera card in place of the one you just deleted
NOTE: you use the same autoexec.bin file for all cameras listed on the nightly download LINK name
5. Put the card back in your camera and start up normally
6. Your done...nightly build is on your camera now:)

NOTE: there are other files that will be included in the downloaded nightly zip file but you only need the autoexec.bin if installing after having the stable ML on your camera

I only did this once, but successfully, so any experts please chime in if I have something wrong...I hold no liability if this doesn't work for you:(


Title: R: Nightly Builds - try the very latest stuff here
Post by: nanomad on January 23, 2013, 06:55:14 AM
You have to replace all the files from the zip not just the auto exec
Title: Re: Nightly Builds - try the very latest stuff here
Post by: sutobe on January 23, 2013, 02:04:04 PM
If you replace the menuidx.dat you can't use the documentary anymore....better said it starts always with 404 and on the next page its the documentary's first page
Title: Re: Nightly Builds - try the very latest stuff here
Post by: adamchicago on January 26, 2013, 06:13:41 PM
I replaced just the auto exec, per advice above, and works perfectly so I'm sticking with that method until I'm convinced otherwise.

Am wrong to believe if I replaced the 5D2 fir file with the 1100D-105.fir file that my 5D2 wouldn't work properly?

It would be awesome if the ML developers would post the exact steps that apply to all camera's the nightly's work with because there's several different methods being communicated on this thread that may or may not brick your camera.
Title: R: Nightly Builds - try the very latest stuff here
Post by: nanomad on January 27, 2013, 07:54:40 PM
Last time I checked I was a ML dev and I posted the correct procedure multiple times already. If docs are missing is because they are out of date (as the download page clearly says)

About firs: the camera refuses to run an incompatible fir and they also have different names so I don't see how you could overwrite yours
Title: Re: Nightly Builds - try the very latest stuff here
Post by: adamchicago on January 31, 2013, 05:00:22 AM
First, you guys are doing an absolute AWESOME JOB with Magic Lantern development, response to user input on and on! ...and I cannot say enough great things about this app:)  Anything I bring up here is just in relation to understanding the nightly process so I don't brick my camera...by my own fault.

Just for clarity because this is the part that scares me (and others) the most:

For the nightly, if I delete the 5D2-212.fir from my 5D2's memory card and replace that file with the nightly's 1100D-105.fir file (along with the other nightly files) then put it back into my 5D2, it will still perform normally even though it's a different camera model's fir file? ...that's what the instructions say, replace all the files with the nightly files which include a different camera model's fir file (1100D vs 5D2).

Thank you very much for all your help!!!!!!!!!!!!!!!!!!!!!!!!:):):):)

Title: Re: Nightly Builds - try the very latest stuff here
Post by: 1% on January 31, 2013, 05:09:16 AM
fir bad...
bin.... good!
Title: nightly request...bulb ramping
Post by: adamchicago on January 31, 2013, 05:11:57 AM
A few nightly's back you guys made some improvements to the Timelapse ramping where there are now two options: "Smooth ramping" and "LRT Holy Grail 1EV" and the latter has worked great so far.  BUT would it be possible to give the user the ability to change the 1EV setting to any EV value you want?  So you would pick "LRT Holy Grail" and then have the option set the EV value to anything from zero up to I don't know maybe 10...in 0.2 increments maybe.  Frankly I would like to try EV1.5 and EV2.0.

I believe the higher the EV value, the fewer bramp-exposure jumps during the timelapse...is that correct?  The fewer bramp jumps the easier the post edit is and smoother the entire exposure curve is;)

Thanks:)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: scrax on January 31, 2013, 08:56:23 AM
Quote from: adamchicago on January 31, 2013, 05:11:57 AM
A few nightly's back you guys made some improvements to the Timelapse ramping where there are now two options: "Smooth ramping" and "LRT Holy Grail 1EV" and the latter has worked great so far.  BUT would it be possible to give the user the ability to change the 1EV setting to any EV value you want?  So you would pick "LRT Holy Grail" and then have the option set the EV value to anything from zero up to I don't know maybe 10...in 0.2 increments maybe.  Frankly I would like to try EV1.5 and EV2.0.

I believe the higher the EV value, the fewer bramp-exposure jumps during the timelapse...is that correct?  The fewer bramp jumps the easier the post edit is and smoother the entire exposure curve is;)

Thanks:)

I suppose it's set to 1EV since is the best value that LRTimelapse can handle to remove flicker, that's why it's called LRT Holy Grail
Title: Re: Nightly Builds - try the very latest stuff here
Post by: rufustfirefly on January 31, 2013, 08:42:48 PM
Are there any chances of adding 5D3 support to the nightly builds? AFAIK, the original blocking issue which was keeping it out has been dealt with.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: rufustfirefly on January 31, 2013, 09:11:08 PM
To clarify my last post:

From what I understand about the ML booting/loading process for nightlies, there's a "loader" FIR file (which we shouldn't tamper with) and the AUTOEXEC.BIN file (which contains the actual ML code). This relies on there being a "stable" FIR release, which seem to weigh in at about 64k apiece. Right now, the only FIR releases available for the 5D3 are the ones in the alpha releases. The Alpha 3 release weighs in at well over 256k, and has no companion AUTOEXEC.BIN file. I believe that the reason for a "missing" AUTOEXEC.BIN file in the 5D3 Alpha releases were given a while back.

I tried loading a compiled version of the 5D3.113 build onto my Mark III -- but it currently ignores the AUTOEXEC.BIN file and simply loads the Alpha 3 version. I hadn't seen anyone else in the forums complaining about a similar problem, so it could be a "pebcak" thing -- but I figured I'd ask for it to be rolled into the nightlies.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 31, 2013, 09:18:40 PM
Try the developer FIR, make the card bootable and should work.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: rufustfirefly on January 31, 2013, 10:24:21 PM
Sorry -- I just noticed the amendment you had made to the initial message.

For anyone else reading the forum, the direct link to this is:

http://a1ex.magiclantern.fm/bleeding-edge/5D3/5D3-113-bootflag.fir

(Same basic disclaimed as a1ex gave originally -- don't use it unless you vaguely know what you're doing.)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: rufustfirefly on February 01, 2013, 03:21:30 PM
Thank you for pointing out that you already released a proper "bootflag" FIR file for the 5D3; I apologize for having missed it in the original post.

Is there anything which is keeping the 5D3 from being included in the nightly builds, now that (AFAIK) the major stability issue has been dealt with?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 02, 2013, 01:48:34 PM
I'd like a bit more feedback from those who tried the bootflag FIR (just look at 650D thread to see why).

Also, the installer is not as user friendly as on the other cameras (it can't yet make the cards bootable because of the dual card slot). If that's not a problem, I'll try to add it.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on February 02, 2013, 04:19:19 PM
Build system updated to GCC 4.7.3
Let me know if anything is broken
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jordy Vandeput on February 07, 2013, 09:58:38 AM
I took this build to a commercial project on the Canon 5D mark 2. Everything worked fine, had no crashes.

One thing I noticed tho, is that when you record with headphones and audio input. After the recording is done. The signal doesn't come into the camera anymore. The meters are not showing anything, and you can't hear anything.

I had to take the headphones jack out, and insert it back to get everything working again.

This happend each time after recording.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 07, 2013, 05:30:23 PM
Good catch, the bug was introduced by 600D audio code and nobody noticed it so far.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jordy Vandeput on February 08, 2013, 09:52:52 AM
Alex, is there anything more to do with HDMI output to LCD monitor?

With the force AVG, it's been a big improvement. But it only fills like 3/5th of my screen.
Should I posts pictures with different settings? Or is it very hard to improve the HDMI output?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 08, 2013, 10:42:12 AM
In the VGA mode it's possible to fill the screen, but it would look choppy (like anamorphic preview). I'm not sure if it's worth the effort.

I was also able to scale the image vertically via DIGIC. It won't improve the resolution (it will just double the pixels). This can be more promising. It's still only useful for 720 mode, and my monitor already does this scaling, so I didn't see any point to implement it.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jordy Vandeput on February 14, 2013, 09:43:53 AM
I installed the latest build (14/02) and tested some things. Everything worked at first sight. And I have to give a thumbs up for the new menu style. I really like it.

Tomorrow I have a corporate shoot. And like alwyas I'm going to do it on a nightly :p

I'll keep you guys updated!


UPDATE: No bugs encountered :-) .. A whole day of shooting on the 14/2 build. Camera also shutted down perfectly each time. No crashes, no nothing. The junkie menu is really handy!

Good job development!!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ax on February 24, 2013, 08:20:27 PM
In case of: On 550d the User Picture style is NOT working  Neither in preview nor in recording IN THE MOVIE MODE.

It works on the photo mode.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Malcolm Debono on February 24, 2013, 10:53:39 PM
Quote from: ax on February 24, 2013, 08:20:27 PM
In case of: On 550d the User Picture style is NOT working  Neither in preview nor in recording IN THE MOVIE MODE.

It works on the photo mode.

Did you change it while in movie mode?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ax on February 25, 2013, 12:56:04 PM
Yep.

I ve tried to change but nothing appear on the screen and nothing on the receorded file.

The Picture style preset show ok in the movie mode but no the 3 USER style.
In the M photo mode (where all is running ok)

But i've just saw that when i turn my 550d on it say "Script dir missing" must be the source of problem..

Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 25, 2013, 01:35:27 PM
Did you read the FAQ?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 25, 2013, 03:46:43 PM
http://wiki.magiclantern.fm/faq#why_picture_style_x_does_not_appear_in_movie_mode
Title: Re: Nightly Builds - try the very latest stuff here
Post by: orim on February 25, 2013, 06:22:33 PM
BUG: DotTune AFMA does not work on 50D:

DotTune AFMA, any test range = just 3x blinks INFO page and then
"Press INFO and try again."  shows.

My setup:
Canon EOS 50D + 50mm/1,8 II ( or 17 55 /2,8 tamron ),
FW 1.09 + ML v2.3.NEXT.2013Feb25

Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 25, 2013, 06:27:49 PM
Did you disable Canon info screen?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: orim on February 25, 2013, 06:56:04 PM
I do not use Info screen.
Just attempt to use DotTune AFMA will turn it ON...

EDIT: I redial three choices in INFO button setup, went back to Normal,
and now AFMA works!!! Thanks for guiding me to right direction :-)

Title: Re: Nightly Builds - try the very latest stuff here
Post by: ax on February 28, 2013, 03:33:13 PM
Quote from: a1ex on February 25, 2013, 03:46:43 PM
http://wiki.magiclantern.fm/faq#why_picture_style_x_does_not_appear_in_movie_mode

Thanks Alex, It works now!

So no prob with the 2.3 next on movie style...

( btw : even it is on the canon menu fault the wiki could explain the way to re enter the picture style in movie mode cause it is somewhat hidden and tricky)

Best and long life to ML!
Title: Junkie menu
Post by: grudolph on March 03, 2013, 04:43:36 PM
How Do I enable junkie mode, i see it listed in info menu, but no change when selected.    5D2 3/1/2013 Build
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Francis on March 03, 2013, 05:55:43 PM
Press MENU while in the ML menus.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jbuy41 on March 03, 2013, 10:03:03 PM
Using a 550D and Transcend sdhc 10 16gb card.  This is what I got for a crash report.

ASSERT: pDialog != NULL
at Dialog\Dialog.c:691, task CtrlSrv
lv:0 mode:0


Magic Lantern version : v2.3.NEXT.2013Mar02.550D109
Mercurial changeset   : fa4b9a00d0ca (unified) tip
Built on 2013-03-02 03:01:38 by [email protected].
Free Memory  : 261K + 2093K
Title: ghost image issue
Post by: grudolph on March 03, 2013, 11:22:52 PM
testing march 2nd build on 5dII, noticed that ghost image just show random interlaced lines when shooting 2nd photo.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on March 03, 2013, 11:32:03 PM
The place for reporting bugs is here: http://www.magiclantern.fm/forum/index.php?board=23.0

Try to include the steps needed to reproduce the bug.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: MvM on March 07, 2013, 09:33:23 PM
Hi everybody, i have a 5d mk2 and a 5dmk3 and a 7D. I love ML 8) and its working nice and good as the alphas on the 7D and the 5Dmk3. Now I would love to check the nightly builds on the Mk3 and 7D but I can not get it to boot from the autoexec.bin  :-[ :( . When I start the camera with  a bootable CF ( tried al different bootcodes from the EOS-Card utility) the camera stays dead. Only way of using ML is via fir into the Alpha... :o

I tried the bootflag.fir as well but there seems to be something either I am missing or are the nightly builds not build for the 5DMk3 and 7 D ?

I would like to have fps override and the automatic HDR-Shooting mode from the 5Dmk2 as well as playing more with the new pico...

And the Mk2 is nearly sold and already reboxed.... :o ;)

Thanks Matthias von Mutius, I am with ML since the early days with Trammel...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: orim on March 17, 2013, 10:12:38 PM
Hi Alex,

I shoot some photos with ML autoISO ON
(eos 50d + 430exII)  and normally (without ML) I would had ISO400,
but with ML it is ISO100 - which is cool.  ;)

request:
Is it however possible to set a new upper ISO limit?
Canon autoISO goes only to 1600, so I would like to have a chance to raise it to ML maximum ISO
(2000, 2500, 3200... )

bug possibly:
Back to my shooting - I took 8 photos in a row,
7 is 50mm, 1/250s, f/5,6, flash on, EV+1/3, ISO100
but 1 is unexpectedly 50mm, 1/250s, flash on, f/5,6, EV+1/3, ISO1600 ?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Rush on March 24, 2013, 08:56:15 AM
What happened with nightly builds? I see it didn't updated since 03-19.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on March 24, 2013, 02:19:59 PM
Sometimes it breaks.. I'll fix it ASAP
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on March 24, 2013, 02:22:17 PM
Can it print the error in some log file if it fails? I did a fresh clone and compiles fine here...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on March 24, 2013, 02:42:27 PM
I'll look at the script but it compiled fine right now...dunno what went wrong
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Arturasz on March 24, 2013, 10:40:37 PM
Is it possibly to use nightly builds for 5D3? I use latest one on 5D2 and like AMFA tune a lot, but it was better to adjust lenses on my new 5D3 ...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on March 24, 2013, 10:43:59 PM
Not yet, but there's an unofficial build in the 5D3 thread, you can try that.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Arturasz on March 24, 2013, 10:51:06 PM
can you give me a link to that thread?

or is it this thread: http://www.magiclantern.fm/forum/index.php?topic=3234.0 plus I need to change autoexec from nightly build? I asking, because in nighlty builds there is no mentioned 5D3 ;]
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on April 06, 2013, 12:16:16 PM
Quick update: Expect a change in the nightly builds structure soon, I'm migrating it over a proper CI tool
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Leitwerk on April 06, 2013, 07:56:03 PM
Good, Better, Nightly Builds!!!! Audio Monitoring works 100% on the 600d. Love y :D. I used the build from March 01, cause the newest one doens't work..

Thanky you from Germany !! :)) :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ecek2 on April 07, 2013, 03:18:43 PM
[30] MovieRecorder: NULL PTR (e1a00004,e1a00000)
pc=ff069f78 lr=    1ed0 stack=12c1b8+0x1000
entry=ff1d8a3c(8c2b04)
e1a00000 e59ff014 e59ff014 e59ff014
e59ff014 e1a00000 e59ff010 e59ff010
[30] MovieRecorder: NULL PTR (e1a00004,e1a00000)
pc=ff069f78 lr=   Magic Lantern version : v2.3.NEXT.2013Apr07.550D109
Mercurial changeset   : a70a44f9b6e8+ (unified) tip
Built on 2013-04-07 02:01:40 by [email protected].
Free Memory  : 224K + 1945K


cannot upload COREDUMP.DAT yet, bad internet connection :(

edit : here the COREDUMP.DAT => http://db.tt/9J0J6ewc
Title: Re: Nightly Builds - try the very latest stuff here
Post by: g3gg0 on April 07, 2013, 03:54:34 PM
another canon bug :(
Title: Re: Nightly Builds - try the very latest stuff here
Post by: juantrueno on April 11, 2013, 08:28:59 AM
Well, i've been working with nightlys for a while with my 600D. I just have to say that you are doing a great job. Right now i'm shooting a music video. If some one want to take a look to my work, you can check here: www.youtube.com/juakinyan
Thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: cafaidy on April 23, 2013, 10:58:07 AM
Wow in first time xD, a really great job for this Nightly build.
But i have two problems:
first in a fevrary builds in 600D, with the gradual expo, he compensated with ISO and it was very well, but in a april builds it compensates with shutter... speeds up to 1/4000= bad video!

Secondly: a super function headphone monitor, i have a bug, when i record all are ok, but when i go to play mode and return on live view i heard nothing, and must disable mode and reactivate

Thank for your job and a great tool: Magic lantern!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on April 23, 2013, 04:38:07 PM
It should only compensate with shutter if iso is already at extreme values.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: cafaidy on April 25, 2013, 11:22:31 PM
apparently this is not the case, I am all in time from 160 to 640 iso, it's weird
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jackie on April 27, 2013, 12:14:53 AM
Guys do you have any idea about compatibility with new 5D3 firmware the 1.2.1 ?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on April 27, 2013, 01:52:43 AM
There are no builds for the mk3
Title: Re: Nightly Builds - try the very latest stuff here
Post by: aaphotog on May 08, 2013, 09:38:58 PM
So, I have the april 30th nightly build on my 5d3 camera. I tried downloading the newest nightly build(may 8th I believe) and replacing the autoexec.bin file currently on my memory card with the one from this new, updated nightly build. My camera will simply NOT boot. Anyone know what the problem is? I noticed that the nightly build doesn't have '5d3' in the name, but neither did the parole 30th build(that's currently installed and working on my camera). Shouldn't it be as simple as replacing the autoexec.bin file on the card?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 08, 2013, 09:53:39 PM
Already answered a lot of times.

http://www.magiclantern.fm/forum/index.php?topic=2602.msg32591#msg32591
Title: Re: Nightly Builds - try the very latest stuff here
Post by: aaphotog on May 08, 2013, 10:34:44 PM
Quote from: a1ex on May 08, 2013, 09:53:39 PM
Already answered a lot of times.

http://www.magiclantern.fm/forum/index.php?topic=2602.msg32591#msg32591
I read that. That's how I figured out how to install the nightly build. But I've got the April 30th one. When I replace the files with the updated nightly and put that autoexec.bin that YOU posted back on the card, it simply just gives me the april 30th build again. I was thinking I'd be able to update to the May 8th nightly.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: 1% on May 08, 2013, 11:35:54 PM
Homey, there is no may 8th nightly for 5d3....

5d3 only happens when one of us decides to compile and post it.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: aaphotog on May 08, 2013, 11:51:06 PM
Oh ok. That's what I wasn't understanding. Because I don't recall seeing 5d3 in the list for the April 30th build. And I keep seeing that things in the change log about the 5d3. Excuse my confusion.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: musicbase on May 11, 2013, 04:13:06 AM
What firmware do I have to install to make my EOS650D loading the ML Nightly build? There is none included.
For sure a stupid question - but I just don't know it :(
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on May 11, 2013, 07:14:30 AM
Quote from: buckbullstallion on May 11, 2013, 02:20:20 AM
should I be installing nightlies?
they do not support your camera
Title: Re: Nightly Builds - try the very latest stuff here
Post by: bbuchi on May 13, 2013, 11:10:37 PM
I miss the lcd remote mode. I use this mode for the HDR shoting. Will this mode come back?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jakobmen on May 15, 2013, 12:43:09 AM
why im a getting sound is disabled when i try and record on Canon 5dm3 v NEXT.2013May14 raw  :'(
Title: Re: Nightly Builds - try the very latest stuff here
Post by: danielnix on May 15, 2013, 02:13:31 AM
If someone could call me and guide me through the setup process I would be happy to send them money via pay-pal. Im good with computers but I just don't have time to code and figure all of this out. Im wanting to shoot in RAW with my Mark III
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on May 15, 2013, 02:29:52 PM
Quote from: Jakobmen on May 15, 2013, 12:43:09 AM
why im a getting sound is disabled when i try and record on Canon 5dm3 v NEXT.2013May14 raw  :'(

FPS override on? RAW video mode?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Tichro on May 15, 2013, 06:17:41 PM
Greetings fellow ML'ers.

I've been using ML(v2.3) on my 550D since it was released and have finally summoned the courage to try the nightly builds ( I have the 2013MAY14 version installed),,, have to say I really like the new UI.
I'm still exploring this version and I have a question,,, I apologise if this has been covered elsewhere, I tried searching for the answer but didn't find anything relevant.

OK rambling over, here's the question.

Do we still have the ability to hide specific menu items in the nightly builds, like we could in the v2.3 stable release?

If yes,,, how?
If no,,, no problem  ;)


Edit :
OK scrap that question, I found the menu option to allow customization of the menu  :-[
I'll get my coat.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SeaLight on May 16, 2013, 04:15:46 PM
I must be missing something...

First time ML user, but I've been following ML for over a year now.

I've searched through the 30 page thread with no help for a straight forward update to nightly builds including the bootable card.

As for updating to firmware, I downgraded my firmware on my 5DM3 to 1.1.3 to be able to put the latest nightly build on it.

- Downloaded the 1.1.3 Alpha 3
- Dragged the ml-5D3-113.fir and ML folder onto my CF card.
- Booted camera
- Update firmware in menu
- Works perfectly
- Downloaded ML 2.3
- Dragged all files from the extracted .zip folder on the CF card
- Booted camera
- Update firmware in menu
- Camera still says it's running 2.3
- Put CF card back in computer
- Delete 113 firmware on CF card
- Boot camera
- Update firmware
- "Firmware cannot be found. Please take out the battery"

What am I doing wrong to update to the nightly build??
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on May 16, 2013, 04:57:36 PM
NIGHTLY BUILDS DO NOT WORK ON THE 5D3 650D EOSM 6D and 7D
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SeaLight on May 16, 2013, 05:22:34 PM
Quote from: nanomad on May 16, 2013, 04:57:36 PM
NIGHTLY BUILDS DO NOT WORK ON THE 5D3 650D EOSM 6D and 7D

Then how are people posting videos with the 5DM3 with Raw video?  Isn't that from a nightly build?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on May 16, 2013, 05:27:42 PM
Well, this thread is for the automated nightly builds, which do not support your camera. People are free to compile and distribuite whatever they want
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on May 20, 2013, 01:31:08 AM
What is this?

http://www.usa.canon.com/cusa/consumer/products/cameras/slr_cameras/eos_5d_mark_iii#DriversAndSoftware
Title: Re: Nightly Builds - try the very latest stuff here
Post by: v1de0 on May 22, 2013, 10:40:42 PM
When using this on my t2i with the Fps override and Fps ramping under 1 fps . My camera will  freeze and give me an error 80. I'll post a video documenting the problem once it uploads (I could not find if this had been mentioned)   
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on May 23, 2013, 11:18:21 AM
Did anyone else notice the audio menu order is mixed.

I just pulled the latest commits, and compiled a build for the 600D and noticed the audio menu items are mixed compared to all previous builds.

I think the previous menu order was much more intuitive.

just wondering ....
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 23, 2013, 11:40:42 AM
Screenshots please.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on May 23, 2013, 03:18:46 PM
the one on the left is the previous build, the right is newest build.

(http://linkgenstudios.com/screenshots.jpg)

It looks like the last three menu items where moved to the top.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: 60dusk on May 24, 2013, 08:55:15 PM
Hi, got my 60D for almost a month now. The first thing i did after i got it was updating it with ML Fw 2.3. After 3 weeks of playing with it i decided to apply the latest nightly build. The problem is I can't seem to find the sound record in FPS override.
Has it been removed?

TIA.


Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 24, 2013, 09:01:09 PM
Quote from: dslrrookie on May 23, 2013, 03:18:46 PM
It looks like the last three menu items where moved to the top.

Should be OK now. If you find any more menus in different order, let me know.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on May 24, 2013, 09:03:42 PM
Quote from: a1ex on May 24, 2013, 09:01:09 PM
Should be OK now. If you find any more menus in different order, let me know.

Will do ... thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on May 24, 2013, 09:31:35 PM
just pulled the latest commits (5-24), updated and compiled for 600D.  Replaced 5-18 autoexec.bin with newly compiled bin and camera will not start.  LED continually blinks.  Removed battery, replaced .bin with original, camera starts up fine.

Did a make clean, re-compiled for 600D, and tried new .bin file in camera ... same thing, LED blinks continually and camera will not turn on.

Went back to 5-18 .bin file ... back in working order.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 24, 2013, 09:34:19 PM
How big is the autoexec? if it's bigger than 500K, disable some stuff from features.h.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on May 24, 2013, 09:37:09 PM
Quote from: a1ex on May 24, 2013, 09:34:19 PM
How big is the autoexec? if it's bigger than 500K, disable some stuff from features.h.

5-18 build = 450
5-24 build = 461K

Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 24, 2013, 09:42:55 PM
What about MemSiz in compile log?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on May 24, 2013, 09:52:47 PM
Does this point to anything?

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  EXIDX          0x0732cc 0x00cf32cc 0x00cf32cc 0x000e0 0x000e0 R   0x4
  LOAD           0x000100 0x00c80100 0x00c80100 0x732ac 0x8059d RWE 0x100
[ OBJCOPY  ]   autoexec.bin
[ STAT     ]   autoexec.bin
autoexec.bin: 472208 bytes
make[1]: Leaving directory `/home/TerryVideo/magic-lantern/platform/600D.102'
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 24, 2013, 09:54:15 PM
0x8059d > 512*1024 ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on May 24, 2013, 09:57:00 PM
Quote from: a1ex on May 24, 2013, 09:54:15 PM
0x8059d > 512*1024 ;)

ok ... so what do I do next ... ???  lol
Title: Re: Nightly Builds - try the very latest stuff here
Post by: scrax on May 24, 2013, 10:27:14 PM
Quote from: a1ex on May 24, 2013, 09:34:19 PM
... disable some stuff from features.h.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on May 25, 2013, 12:48:37 AM
I don´t know if this is the forum, sorry if not. Here are more topics than T2i around the world.

In the menu - May 24 - Load H264 ini - It´s not working for me. Excpet is not in this ML version, I am talking about Qscale, bitrate, etc. Any help? Or is not for MArk 3? thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on May 25, 2013, 01:51:36 PM
I just noticed the card had a couple ROM.bin files on it after my start up issues with the latest compiled nightly. 

Any idea why it wrote them?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kotik on May 26, 2013, 01:56:29 PM
Nightly build  26-5-2013 4:05 and 60D raw_ver2 error message while loading modules.
"B:Missing symbol file in ML/Modules"???

Any idea?

Solved: didn't drag the Modules folder into ML folder  :-(
Title: Re: Nightly Builds - try the very latest stuff here
Post by: squig on May 26, 2013, 02:12:40 PM
Quote from: budafilms on May 25, 2013, 12:48:37 AM
I don´t know if this is the forum, sorry if not. Here are more topics than T2i around the world.

In the menu - May 24 - Load H264 ini - It´s not working for me. Excpet is not in this ML version, I am talking about Qscale, bitrate, etc. Any help? Or is not for MArk 3? thanks

This is a very early test build and does not have full ML functionality.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kotik on May 26, 2013, 03:53:11 PM
1720 x 968 pixels mode shows the full censor image, not a crop!

http://youtu.be/vpI1kPRDqMg
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on May 29, 2013, 04:46:34 AM
I just noticed that the recent nightly builds are writing ROM.bin files to the LOGS directory.  Is this normal?  I went back as far as 5-20 and still had the same issue.

Same with my most recently compiled.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: N/A on May 29, 2013, 05:32:32 AM
550D topic-

http://www.magiclantern.fm/forum/index.php?topic=5582.0 (http://www.magiclantern.fm/forum/index.php?topic=5582.0)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on May 29, 2013, 06:18:55 AM
Quote from: dslrrookie on May 29, 2013, 04:46:34 AM
I just noticed that the recent nightly builds are writing ROM.bin files to the LOGS directory.  Is this normal?  I went back as far as 5-20 and still had the same issue.

Same with my most recently compiled.

Nevermind ... safety issue
Title: Re: Nightly Builds - try the very latest stuff here
Post by: lister on May 31, 2013, 02:55:13 PM
Hello to everyone.

I have to report two issues with all nightly builds i have tried and 600d that are not happening with version v2.3.

First, camera wakes itself from standby power save mode without touching any buttons. That happens quite regularly, few seconds to few minutes after it turns off screen and sensor.

Second problem is bigger. Recording stops automatically after few seconds or few minutes. I have restart option turned on so it restarts automatically. This happens approximately once in every 20 recordings. It was happening always after few seconds, but with the last nightly build (May 30) it started to happen after one or two minutes also. It is a big problem and it could ruin some important shots... I have Sandisk class 10 cards. It never happens with 2.3. with the same card and all the same settings. I also never touch any bitrate controls and i was testing with freshly formatted cards. I really like all audio controls with nightly builds, but for important shootings i have to go to 2.3 : (.

Just to mention, I also use Rode Videomic pro. I fiddle a lot with analog gain and mic boost (not during recording).. It might be connected, who knows.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on May 31, 2013, 03:48:31 PM
Quote from: lister on May 31, 2013, 02:55:13 PM
Hello to everyone.

I have to report two issues with all nightly builds i have tried and 600d that are not happening with version v2.3.

First, camera wakes itself from standby power save mode without touching any buttons. That happens quite regularly, few seconds to few minutes after it turns off screen and sensor.

Second problem is bigger. Recording stops automatically after few seconds or few minutes. I have restart option turned on so it restarts automatically. This happens approximately once in every 20 recordings. It was happening always after few seconds, but with the last nightly build (May 30) it started to happen after one or two minutes also. It is a big problem and it could ruin some important shots... I have Sandisk class 10 cards. It never happens with 2.3. with the same card and all the same settings. I also never touch any bitrate controls and i was testing with freshly formatted cards. I really like all audio controls with nightly builds, but for important shootings i have to go to 2.3 : (.

Just to mention, I also use Rode Videomic pro. I fiddle a lot with analog gain and mic boost (not during recording).. It might be connected, who knows.


I'm running a freshly compiled 5-30 build with movie restart on without any problems.  I recorded 30+ minutes yesterday on two cameras and restart feature worked fine. 

Have you tried a fresh install, clearing all canon settings and deleting your ML config file?

Not sure about your camera waking problem ... do you have auto shutdown turned off in canon menus?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: lister on May 31, 2013, 05:27:23 PM
Quote from: dslrrookie on May 31, 2013, 03:48:31 PM

I'm running a freshly compiled 5-30 build with movie restart on without any problems.  I recorded 30+ minutes yesterday on two cameras and restart feature worked fine. 

Have you tried a fresh install, clearing all canon settings and deleting your ML config file?

Not sure about your camera waking problem ... do you have auto shutdown turned off in canon menus?


If I am the the only one with this problems, then great. for everyone else... not for me : )

But just to clarify, restart function works fine on my camera also, but once in a while (not always, and i cant see any pattern) recording stops automatically after just few seconds or minutes, and then restart function kicks in. What happens is the same thing that happens after you reach 12 minutes mark.

I reinstalled many times. But just one question, is there a way to fresh install nightly build without having to install v2.3 first? My workflow is to install v2.3 and then to copy and replace with files from nightly build.

Thnx.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on May 31, 2013, 07:33:44 PM
yeah, you just need the .fir file from 2.3 stable and you can install from the nightly build.

Try turning off all features and enable them one at a time, starting with your "movie restart".  It might make it easier to determine whats going on.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: fructose on May 31, 2013, 07:44:45 PM
Currently missing the "RAW Video" option from today's nightly build.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 31, 2013, 07:56:19 PM
Raw recording is really bleeding edge stuff, it's not yet in nightly builds. See the sticky topics.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenatoPhoto on May 31, 2013, 08:19:55 PM
Quote from: fructose on May 31, 2013, 07:44:45 PM
Currently missing the "RAW Video" option from today's nightly build.

Let me clarify things a little:

This special section of Nightly Builds was created for those cameras that have STABLE features and for which there are new features implemented that could try and test.  Unfortunately the RAW stuff is still very raw  :D and has not been ported to all these stable applications. 

Also this Nightly Builds does not support some of the new development for 5D3, 6D, 7D. 

To add to the confusion you must have read about the latest compiles for RAW, this is not same as the Nightly Builds but people confuse these two.  The latest compiles for RAW can be found in the development threads specific to each camera.

So if you want RAW then read try this:

RAW video & ML -- Beginners Guide and FAQ -- READ FIRST
http://www.magiclantern.fm/forum/index.php?topic=5520.0

Please note that this is found in the Tutorials and Creative Uses which has lots of info for RAW stuff.

And for you, most importantly read our Forum Rules and follow them to make sure that our boards are not filled with unstructured comments and questions that mislead other people as well as our developers.

Forum Rules: http://www.magiclantern.fm/forum/index.php?topic=934.msg1141#msg1141

Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: loydbateman on May 31, 2013, 11:43:55 PM
Forgive my ignorance but is raw video enabled in this nightly build for the mark II??  If not how may I get a hold of the appropriate update??  Thank you!
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: RenatoPhoto on May 31, 2013, 11:49:11 PM
Quote from: loydbateman on May 31, 2013, 11:43:55 PM
Forgive my ignorance but is raw video enabled in this nightly build for the mark II??  If not how may I get a hold of the appropriate update??  Thank you!

Read:

RAW video & ML -- Beginners Guide and FAQ -- READ FIRST
http://www.magiclantern.fm/forum/index.php?topic=5520.0
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: budafilms on June 01, 2013, 10:00:10 AM
I understand about develop something like a New ML with Raw features depends a lot of details and it´s not easy like press rec button. But maybe have an idea about when a nigtly build  could be for use (ML plus RAW). Any idea? month, six month? thanks!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: MGSDude on June 04, 2013, 05:22:35 PM
Quote from: lister on May 31, 2013, 02:55:13 PM
Hello to everyone.

I have to report two issues with all nightly builds i have tried and 600d that are not happening with version v2.3.

First, camera wakes itself from standby power save mode without touching any buttons. That happens quite regularly, few seconds to few minutes after it turns off screen and sensor.

Second problem is bigger. Recording stops automatically after few seconds or few minutes. I have restart option turned on so it restarts automatically. This happens approximately once in every 20 recordings. It was happening always after few seconds, but with the last nightly build (May 30) it started to happen after one or two minutes also. It is a big problem and it could ruin some important shots... I have Sandisk class 10 cards. It never happens with 2.3. with the same card and all the same settings. I also never touch any bitrate controls and i was testing with freshly formatted cards. I really like all audio controls with nightly builds, but for important shootings i have to go to 2.3 : (.

Just to mention, I also use Rode Videomic pro. I fiddle a lot with analog gain and mic boost (not during recording).. It might be connected, who knows.

I think I may be experiencing the same problem. When I record with sound the buffer increases in equivalents of 10% until the camera stops recording. However I am not messing with the bitrate function, it's still set to 'Default.' When I disable sound it works just fine of course. But I never had this problem with 2.3.

I've had ML v2.3 installed on my T3i for about a year now and I really love it. If I ever wanted to go back to 2.3, all I have to do is overwrite the autoexec.bin from 2.3 right? I have a shoot coming up and I'd rather be on the safe side and use v2.3 (Sorry, still little bit of a noob here.)

btw, I'm also enjoying the new video functions from the nightly build like vignetting, I use my T3i as webcam and it's cool to have all these features built into the camera so I can play around with the effects when webcamming. (:
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: Zhyo on June 05, 2013, 12:21:07 PM
Hi. I've installed the latest nightly build in my 1100D, but I can't get the manual exposure working. It shouldn't be working or it's a problem in my installation/camera?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: Andrius on June 06, 2013, 03:33:44 PM
Hello, I installed recent nightly build and noticed that auto exposure ramping was removed from intervalometer menu. Previous version I had (march 24 build) had it. Camera is 550D. Was it replaced by something else or moved somewhere? I can't find it anymore. Thanks.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: a1ex on June 06, 2013, 04:31:55 PM
Yes, use ETTR + post deflicker.

http://www.magiclantern.fm/forum/index.php?topic=5705.msg41478#msg41478

I didn't have a chance to try it yet outside though, but on the 50 test frames I've tried for testing, there was zero flicker (even if the actual exposures were 4 stops apart).
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: soundsubs on June 11, 2013, 06:25:17 PM
Looks like the new nightly won't boot on mine.
The Jun3 build works fine.

Anyone else?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: nanomad on June 11, 2013, 08:47:40 PM
Camera model?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: drecart on June 13, 2013, 09:04:01 AM
I tried installing the June 13th Nightly build on my 600D but just got the little red light flashing so I installed the one from the 12th with no problems.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: alexunderboots on June 15, 2013, 05:30:52 AM
please tell me, where are the files from http://nanomad.magiclantern.fm/nightly/ ??
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: alexunderboots on June 15, 2013, 05:34:24 AM
magiclantern-v2.3.NEXT.2013Jun15.zip missing((((
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: alexunderboots on June 15, 2013, 06:30:35 AM
5DM2, can't find AutoETTR in 06.14 build in exposure ((( please help
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: robschii on June 16, 2013, 12:50:30 PM
there are no new nightly builds since 13.6.2013  why?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: Kirks518 on June 16, 2013, 05:08:12 PM
I have a 50D, and want to try out the Dottune. Anyone know which nightly I should d/l for it? Looking for one that people have been using for a while. I'm not a true 'bleeding edge' kind of guy. :)
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: breaker on June 16, 2013, 07:06:02 PM
I don't know of any lately builds untill RAW waked up the 50D. It's still bleeding edge but i think it's been tested quite a lot lately; https://bitbucket.org/GregoryOfManhattan/magic-lantern/downloads

If you try the one with most downloads (09june13) - i suppose that's the most tested build lately. But it's mainly made and tested for RAW-Video.

EDIT: Now I see that 50D is a part of the Nightly build without RAW-Video. So you can ignore my incompetence :-X
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: Kirks518 on June 16, 2013, 10:29:28 PM
^thanks!
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: nanomad on June 17, 2013, 11:54:40 PM
Nightly builds are suspended while we try to fix the build system 
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: a1ex on June 18, 2013, 11:50:31 PM
It started to work :P

Noticed the docs were not built from the latest sources though.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: sutobe on June 19, 2013, 08:01:13 PM
what is the best way to install the upgraded docs?

Just delete the old docs folder of any previous build or leave it and copy&paste&replace the files in it with the new ones?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: a1ex on June 19, 2013, 08:13:56 PM
They are not upgraded, someone needs to edit them first, and fix the build script...
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: Guilherme on June 26, 2013, 01:35:56 AM
What problems can damage my camera with the installation of the nightly builds, have you any record of that happening?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: deletedAcc.0021 on June 26, 2013, 06:17:13 PM
Quote from: Guilherme on June 26, 2013, 01:35:56 AM
What problems can damage my camera with the installation of the nightly builds, have you any record of that happening?

They have been known to burst into flames during prolonged use, but other than that and the occasional bricking you should be fine.

Jk... the nightly's have been very stable and I use them commercially in multiple cameras.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: lister on July 01, 2013, 02:48:00 PM
Since 600D Audio TEST release Topic is locked, i will be free to post one suggestion here:

Since in 600D Mic boost is much cleaner than Audio gain (It is conclusion from users on this forum also), it would be usefull to have Mic boost available in Arrow/SET shortcut menu instead of Audio gain. To clarify, it would be much better better if -Rec and Rec+ buttons in Arrow/Set shortcuts would control Mic boost, rather than Audio gain, as they do now.

Thank you!

Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: [email protected] on July 04, 2013, 07:49:23 PM
Can't wait to get ML working on my new 650D.  Seems there has been a lot of hard graft, blood, sweat and tears to get to this point.
However, I've tried everything including firmware upgrade to 1.04, and    ...nothing.  It doesn't work.
Mind you I'm no techie and the instructions scattered around the place seem somewhat complex and convoluted.

Is there a .zip file I can download, copy to my SD card and load up on the 650D.  Anything more than that is going to confuse me, me thinks !!

Many thanks in advance for any help,
Jon
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: ToniX on July 05, 2013, 08:33:04 PM
I am confused, help. :P

I have installed the ML2.3 several times already and no problem at all.

Then I wished to try something more and I've got (within others) these links:

https://bitbucket.org/OtherOnePercent/tragic-lantern-2.0/downloads  (suggested latest build SixThirty)

I unziped it and I found several files, to be copied on the SD included the autoexec.bin ( weight much lighter than the ML2.3), only  the original ML directory structure in my camera  doesn't match with the structure indicated in the TL instruction.

Anyway, I've got it working in some way but, I dropped it and went back to ML2.3, because the menu structure is completely different (too much for me to start learning a new menu again).

Then I've got another link (after serching/reading alot)  that is this:

https://bitbucket.org/OtherOnePercent/tragic-lantern/downloads/autoexec.bin.EXfat.600D.Latest


That is actually still on my camera and I am testing.(no problem until now) only is, that I noted that the date
of the post ,from where I've got the link is Sept.2012.

Can please someone tell me what I am missing/confusing, and point me to the latest update for the 600D? :)










Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: nanomad on July 06, 2013, 12:33:23 PM
What's wrong with the nightly builds in the first post?

Btw, build system was broken. Fixed it again :)
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: ToniX on July 06, 2013, 09:12:13 PM
I have read the 35 page post about RAW on 600D , among other countless readings, that's a bt hard for me, since I am only speak weblish, not actually english.  :-X

I experienced issues with both installations

With Sixthirty I've got so low quality video  (big square artifact in big blocks, with bad colors) even with every ML option disabled, also I've got the sRAW issue (later I read the solution about it, but I couldn't even remember it right now, moreover I learned there are a lot of trouble with RAW, so I decided to go for an easier step, :P
At this point I found the EXfat.600D.Latest

at the begining I was much more enthusiast,since menu structure looks much more friendly to me, then I tried to shot few video and I encountered the two known issues (camera blocked/error 70(?))that at the moment put me in panic for the risk of camera damage :o >:( ;D, but seems I am lucky, and no consequences.
I then reinstalled the 2.3 version found in the main ML, everything worked as usual, much relaxed.

Now  I've  found and have just installed the 2.3NEXT, build 07-06-2013:menu are familiar :).
Now I am checking the menu, I'm getting error while trying load modules (they are inside Module folder...)
later I will try to take some shot to see what happen.

Any suggestion about module issue welcome (I am shure is written somewhere but, please do not ask me to go throught the 35 page posts  ;D

thanks and
No word to expressmy admiration for the amazing work.   
ML forever.



Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: ToniX on July 06, 2013, 10:57:43 PM
First sorry, pardon, forgive me,apologizes, shame on me etc......( :-[   I misunderstood your question: You referred to the download in the first post in the thread, while I  to the first download I made as mentioned in my first post, or so.)




I got this error:
tcc: error:undefined symbol 'edmac_copy_rectangle_finish ... [E] failed to link modules

I made a search and I've found one post about it, but don't know what they are talking about... :-[

-------------------------------------------------------------------------------------------------------------
I installed (after cleaning-formatting-etc the card- ::) the JUL7 ver. but still have the same error.

That's odd. I strictly follow the procedure so I argue I'am missing something somewhere but,what? 

I remember I was able to load the modules with no errors two days ago, when I've installed the SixThirty version.. ()

??? but Sixthirty build is it stored in the "WITH RAW video section", while the ML2.3NEXT version is in the " NO-RAW video section".   :o....  confusion.

Does having Modules enabled in the ML2.3NEXT turn on the RAW video ?

Does having such errors, affects any ML functionality?

Are such version interchangeable? (peraphs, could I copy the Sixthyrti modules folder  into in ML2.3NEXT..or it is armful for the camera?).

Yes, I see, it appear that I am making a cloud of dust: don't worry,  it is just me, while cleaning and put some order.










Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: futzy on July 07, 2013, 03:19:14 PM
Did anyone compile the 100D / SL1 version yet (should be in nightly builds since mid June as said on twitter)?

I would like to test it next week in the field but have no means of compiling it right now.

So if there is someone with compiled version can you please share it?

Thank you!
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: ToniX on July 08, 2013, 11:09:50 PM
nobody else having the same issue?  :o

BTW: swapping the files doesn't work. ;D

Forgetting to say that I cannot run the RAWversion due HW limitations. (only a sloooow 2006 notebook,
1.5ghz+2g RAM...for now and for a while.)
8)
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: drecart on July 10, 2013, 06:48:05 AM
ToniX I'm having the same error as you when trying to install the most recent Nightly Build(July 10) on a 600D.

tcc: error:undefined symbol 'edmac_copy_rectangle_finish ... [E] failed to link modules
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: ToniX on July 10, 2013, 09:23:37 PM
I hope someone  will fix it.

For what I could argue it is due a bad argument in the script.
In the while, to continue practice with ML, I switched back to the NewSystem version of Tragic Lantern, wich has modules working .

I am experimenting with noRAW videos, trying instead to enhance the  quality of the appareance of native h264, by fine tuning and tweaking, with ML, the shot's parameters.

Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: reddikan on July 10, 2013, 11:29:53 PM
I'm glad I finally found somebody else who is having the same error as I am:

tcc: error:undefined symbol 'edmac_copy_rectangle_finish ... [E] failed to link modules

I've used magic lantern for a while now, but decided today that I would try the latest nightly build.  Am I doing something wrong??
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: vovaja on July 11, 2013, 02:55:02 PM
Hi all. I'd like to have a complete set of files prompts. folder magiclantern-v2.3.NEXT.2013Jul10.60D.550D.600D.50D.500D.5D2.1100D\ML\doc
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: rubixcom on July 19, 2013, 01:56:18 PM
Stupid question; how do I invoke the included scripts from the ML menu?

Many thanks,
Alfred
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: Olev on July 21, 2013, 01:04:00 PM
Thought about updating ML on my 550D last night and the latest builds do not boot up (the hang is so severe that the power button doesn't even power off - only removing the battery, the red light on the camera just lights up and nothing else). Took me some time to find the last working one and after many trials I found out the last working version is 2013Jul15.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: hdx on July 21, 2013, 03:59:51 PM
^ Yeah, all builds newer than 2013Jul15 do not work on 550D. Took me a lot of time today to find working version.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: robschii on July 21, 2013, 08:37:14 PM
last versions since 15th july doesnt work. please fix it
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: eoshq on July 22, 2013, 03:03:48 AM
I'm kinda sad about this.  :'(   The camera that it all started with (550D/T2i) is being forgotten.  :o
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: achangsta on July 22, 2013, 01:09:22 PM
It took me a couple hours to figure this out too. I finally found this thread.

@a1ex and @nanomad: Is the 550D being phased out intentionally or is it because it just can't support all the new features?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: a1ex on July 22, 2013, 02:00:37 PM
You should not expect us providing a polished product that you can just consume. This is a community effort. Grab your C compiler, fix it and submit a patch.

I've left this one unfixed on purpose - it's a great opportunity to get your hands dirty and learn something.

Continue here: http://www.magiclantern.fm/forum/index.php?topic=7140.0
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: Audionut on July 23, 2013, 03:15:10 AM
https://bitbucket.org/hudson/magic-lantern/commits/19d2476565e28d783c83762c56dd996b564559b9

550D should be working again in the next nightly.
Title: Re: Audio monitoring without an external display on 600d 2.3 nightly build
Post by: kconno2000 on July 26, 2013, 12:55:57 PM
Newbe here so aplogies if this already covered or Im braeking a forum rule.
I would like to monitor my sound on 600d runing 2.3 nightly but i havent a monitor pluged in , when i connect the cable the camera screen goes off. Can I enable the sound only and video on the camera display?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: a1ex on August 04, 2013, 01:52:19 PM
Added a small table last night:

http://nanomad.magiclantern.fm/nightly/features.html

It's autogenerated, and it may not be 100% right (especially the modules part).

Who's going to help polishing it?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: Felipe on August 04, 2013, 02:54:52 PM
Canon T4i-650D
Thanks ML, Coming from the T1i ( 2.3 ), I can see great improvements on this new release, despite is a nightly build seems very stable.

3 BUGS : 1- White balance : After setting ML Kelvin balance, If I want to return to a predefined or custom white balance by pressing quick menu , can not be done with the buttons only with touch screen.
2- Menu ML shows exposure meter all the time
3- When reviewing photos touch screen doesn't work when scaling down

Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 22, 2013, 03:02:57 AM
Canon 5D2.

Late night release from 31302bbc6461.zip (Aug 16).

I used Advanced Bracketing. If camera is set to Av (this is the mode I checked) steps greater than 2 EV are ignored.

-2, -2.5, -3, -3.5, -4, -4.5 and -5 result a -2 EV compensation.   :-(
Manual seemed to work OK. Steps less than 2 worked OK in Av mode.

I am new to this forum (although  I was a contributor 1.5 year ago).

I am not sure if this is the correct thread as this is not exactly a "normal" nightly build (it contains the DUAL_ISO and other modules) so apologies in advance.
EDIT: In the meantime I loaded nightly build Aug 21 and I verified that it has the same bug.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: Francis on August 22, 2013, 03:17:34 AM
Advanced bracketing should be used in M only.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 22, 2013, 10:54:19 AM
Quote from: Francis on August 22, 2013, 03:17:34 AM
Advanced bracketing should be used in M only.
Why?

ML 2.3 bracketing works fine in ALL modes! It's a bug.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: nanomad on August 22, 2013, 11:27:14 AM
No, bracketing can't be trusted outside M since canon is constantly making exposure decisions for you
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 22, 2013, 12:09:45 PM
ML 2.3 works FINE on that matter. It is the increase of maximum step from +- 2 EV to +- 5EV  which made it really useful (in addition to the number of frames of course). ML 2.3 bracketing was very trustworthy.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: nanomad on August 22, 2013, 01:40:18 PM
Alright. I don't have a camera supported by 2.3 though. You should try to identify a nightly build that doesn't have this issue.

Suggestion: start from the oldest one and figure out the first broken one
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 22, 2013, 02:59:49 PM
Thanks for your time. I will do a binary search (OK download) and I think I will reduce the number of download/tests to 9 or 10.

I will do it this weekend. Thanks again.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 23, 2013, 01:56:41 AM
hello,

situation is as follows: the different behavior (EV step higher than 2 being set to 2) appears with the first nightly build version immediately after ML2.3

A parenthesis:

Actually this and some later nightly builds had another issue regarding Advanced Bracketing:
They ignored a possible exposure compensation set by a camera.
For example if camera was set to -1 an additional compensation say -2 set it to -2 and not to -3.

But this is solved in later nightly builds (including the latest).

End of parenthesis:

So can we get a maximum of 5 stops  for Av mode in some next nightly build?

Thanks in advance.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: nanomad on August 23, 2013, 02:05:51 AM
Lol just was I was hoping it wouldn't happen. I'll try to build a couple of older binaries for you to test
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 23, 2013, 02:08:55 AM
 Wow! That is a response! In which time zone are you? Or are you working on this 24 x 7 ... just joking  ;D

Here is 3:08AM !
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: nanomad on August 23, 2013, 02:21:16 AM
Around 2AM here.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: nanomad on August 24, 2013, 10:37:14 AM
FYI nightly builds are suspended for an upcoming upgrade to the server
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: nathan.nazeck on August 25, 2013, 06:34:41 PM
Is there a way to turn off the audio meter displays in the new nightly builds or has that been removed?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: chilimac02 on August 26, 2013, 03:29:42 AM
I saw that the sl1 is supported by nightlys. Where would I find the .fir for the SL1/100d?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 29, 2013, 01:38:01 PM
@nanomad: Any chance of changing the +-2 EV to +- 5 EV setting in Av Mode in Advanced Bracketing in releases following Aug 29.Next or later ? 
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: a1ex on August 29, 2013, 01:42:45 PM
That's a Canon limitation, nothing to do with ML.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 29, 2013, 01:44:12 PM
Quote from: a1ex on August 29, 2013, 01:42:45 PM
That's a Canon limitation, nothing to do with ML.
At ML2.3 stable (5D2) it works fine. It was the feature I wanted (and used) most! (2nd being more than 3 shots bracketing)
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: a1ex on August 29, 2013, 01:49:40 PM
Proof please.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 29, 2013, 01:56:35 PM
Do you have a 5D2? You can test it!  Load ML2.3 Mode Dial set to Av, Activate HDR bracketing and set 2 shots at 5EV step.

I understand you are full with tasks.  I can load ML2.3 to my 5D2 to night (when I go home) and do the same.

I will take 2 pictures and I can send them to you to check EXIF info.

Would that be enough?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: a1ex on August 29, 2013, 02:13:02 PM
Yep, tried, it was a bug (safeguards were not working, now they work).
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 29, 2013, 02:15:36 PM
So is it OK? Can it be changed to +- 5EV ?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: a1ex on August 29, 2013, 02:18:30 PM
I wouldn't, just flip to M mode.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 29, 2013, 02:22:53 PM
Why ? It worked perfectly. I will miss it. In fact I had used it one day and the next I had loaded the latest ML and I realized afterwards that my supposedly -5 shots were taken at -2!  (At -2 moon was burned beyond recovery in contrast to -5 previous day where an additional -2 at Camera raw restored it fully).

Do you fear a possible  problem and you stop it at Av?
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: a1ex on August 29, 2013, 02:31:11 PM
Because I don't want to break Canon limits without good reason.
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 29, 2013, 02:54:43 PM
At least can the 5EV limit for manual mode be raised to say 7 or 9?

But this is more like a new feature request rather than a fix request and I understand if it will be denied for other more important things which we all know what these are  :)  :)  :)
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: tron on August 29, 2013, 02:56:01 PM
The reason is for a second frame to be taken immediately at this large EV difference
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: grogan197 on August 31, 2013, 12:55:47 AM
Just switched to nightly from 2.3 but can't spot the bulb ramping options. Have they been moved / removed? Cheers
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on August 31, 2013, 07:18:20 PM
Yes, use ETTR + Post deflicker scripts.


BTW, the new nightly builds site is up & running: http://builds.magiclantern.fm
Make sure you download the correct version for your camera.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on August 31, 2013, 07:40:30 PM
This is EPIC!

Thanks to all!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: chilimac02 on August 31, 2013, 10:38:57 PM
Still no sl1/100d even though it was posted on Facebook
Title: Re: Nightly Builds - try the very latest stuff here
Post by: swinxx on August 31, 2013, 10:49:49 PM
awesome! thx
Title: Re: Nightly Builds - try the very latest stuff here
Post by: parrotboy on August 31, 2013, 11:49:58 PM
Just want to make sure, im using a 600d running one of the newest ML nightlies, if I order the Sescom 550D HOCF cable it'll allow me to monitor audio, correct? Just making sure this feature works on the 600D
Title: Re: Nightly Builds - try the very latest stuff here -NOT FOR RAW
Post by: nanomad on September 02, 2013, 05:50:45 PM
Quote from: tron on August 29, 2013, 02:54:43 PM
At least can the 5EV limit for manual mode be raised to say 7 or 9?

But this is more like a new feature request rather than a fix request and I understand if it will be denied for other more important things which we all know what these are  :)  :)  :)

Yes, this feature is waiting to be merged. It will be available starting from towrrow's nightly builds
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jason Montalvo on September 02, 2013, 08:38:23 PM
anyone else having issues with the 5DMK3 build? Every time I try to load the modules it says that their already loaded and doesn't allow them to load.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on September 02, 2013, 09:10:53 PM
Well maybe they are loaded? Latest builds have autoload on boot enabled by default
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenatoPhoto on September 02, 2013, 10:05:38 PM
Quote from: Jason Montalvo on September 02, 2013, 08:38:23 PM
anyone else having issues with the 5DMK3 build? Every time I try to load the modules it says that their already loaded and doesn't allow them to load.

1st Note that the menu has changed, now the modules are by default not enabled. 
2nd Enable the modules that you want to use
3rd Turn camera off and on.

The modules will be loaded

The Load modules now does not work correctly, will have to be fixed.  The default setting is Autoload modules on startup so use it for now!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 02, 2013, 10:10:31 PM
Quote from: RenatoPhoto on September 02, 2013, 10:05:38 PM
The Load modules now does not work correctly, will have to be fixed.

Which part does not work?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on September 02, 2013, 10:30:09 PM
Im getting Old API on File Manager and Picture Viewer.... everything else works fine for me with Autoload after changing them all to On.

This is with this AMs nightly.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenatoPhoto on September 02, 2013, 10:45:49 PM
Quote from: a1ex on September 02, 2013, 10:10:31 PM
Which part does not work?

On the first boot enable the modules that you want loaded..
Press Load modules now..
Get message on bottom left screen:

Init moudules..
modules loaded
Modules already loaded.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on September 03, 2013, 02:59:30 AM
ML2.3 Unified updated with ML night build unified 3 Sep on 5D2:

arcanoid, file_man, pic_view: oldAPI

Since Dual ISO wasn't available I tried:

ML2.3 Unified updated with af839274b1fa.zip (DUAL ISO for 5D2) to get dual_iso and then updated  with ML night build for 5D2 (3 Sep).

Same result:  arcanoid, file_man, pic_view: oldAPI
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 03, 2013, 07:43:55 AM
They have to be recompiled.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tob on September 03, 2013, 10:55:46 AM
Two builds failed:

EOSM.116
This Build Failed!

1100D.105
This Build Failed!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on September 03, 2013, 01:19:06 PM
Can the dual_iso module be included in the night builds?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jason Montalvo on September 04, 2013, 01:55:16 AM
Quote from: RenatoPhoto on September 02, 2013, 10:05:38 PM
1st Note that the menu has changed, now the modules are by default not enabled. 
2nd Enable the modules that you want to use
3rd Turn camera off and on.

The modules will be loaded

The Load modules now does not work correctly, will have to be fixed.  The default setting is Autoload modules on startup so use it for now!

My Gratitude to you ! Thanks Renato
Title: Re: Nightly Builds - try the very latest stuff here
Post by: vstrglv on September 04, 2013, 08:55:43 AM
Quote from: tron on September 03, 2013, 01:19:06 PM
Can the dual_iso module be included in the night builds?
I am interested too.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: blindcat on September 04, 2013, 10:48:29 AM
I would like to access the nightly build from June 11 2013. Any way to get it anymore?
If not, I dislike the new page :-(   Else ... I like it :-)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 04, 2013, 10:49:53 AM
What's so special about it? My calendar shows September...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: blindcat on September 04, 2013, 11:48:00 AM
Sorry for circumstances. I just want the latest build with picoC. Or have I missed something there?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 04, 2013, 11:56:34 AM
Should be here: http://nanomad.magiclantern.fm/nightly/archive/
Title: Re: Nightly Builds - try the very latest stuff here
Post by: blindcat on September 05, 2013, 07:31:25 AM
Thanks!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Franzkekko on September 06, 2013, 01:37:25 AM
guys what's the new way for shooting sunrise/sunset  timelapse without bulb ramping?
With ETTR + XMP Deflicker Sidecar + SilentPicture DNG ... how do I "have to" set the camera?
Do ETTR change shoot values or only arrange exposure into XMP file?

1) Sunrise: it's better to set exposure lower or higher than 0?

2) Sunset: same question   :D

Thanks in advance!  ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: vstrglv on September 06, 2013, 07:50:48 AM
Alex, why there is no dual iso module in new nightly builds?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 06, 2013, 07:52:56 AM
Nanomad should add it, I don't know how.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on September 06, 2013, 09:55:47 AM
How about we ship builds *without* modules then add a page to let you download the modules you want?
Plus a nice bookmark you can save to get the most up-to-date version of your selection
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 06, 2013, 10:04:04 AM
You usually want to update both modules and core. So, what about a list where you can choose what modules to bundle in the zip?

(so you would select camera and modules, and the selection can be remembered for future visits)

You can also display some info from modules README (e.g. the summary and a link to the full description page), so people know what they should choose.

The full description pages are already rendered nicely on Bitbucket, e.g. https://bitbucket.org/hudson/magic-lantern/src/tip/modules/dual_iso/README.rst (so you could just point to them)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on September 06, 2013, 11:27:14 AM
Isn't the all modules updated case the most usual for someone to want? Why a complex way?  Since the modules are disabled in the first place someone will enable the ones he/she wants every time without a need for additional download! That way the full ML will always be available... Unless you want a way to update some modules and some not for the extreme case where a module is broken somehow. But judging from your performance it will be broken only for a day or two before it is fixed and someone can always revert to a previous nightly build. :)

P.S Can you please include dual_iso in the nightly builds.
PS2. Can you please put a version number to your utilities (cr2hdr, ...) ?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on September 06, 2013, 01:08:06 PM
Not all modules will work on all cameras. E.g. 1100D user won't download raw_rec.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 06, 2013, 01:20:06 PM
Right, but this can be automated (see checkdep.py).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on September 06, 2013, 04:37:14 PM
Sure, I simply wanted to separate ML build from module build so that one doesn't make the other fail.
I'll see if I can come up with a solution in jenkins that doesn't take too long to build
Title: Re: Nightly Builds - try the very latest stuff here
Post by: sutobe on September 06, 2013, 07:43:37 PM
I'm a bit confused about the new Nightly build download site.

When I download the pack for 550D the Autoexec isn't big enough to be working (I think), so I tried the Unified and this one works.

What's the (in my case) 550D pack for? When I replaced the Data, Modules and Script folders with an earlier Nightly, the camera didn't work at all (haven't tried a Nightly from last 3 days due to no time)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on September 06, 2013, 08:03:47 PM
Quote from: sutobe on September 06, 2013, 07:43:37 PM
When I download the pack for 550D the Autoexec isn't big enough to be working (I think),

You should always try first before attempting bug reports.

The 550D build is smaller because it only contains code specific to that build.  Or, the unified build is larger because it contains code for all bodies.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on September 06, 2013, 08:16:34 PM
@nanomad

When you get a chance, can you fix the changelog (http://nanomad.magiclantern.fm/nightly/ChangeLog.txt) please.  It's not updating.
Also the features list (http://nanomad.magiclantern.fm/nightly/features.html) to please.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: sutobe on September 06, 2013, 09:08:09 PM
Quote from: Audionut on September 06, 2013, 08:03:47 PM
You should always try first before attempting bug reports.


I wasn't reporting a bug. I am aware how to report one (I did several times + the bugs being succesfully fixed)....I also opened two tickets in the bug tracker with two bugs (both existing now for months), I don't know if they're hard to fix, but all the reporting I did, didn't work out this times.


Thanks for the reply
Title: Re: Nightly Builds - try the very latest stuff here
Post by: starbase64 on September 07, 2013, 04:30:54 AM
Hi,

1100D no longer supported? all builds after 22.08.2013 fail.

cheers

starbase64
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 07, 2013, 08:47:15 AM
Quote from: nanomad on September 06, 2013, 04:37:14 PM
Sure, I simply wanted to separate ML build from module build so that one doesn't make the other fail.
I'll see if I can come up with a solution in jenkins that doesn't take too long to build

Right now you are building modules every time for each camera, right?

If so, I can add a switch in checkdep.py that does not return error if dependency check fails, but it deletes the *.mo file instead. Therefore, "make zip" will not include that module.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: @go on September 09, 2013, 03:03:04 PM
Quote from: starbase64 on September 07, 2013, 04:30:54 AM
Hi,

1100D no longer supported? all builds after 22.08.2013 fail.

cheers

starbase64

Same question here!!
And I still got memory errors with the 1st August version, that should be fine instead according to the last messages in the old forum.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on September 10, 2013, 09:16:34 AM
The 1100D is undergoing work to support raw if possible. The builds will resume shortly
Title: Re: Nightly Builds - try the very latest stuff here
Post by: vstrglv on September 10, 2013, 11:42:29 AM
Dear Nonomad, upload dual_iso.mo for 5D3 for latest ML please.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on September 10, 2013, 01:51:14 PM
There is a working nightly build page that includes 5D III... why would the DEVs need to upload one for you?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: vstrglv on September 10, 2013, 02:29:05 PM
There is no dual_iso.mo in the builds after Aug21.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on September 11, 2013, 01:00:14 PM
There is no dual_iso module in general in the nightly builds. Please do include it.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 11, 2013, 01:03:30 PM
only nanomad can do this
Title: Re: Nightly Builds - try the very latest stuff here
Post by: zuzukasuma on September 11, 2013, 01:09:21 PM
Quote from: nanomad on September 10, 2013, 09:16:34 AM
The 1100D is undergoing work to support raw if possible. The builds will resume shortly

magic lantern complier / VM gone too, where can I download it?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on September 11, 2013, 01:11:38 PM
Including DUAL_ISO is the best way to have the still shooters check the builds and not stick to a specific date only...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on September 12, 2013, 03:03:47 PM
@nanomad: Is there a reason for not including dual_iso specifically in the nightly builds?  :(
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on September 12, 2013, 05:08:44 PM
Not really. As a matter of fact it will be included in the next builds
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on September 13, 2013, 01:25:12 AM
THANKS  :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on September 13, 2013, 07:34:42 AM
There's something new in the latest builds.

I wonder what it is?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Kim on September 13, 2013, 09:57:02 AM
I see in http://builds.magiclantern.fm/#/ that 5D3, 6D are now present. May be one should change the introductory message? Only the 7D remains out. I hope to see it join soon.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Rewind on September 13, 2013, 10:09:36 AM
Seems like false color doesn't work in video mode (550D, 650D) in latest nightly.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 13, 2013, 10:55:55 AM
All overlays are actually broken. Revert 9df7df6 and it should be fine.

For anyone who merges pull requests: please try the code before merging. I know it takes a few minutes, but it should avoid embarrassing situations like this.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on September 13, 2013, 11:37:18 AM
Sorry about that, but we shouldn't approve untested changes either IMHO.
Anyway, I've kindly asked the built bot to rebuild everything. All builds should be good to go in a couple of hours
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Crey23 on September 17, 2013, 04:56:49 AM
Quick Noob question....I have a 650D/  I wnt to install the latest NB, but do I need to install the stable 2.3, and then the NB?  I have not found instructions for the install process with nightlys.

Thanks!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on September 17, 2013, 07:41:46 AM
You can go straight to the nightly builds. Check the 650D thread for installation instructions
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Joseriul on September 18, 2013, 05:58:40 AM
Today's builds failed? All of them?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on September 18, 2013, 08:31:07 AM
I'm on it
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 18, 2013, 02:18:26 PM
Latest build 18th Sept, on 600D, when using Aettr set to press set, deflicker activated and intervalometer, camera crashes after 5 shots sometimes less... camera hangs, need to remove battery and boots backup saying "camera was not shut down properly, skipping modules". Back to 15th Sept and not happening there.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 18, 2013, 02:23:54 PM
Incomplete descripton => can't help. No 600D to try.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kichetof on September 18, 2013, 02:26:16 PM
Quote from: Doyle4 on September 18, 2013, 02:18:26 PM
Latest build 18th Sept, on 600D, when using Aettr set to press set, deflicker activated and intervalometer, camera crashes after 5 shots sometimes less... camera hangs, need to remove battery and boots backup saying "camera was not shut down properly, skipping modules". Back to 15th Sept and not happening there.

Same problem with Tragic Lantern 2.0 (Tragic_Lantern_50D109-Andy600.Build.2013Sep08) on Canon 50D (AETTR set to always on), crash after 5-10 shots. Maybe it's useful!
Crashes only when post deflicker activate!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 18, 2013, 04:14:07 PM
Yeah noticed same kichetof, when deflicker is active camera crashes.

Going to put back on latest build and see if i can reproduce and film it.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 18, 2013, 04:42:54 PM
Reproduces all the time. Deflicker disabled it doesn't happen. Image after video to show what it says when camera boots backup, tested again with 15th Sept build before battery died and didn't reproduce.


(http://i41.tinypic.com/52id6r.jpg)

This is fixed on 17th build. on latest build 19th (20th saying failed so not tested) still remains,
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jorluk on September 18, 2013, 11:20:49 PM
Hi All,
happy to be here :)
I've installed 2.3 NEXT 2013Sept18. 5D3113  (Built on 2013-09-17) on my 5DmkIII. (previously I downgraded 5D mkIII from 1.2.1 to 1.1.3)
When recording raw, audio metering goes ok, they move with sound, but there are missing .wav files on CF card :(((   only .raw
FPS override is off.
any ideas please???
Thank you so much

Jors
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenatoPhoto on September 19, 2013, 01:35:06 PM
It is disabled, used other device for recording.
Search before you post!!!!!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 20, 2013, 05:02:07 AM
Screen shot crashes Canon 600D, have to remove battery. Thought id let you guys know.

Tested on 5Dmkii, does not crash camera.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 20, 2013, 07:57:18 AM
Can you post the memory screenshots here? www.magiclantern.fm/forum/index.php?topic=8358

(take a picture of the screen if it still fails)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 20, 2013, 01:19:13 PM
The feature comparison table is working again: http://nanomad.magiclantern.fm/jenkins/features.html
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jason Montalvo on September 20, 2013, 02:30:27 PM
Sorry if i'm posting in the wrong place, but bravo on the new font choice on the 5D3 !! It's so clean
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on September 20, 2013, 03:00:06 PM
When pressing Disp on the 600D, control overlays for ISO & Kelvin not showing up.  Controls work, just no display.  Don't know if this is intentional, but preferred the overlays.

600D
magiclantern-v2.3.NEXT.2013Sep20.600D102 build
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on September 20, 2013, 04:23:05 PM
Quote from: dslrrookie on September 20, 2013, 03:00:06 PM
When pressing Disp on the 600D, control overlays for ISO & Kelvin not showing up.  Controls work, just no display.  Don't know if this is intentional, but preferred the overlays.

600D
magiclantern-v2.3.NEXT.2013Sep20.600D102 build

Control overlays will appear after pressing set to white balance, and the controls work. But when pressing Disp again to turn controls off, partial overlays still remain on screen. 

(http://linkgen.net/isocontrol.jpg)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 20, 2013, 04:38:28 PM
itll get solved im sure, i dont get overlays when pressing Display button.. this is nightly remember :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on September 20, 2013, 04:42:52 PM
Quote from: Doyle4 on September 20, 2013, 04:38:28 PM
itll get solved im sure, i dont get overlays when pressing Display button.. this is nightly remember :)

Yep, I know... just pointing it out.

If you hit disp then hit set to white balance, the next time you hit disp the overlays work.  Somethings wonky, but I'm sure they'll take care of it.

I was able to record 850 frames of raw with no pink frames ... a first for the nightly's.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 20, 2013, 04:44:40 PM
dont show for me after pressing set.

nice frame count, not tested raw on my 600D, i use my mkii for, sd far to slow for raw unfortunately.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Rewind on September 20, 2013, 04:51:04 PM
Seems like something wrong with ETTR hint (650D, RGB log histogram, Use raw histogram ON, Clip warning On, all defaults basically).
Image is fairly overexposed, but ETTR hint shows a positive value.
(http://ipic.su/img/img7/fs/kiss_58kb.1379688365.jpg)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on September 20, 2013, 04:54:43 PM
Quote from: Doyle4 on September 20, 2013, 04:44:40 PM
dont show for me after pressing set.

nice frame count, not tested raw on my 600D, i use my mkii for, sd far to slow for raw unfortunately.

Up until now, I've used TL for raw.  But I keep testing the nightly's hoping for an improvement.  I can get 100 frames @ 720 resolution, which, with no pink frames, is usable.  For now I just use it for personal use, but I'd like to incorporate it in with my commercial stuff.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 20, 2013, 04:58:32 PM
Quote from: Rewind on September 20, 2013, 04:51:04 PM
Image is fairly overexposed, but ETTR hint shows a positive value.

Without seeing the image and the ETTR settings, it's impossible to tell.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Rewind on September 20, 2013, 05:01:42 PM
Quote from: a1ex on September 20, 2013, 04:58:32 PM
Without seeing the image and the ETTR settings, it's impossible to tell.
ETTR module doesn't loaded in this example.
Unfortunately, screengrab feature doesn't show the picture itself in bmp.

Upd. Sorry, A1ex, my bad. Found a mistake. Post may be deleted.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 20, 2013, 05:06:29 PM
It does, but only if you read the user guide ;)

http://wiki.magiclantern.fm/userguide#screenshot_10_s

Can't reproduce here, it says OVER.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Rewind on September 20, 2013, 05:11:25 PM
Quote from: a1ex on September 20, 2013, 05:06:29 PM
It does, but only if you read the user guide ;)

http://wiki.magiclantern.fm/userguide#screenshot_10_s

Can't reproduce here, it says OVER.
Oh, by the way, someone asked this already, but 422-jpg-v2.exe doesn't work with these screengrab 422 files. Are there any other plugins or transcoders for 422?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 20, 2013, 05:15:10 PM
Can you upload one? Last time I've checked it was working...

They are all linked in the same user guide that nobody reads.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Rewind on September 20, 2013, 05:24:54 PM
Quote from: a1ex on September 20, 2013, 05:15:10 PM
Can you upload one? Last time I've checked it was working...

They are all linked in the same user guide that nobody reads.

Well, I have to admit, that reading the manual is a hell of an advice. I'm going to do that right now.
YUV422 Convertor works fine. Sorry for meaningless posts.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 20, 2013, 05:25:54 PM
Well worth a read... you will still post a question thats covered in the manual... i do haha not that i do it on purpose, i dont mean too just theres ALOT of info in the manual, its now my bed time story ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 20, 2013, 05:50:12 PM
BTW, I'm thinking to bundle it with ML as text only, not as pre-rendered bitmaps. With the new fonts it should look a lot better, and should take much less space on the card.

This is so you will have no excuse if you don't read it :D
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 20, 2013, 05:56:04 PM
When the new stable is released, i can tweak the manual guide if you liked?, where images are i could also embed video into the pdf? not a problem if not needed.

Could be a choicely download? normal manual is with release as usual.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 20, 2013, 06:00:45 PM
You can start right now, nobody touched it since last year. At some point it was bundled with the nightly builds too, but now it seems removed again.

The preferred version for editing is this: https://bitbucket.org/hudson/magic-lantern/src/tip/doc/

but wiki is fine too, since the changes are not hard to follow and merge.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 20, 2013, 06:07:55 PM
Ok cool, ill do this as a side project for my self.

ill basically copy and paste whats there so far from current manual and add whats new so far.. ill add a section for whats new (nightly) ie RAW dual iso etc etc but keep it a separate from stable, when ML is complete ill merge into stable. Sorry if that reads confusing.

do i have permission to use images from ML site? eg: say you posted a screen grab of a new function.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 20, 2013, 06:14:20 PM
If in doubt, ask the guy who posted it, but I guess it's usually OK.

When I wrote the release notes for ML 2.3 back then, I asked the authors of each photo/video on flickr/vimeo and got permission to use them.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 20, 2013, 06:24:46 PM
Ok cool i'll do it that way round also, i wont add till had a reply of confirmation.

Ill also add the information from the modules folder from Magic Lantern / modules / for dual iso ill take from the dual iso.pdf.

Do you know who is the creator of the new webpage is please? would like to message him as ill use Indesign to make the pdf look similar to ML's web graphics.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on September 20, 2013, 07:03:25 PM
Doyle4, can you fork (http://www.magiclantern.fm/forum/index.php?topic=7940.0) the repository please.

This way I can help, and see what you have already done so we're both not doing the same thing and wasting time.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 20, 2013, 07:45:01 PM
Ok sure,

ill be starting this tomorrow.

Tomorrow ill be more than likely making the original guide more upto date n update the look ie new camera models that now support ML and nightly builds, and make the layout look more like the webpage design.
Once that is done ill be making a Nightly/new features section which covers all the new features so far, RAW video, dual iso aettr etc.

People could have a choice of two guides for now if thats ok with the devs, a stable guide for people who downloaded stable ML and another guide that covers stable and up date features so far using a nightly, or keep it as just the one guide still which includes nightly features later in the guide that way people can have a guide to the stable release and a guide to understanding what will be coming in next stable release. and from there keep updating as progress moves on.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: fcpk on September 21, 2013, 03:59:45 AM
Having trouble with HDR Bracketing here. I Remember just having to turn it on and pressing shutter, but for some reason it only takes a single picture now. Even if I select a specific number of frames to take.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on September 21, 2013, 03:11:08 PM
Quote from: fcpk on September 21, 2013, 03:59:45 AM
Having trouble with HDR Bracketing here. I Remember just having to turn it on and pressing shutter, but for some reason it only takes a single picture now. Even if I select a specific number of frames to take.
Advanced Bracketing seems OK at my 5D2 with Sept21st Nightly Build...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: fcpk on September 21, 2013, 06:54:38 PM
has anyone tried on a 5D3?

Is there any options that stop auto bracketing from working?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 21, 2013, 08:03:00 PM
@Audionut

Started to do the guide, signed up and made a Fork but im such a noob i dont have a clue what iv done on the fork making process.

I have the guide saved as a indesign CS6 file, im happy to send it across to you.

Sorry about this, never created a fork before and lil confused on it.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 22, 2013, 04:08:12 PM
Autoexposure not working on 600D latest 22nd sept, Let you guys know.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 22, 2013, 09:27:33 PM
Sorry for this question.

Just curious to why some built in ML options are been turned into module's like dottune and silent shutter? and added to nightly.

Cheers.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on September 22, 2013, 09:39:46 PM
They're making modules portable across all camera bodies and keeping camera specific features independent.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 22, 2013, 09:45:07 PM
Ahh ok, like i say was curious, makes sense for the dot tune as not all cameras have that mode...so its a lil bit space removed i guess too and the user has the ability to customise ml to there needs, nice.

Can see MLV is coming along nice too, exciting times right now.

Keep up the work guys.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 25, 2013, 01:31:36 AM
Autoexpsoure not working on 600D and pink frames using silent.mo with simple, when on intervalometer no pink frames - 24th Sept Build.

Sorry for posting if it hasn't had time to be looked from last couple of builds as this has been mentioned already in another post.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: mageye on September 25, 2013, 01:36:17 AM
Is there a version of ettr.mo that works with the latest magiclantern-v2.3.NEXT.2013Sep25.500D111?

I got used to using ETTR and now its gone. Which makes me sad :(
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 25, 2013, 07:57:25 AM
The raw backend was not fully ported in photo mode on 500D, so you know what you have to do ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: mageye on September 25, 2013, 01:42:09 PM
Quote from: a1ex on September 25, 2013, 07:57:25 AM
The raw backend was not fully ported in photo mode on 500D, so you know what you have to do ;)

Well actually I don't know what I have to do? Are you suggesting that I have to 'port the raw backend' myself? because I have no idea how I would do that.

But you did answer my question.  There is no version of ettr.mo that works with the latest magiclantern-v2.3.NEXT.2013Sep25.500D111

Thanks for your assistance ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 25, 2013, 01:42:57 PM
Maybe not you personally, but anyone else with basic code skills can do this.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: mageye on September 25, 2013, 02:00:19 PM
Well I will hope someone out there could be good enough to help to make this possible some time. I have the function available on the 5DMKII (which I am using primarily for the RAW recording) but I am concentrating on using the 500D for timelapse and the ETTR is a great tool for that.

I am sure this problem will be solved some day. Timelapse is a virtue :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 25, 2013, 04:55:09 PM
Autoexposure = No go

Silent.mo = pink frames with quick presses, also noticed in this build when pressing the shutter half way the camera adjusts its settings to focus which outputs the image with these settings (ettr was disabled so im guessing that could be the cause?)
no pink frames again using intervalometer - 25th Sept Nightly - 600D

really like the interface look though.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 26, 2013, 05:06:06 AM
Silent.mo seems much better, no pink frames with random pressing, 1 pink frame out 15 during intervalometer, will test more tomorrow.
600D 26th Sept - Changeset: ce9fb256205c0b850ca7209b26973f0788e49447

AE.mo still a no go.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: audunbrekke on September 27, 2013, 11:25:56 PM
Hi. I have tryed the last ML nightly build on a 6D. I would like to use the ETTR with day to night timelapse, but I cant get it to work properly. I have followed the guide at http://www.magiclantern.fm/forum/index.php?topic=5705.0 If I shoot on and one shot manually it sems to adjust the EV but it ower adjust. It suddenly jumps to 25 or 32 seconds exposure. When using the intervallometer it wont change the exposure at all, and only stays at the same vaules as the first picture. is it some setting I am missing ? Or is the feature not supported by the 6D ?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 28, 2013, 01:25:53 AM
Wrong section dudeo.

http://www.magiclantern.fm/forum/index.php?topic=5705.0
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 30, 2013, 12:39:32 PM
The latest nightly (30th) sept on the 600d stops the camera from booting up, LED just blinks, thought i had done something wrong but double checked, booted camera with 28th nightly build, success, seems to be this build and 29th Sept.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on September 30, 2013, 07:22:53 PM
Quote from: Doyle4 on September 30, 2013, 12:39:32 PM
The latest nightly (30th) sept on the 600d stops the camera from booting up, LED just blinks, thought i had done something wrong but double checked, booted camera with 28th nightly build, success, seems to be this build and 29th Sept.

Thanks for the heads up,  I was just about to put this build on my cards.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 30, 2013, 07:36:45 PM
No problem dude,

If you want to try it your self and see if it re occurs? but that choice is it up too you dude.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on September 30, 2013, 08:00:57 PM
Quote from: Doyle4 on September 30, 2013, 07:36:45 PM
No problem dude,

If you want to try it your self and see if it re occurs? but that choice is it up too you dude.

Naw, I believe you.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 30, 2013, 11:13:59 PM
lol
Title: Re: Nightly Builds - try the very latest stuff here
Post by: MichalLeder on October 01, 2013, 10:35:00 AM
Hi, I have 600D 1.02 + ML2.3 for a long time operating fine.
I wanted to give a try to last nightly build of today 2013-10-01 03:00:09 +0200.
Downloaded, etracted, copied to SD, but the camera does not boot. SD LED blinks in cycles 3x long + 3x short blinks (right after I close the SD door, even before power on).
autoexec.bin in nightly is 444KB, opposed to v.2.3 stable 1637KB. Is this correct? How to make nightly build running?
Thanks in advance!

Michal Leder
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 01, 2013, 12:09:43 PM
Been like it for couple of days now... couple of bits still not working for 600D..Todays build has no change log so im guessing its identical as 30th.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenatoPhoto on October 01, 2013, 12:56:17 PM
Quote from: MichalLeder on October 01, 2013, 10:35:00 AM
autoexec.bin in nightly is 444KB, opposed to v.2.3 stable 1637KB. Is this correct? How to make nightly build running?
Delete all of the files from the card, replace with new files.  Keep your old files somewhere.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Marsu42 on October 01, 2013, 01:09:57 PM
Quote from: audunbrekke on September 27, 2013, 11:25:56 PM
Hi. I have tryed the last ML nightly build on a 6D.

For 6D, currently use 1%'s Tragic Lantern fork until it's ported to the main ml trunk. Also be aware of the fact that currently a lot of features don't work on 6D , and isn't stable and is very likely to crash on you from time to time.

Quote from: MichalLeder on October 01, 2013, 10:35:00 AM
autoexec.bin in nightly is 444KB, opposed to v.2.3 stable 1637KB. Is this correct?

Yes, this is correct, with newer m builds a lot of features were moved to modules and aren't in the main autoexec.bin anymore. Be sure to enable the modules you want after installing.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 01, 2013, 02:49:30 PM
Tried the delete all files method, ML is asking for FONTS.DAT, where can i find this?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on October 01, 2013, 02:58:35 PM
600D still not booting with latest build?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 01, 2013, 03:08:43 PM
Afraid not, Tried the new method, delete everything, replace all files (i do this anyway) ML ask's for FONTS.DAT, cant find it anywhere.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: mageye on October 01, 2013, 03:27:42 PM
That one is pretty easy to find. Look in one of the Stable releases they will contain all the files.

The file you want will sit in the ML/data/FONTS.DAT on one of those releases.

http://www.magiclantern.fm/download (http://www.magiclantern.fm/download)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 01, 2013, 03:30:20 PM
Thanks man!

Will try again now :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 01, 2013, 03:33:24 PM
Nope, 29th set - 1st Oct builds not booting on 600D
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 01, 2013, 03:35:47 PM
Hit F5 and download again (f3d169c). Let me know if this fixes it.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 01, 2013, 03:41:05 PM
Wow that was fast..

Boots now thanks A1ex!,

Im guessing global draw has changed? only shows GB amount, even with display on all modes on.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on October 01, 2013, 03:44:46 PM
Quote from: Doyle4 on October 01, 2013, 03:41:05 PM
Wow that was fast..

Boots now thanks A1ex!,

Im guessing global draw has changed? only shows GB amount, even with display on all modes on.

Seems like A1ex always has to come to the rescue! .... LOL  Good Job Alex!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 01, 2013, 03:45:51 PM
now working dslrrookie :)

Autoexposure still dosnt, going to try silent pic in a sec.

@dslrrookie do u know how to stop the lcd from turning off when metering? everytime i press the shutter button halfway down it turns off, never use too :/ SOLVED..
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on October 01, 2013, 03:49:48 PM
Quote from: Doyle4 on October 01, 2013, 03:45:51 PM
now working dslrrookie :)

Autoexposure still dosnt, going to try silent pic in a sec.

@dslrrookie do u know how to stop the lcd from turning off when metering? everytime i press the shutter button halfway down it turns off, never use too :/ SOLVED..

Not sure,  I went back to an older build temporarily while they get the nightly's right.  Haven't had much time for testing, too much work here!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 01, 2013, 03:53:59 PM
All seems fine now, got a memory warning when usin ettr, rebooted n tried again, never reoccured.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 01, 2013, 04:04:09 PM
Quote from: Doyle4 on October 01, 2013, 03:45:51 PM
Autoexposure still dosnt, going to try silent pic in a sec.

Honestly I don't know how to use it (tried for 15 minutes on 5D3 and gave up), so please post in the relevant thread (http://www.magiclantern.fm/forum/index.php?topic=7208) (with proper info about what exactly doesn't work).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 01, 2013, 05:23:58 PM
No problem will post on the link you have posted cheers.

Only way i know its not working is because shutter/aperture/iso isnt constantly changing, i dont really use it but like to make sure things are working for 600D users :) not many of us i dont think.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 01, 2013, 05:28:12 PM
Silent Pic again seems alot better, got pink frames but i think that was down to me focusing whilst it was capturing (forgot to put lens onto M/Focus) as intervalometer silent pic, none  :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: MichalLeder on October 01, 2013, 08:43:36 PM
Quote from: Marsu42 on October 01, 2013, 01:09:57 PM
For 6D, currently use 1%'s Tragic Lantern fork until it's ported to the main ml trunk. Also be aware of the fact that currently a lot of features don't work on 6D , and isn't stable and is very likely to crash on you from time to time.

Yes, this is correct, with newer m builds a lot of features were moved to modules and aren't in the main autoexec.bin anymore. Be sure to enable the modules you want after installing.

So, finally I have managed to run nightly build on 600D. Just have replaced files, no other action.
2013Oct01.600D102 and 2013Sep30.600D102 - camera did not boot, 2013Sep28.600D102 - success!

Thanks!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 02, 2013, 11:55:32 AM
Latest nightly now boots too, A1lex fixed it yesterday  ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 02, 2013, 12:45:55 PM
600D with small hacks enabled, press record and error message pops up "Hack error at 0: expected e3a00032, got 0".
Title: Re: Nightly Builds - try the very latest stuff here
Post by: delorossa on October 03, 2013, 03:53:41 PM
i installed ML now the Version 3 August 2013 ,now i will install the NIGHTLY in the First Page stay NOTHING how i installed the Nightly.

Or i must only Copy the Files in the Nightly to the SD CARD???

And how can i use now my 128 GB CARD i installed ML to  my 16GB.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 04, 2013, 11:12:44 AM
Quote from: a1ex on October 11, 2012, 01:55:31 PM
Update by RenatoPhoto (Oct 1, 2013):
* Delete ALL old files from card i.e. autoexec.bin and the entire ML directory and replace by new files.  Do not mix old with new.
*Some cameras are being developed separately from the main Unified build.  Some of those builds will have certain features available which may not be available through the nightly build.  You can explore the individual RAW development threads for additional builds; of course AT YOUR OWN RISK.



Title: Re: Nightly Builds - try the very latest stuff here
Post by: davidtlong on October 04, 2013, 02:27:11 PM
Hi,

On the change log for the new nightly changes to cr2hdr and raw2dng are mentioned.  Does this mean there are new versions of these apps out there somewhere or that the software in the camera allows them to do better things?

Sorry if this is a naïve question.

dave
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenatoPhoto on October 04, 2013, 02:56:18 PM
Quote from: davidtlong on October 04, 2013, 02:27:11 PM
On the change log for the new nightly changes to cr2hdr and raw2dng are mentioned.  Does this mean there are new versions of these apps out there somewhere or that the software in the camera allows them to do better things?

Maybe depending on the issue you are having. 
Follow this thread:
http://www.magiclantern.fm/forum/index.php?topic=6658.msg80115#msg80115
Title: Re: Nightly Builds - try the very latest stuff here
Post by: davidtlong on October 04, 2013, 03:31:53 PM
Quote from: RenatoPhoto on October 04, 2013, 02:56:18 PM
Maybe depending on the issue you are having. 
Follow this thread:
http://www.magiclantern.fm/forum/index.php?topic=6658.msg80115#msg80115

Thanks,

Actually I was not having issues (have t4i) but see that advances in PDR etc have developed from the link you provided.  Somewhere it would be great to have a master forum with links to all important app udates and  workflows.  There is alot happening and one needs to find the time to monitor all of the sites.

So I assume your answer is that the software in the camera can work better with these apps.

Anyway thanks again for your help. :)

dave
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Deni2Br on October 05, 2013, 12:50:32 AM
...Hi...everyone....I have  a t4i/650B 1.0.4.....I am newby here....I installed a ML Alpha build on my canon ,  but  there is a bug  ...in Raw Video..so  I  decided to try  nightly builds. The Problem I  there is no Raw Video below Video Tweaks. and  the  M  to load the modules is not there.  How can I load Raw Video.   

                                        Thanks   .
Title: Re: Nightly Builds - try the very latest stuff here
Post by: specialist on October 05, 2013, 07:06:31 AM
Last time I looked, you still can't shoot RAW videos with the T4i. Others can correct me if I'm wrong.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Rewind on October 05, 2013, 08:54:09 AM
Quote from: specialist on October 05, 2013, 07:06:31 AM
Last time I looked, you still can't shoot RAW videos with the T4i. Others can correct me if I'm wrong.

You are wrong indeed. We are shooting RAW on ours 650D quite nicely. Continuous HD 1280x720 at least :P
Title: Re: Nightly Builds - try the very latest stuff here
Post by: lister on October 10, 2013, 08:21:47 PM
sorry everyone,

is there a way to turn off temperature display, its really distracting when red?
I am using 600d and latest nightly build.

tnx!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 10, 2013, 08:24:26 PM
What is the temperature where Canon shows the warning?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: lister on October 10, 2013, 08:34:22 PM
Quote from: a1ex on October 10, 2013, 08:24:26 PM
What is the temperature where Canon shows the warning?

i dont understand the question, but i am just asking because this temperature display is new to me. it wasnt there when using nightly build from august i had before this one.

tnx!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 10, 2013, 08:46:59 PM
The indicator was there for 1 or 2 years (only changed the looks).

I'm asking at what temperature it should turn red.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: lister on October 10, 2013, 09:24:26 PM
Quote from: a1ex on October 10, 2013, 08:46:59 PM
The indicator was there for 1 or 2 years (only changed the looks).

I'm asking at what temperature it should turn red.

(http://s23.postimg.org/y8kxnb6zb/image.jpg) (http://postimg.org/image/y8kxnb6zb/)
for me, this is unnecessary distracting.
and also, my temperature is always above 50 and brightly red.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 11, 2013, 02:51:21 AM
you can do screen shots from the ML menu ;)

Is that 55? ifso thats not too bad, Canon cameras will shut down if it thinks its too hot as a precaution.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: lister on October 11, 2013, 01:30:21 PM
mine never shuts down and its always above 55..
anyways, so, its not possible to turn off temperature warning?
and as screenshot shows, it wasnt there few months ago..
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 11, 2013, 01:46:52 PM
if it dont shut down then its ok.

If you look at other post's you will see ML is undergoing a new look...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Elephant008 on October 11, 2013, 03:18:54 PM
I've lost Bitrate info (Avarage and instant bitrate thing) since I updated latest nightly build on my 550D. That feature was awesome. Can I get it back?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dude on October 13, 2013, 02:13:18 AM
The Histogram is gone wirth the newest built... was also gone with some builts before
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Lucky Luke on October 13, 2013, 04:02:50 AM
Question on Alex or anybody from the team,

I am ML user from the very beginning on 550d.
Since today on 5d3.
So there is for me a very important question.

is ML gonna stay on Canon 5d3 firmware 1.1.3?
There are many improvements  for photographer on 1.2.1 to 1.1.3
and there´s no good filmmaker without good photographer.

Thankful for your work and achievements(donatet 3x),

cause so the world should be :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Nautilus on October 13, 2013, 09:36:45 PM
I came across to this thread: http://www.magiclantern.fm/forum/index.php?topic=2032.0

Since 650D and 600D are similar, is it possible for us to implement 600D Audio features to 650D build?

I guess it shouldn't be too hard to copy 600D audio features to 650D nightly builds.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on October 16, 2013, 10:22:57 AM
Well, despite the fact that the hardware is different
Title: Re: Nightly Builds - try the very latest stuff here
Post by: NedB on October 17, 2013, 09:36:05 AM
Devs and Admins (nanomad?): Apologies in advance if this is posted in the wrong thread. According to the "Nightly Builds" page, the build for the 550D for today (17. Oct.) failed. Just in case no one else has reported this...don't shoot the messenger! Cheers...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on October 17, 2013, 09:50:55 AM
Same for all other nightly builds but for EOS M which was built yesterday.

Ciao
Walter
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 17, 2013, 10:19:52 AM
1% said he fixed the error, so he's welcome to submit a pull request.

;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jfferreira80 on October 17, 2013, 06:14:37 PM
Hi,
I've already used ML before. but it wasn't on 5d mark iii.

my question:
if i install it on CF, can i record the video on the SD card normally?

Title: Re: Nightly Builds - try the very latest stuff here
Post by: starbase64 on October 17, 2013, 06:32:32 PM
Hi,

Fonts.dat is missing in last build for 1100d.

(http://img.tapatalk.com/d/13/10/18/abe5yneb.jpg)

Why so many fail builds on 1100d?

regards

starbase64
Title: Re: Nightly Builds - try the very latest stuff here
Post by: stir fry a lot on October 19, 2013, 10:42:04 AM
Been away from this for a while and just downloaded the newest nightly. Which Canon firmware version needs to be installed for the 5D3?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jason Montalvo on October 19, 2013, 06:00:30 PM
5D3 should be on 1.1.3
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 20, 2013, 01:04:10 PM
Dual Iso is missing from 600D nightly's, iv been away awhile so not sure if its been removed on purpose or not.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 20, 2013, 04:39:59 PM
According to this table, it's there: http://nanomad.magiclantern.fm/jenkins/features.html
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 20, 2013, 06:00:04 PM
in Changeset: f2660b2263c4ad7129e2f622056d924db6565cbb 600d build its not there. used the dual iso from last nightly.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 20, 2013, 06:01:55 PM
Strange, because that table is built from the compilation logs. Will double-check.

edit: looks like g3gg0 already fixed it.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 20, 2013, 08:49:02 PM
Thanks Alex and g3gg0.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: carlfino on October 22, 2013, 07:37:24 AM
I would like to get a nightly build version on my 6D, but there is no .fir file on the download.  What .fir file should I use?
Carl...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: starbase64 on October 22, 2013, 08:11:02 AM
6d.fir > http://bit.ly/ZgvGUf

Dev Thread: http://www.magiclantern.fm/forum/index.php?topic=3904.0
Title: Re: Nightly Builds - try the very latest stuff here
Post by: KurtAugust on October 22, 2013, 09:28:49 AM

Quote from: lister on October 11, 2013, 01:30:21 PM
mine never shuts down and its always above 55..
anyways, so, its not possible to turn off temperature warning?
and as screenshot shows, it wasnt there few months ago..

Same request here. A reason for me to stick with older builds, I'm afraid.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: bluefish on October 24, 2013, 07:51:04 AM
noob here...

i just bought my first DSLR, a 5D mkIII, and am trying to install ML but the nightly build seems to be missing the '5D3-113-bootflag.fir' file.  i've searched and can't seem to find it.  any hints?

apologies for probably missing the obvious...

(on an unrelated and off-topic note, almost all of the installation guides suggest formatting memory cards as exfat, but also say to format in the camera and not via the computer, which is a contradiction?... as i understand it, the camera formats fat unless the cards are 128GB or larger, yes?)

thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: KurtAugust on October 24, 2013, 09:43:32 AM
How about the August 21st build? (938047c)
If not pm me.

I format my cards in the computer. I think you're right, but haven't checked. (I haven't reformatted my cards yet. So far so good. Just copy files and delete.)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenatoPhoto on October 24, 2013, 12:54:57 PM
Quote from: bluefish on October 24, 2013, 07:51:04 AM
i just bought my first DSLR, a 5D mkIII, and am trying to install ML but the nightly build seems to be missing the '5D3-113-bootflag.fir' file.  i've searched and can't seem to find it.  any hints?

The first install is totally different then nightly build. 
The fir file is here: http://a1ex.magiclantern.fm/bleeding-edge/5D3/5D3-113-bootflag.fir

You probably should read:
Magic Lantern for 5D Mark III - Alpha 3 + DevKit
http://www.magiclantern.fm/forum/index.php?topic=2602.0

and this:

RAW video & ML -- Beginners Guide, FAQ & Useful Links -- READ FIRST
http://www.magiclantern.fm/forum/index.php?topic=5520.0

Quote from: bluefish on October 24, 2013, 07:51:04 AM
(on an unrelated and off-topic note, almost all of the installation guides suggest formatting memory cards as exfat, but also say to format in the camera and not via the computer, which is a contradiction?... as i understand it, the camera formats fat unless the cards are 128GB or larger, yes?)
For the installation , i.e SD card for 5D3, it is suggested to format the card in camera to prepared it for the card booting operation.  exfat is good because the files do not get split when they reach >4GB.  On 5D3 you should be recording RAW video on CF card for better recording speed so you do not need to format CF in camera.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: bluefish on October 25, 2013, 05:19:07 AM
Thanks guys!  That all worked.  Amazing how several of the guides don't differentiate between nightly build and 1st install.  I installed the nightly build 'magiclantern-v2.3.NEXT.2013Oct24.5D3113' on my 5D mk III and it works great so far. However I have a new issue...

I have 2 x CF cards, a new KomputerBay 64GB 1000X and a Red 16GB that was given away at a trade show.  I've reformatted the KomputerBay to exfat on my Mac and when the card is put into the camera, the camera doesn't start up.  It's like a brick, nothing.  Pull it out and everything is fine. I've also tried formatting the card as fat, also on my Mac.

The camera will start with the Red card but won't allow recording.  Something about 'Card 1 Cannot Be Accessed'.  Also tried reformatting it.

Any thoughts?  Bad card slot?  Bad cards?  Bad nightly build?  User error?  I'm guessing (hoping) for user error.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenatoPhoto on October 25, 2013, 01:43:49 PM
Quote from: bluefish on October 25, 2013, 05:19:07 AM
I have 2 x CF cards, a new KomputerBay 64GB 1000X and a Red 16GB that was given away at a trade show.  I've reformatted the KomputerBay to exfat on my Mac and when the card is put into the camera, the camera doesn't start up.  It's like a brick, nothing.  Pull it out and everything is fine. I've also tried formatting the card as fat, also on my Mac.

The camera will start with the Red card but won't allow recording.  Something about 'Card 1 Cannot Be Accessed'.  Also tried reformatting it.

I recall some trouble with the mac thing and card format but dont know how to solve it.  I also have read that some card readers can damage your cards, I was asked this question by Lexar when I returned a bad card.

I found a link to a similar problem, you will have to use our search button or read more post or hope that someone with the problem reads.

http://www.magiclantern.fm/forum/index.php?topic=5510.msg58426#msg58426
Title: Re: Nightly Builds - try the very latest stuff here
Post by: bluefish on October 25, 2013, 05:55:19 PM
Quote from: RenatoPhoto on October 25, 2013, 01:43:49 PM
I also have read that some card readers can damage your cards, I was asked this question by Lexar when I returned a bad card.

thanks again, RenatoPhoto.  I'll move this to a more appropriate part of the forum after this...

used the recommended USB 3.0 Kingston card reader, so it's not that.  i'm guessing it's 2 different problems... someone once told me that Red CF cards don't work on some/any Canon cameras, so that may be one issue.  I looked at the pins on the camera and all seems well.  so I simply might have a bad KomputerBay card... forgot to test it pre-ML, my bad.

thanks!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: bluefish on October 26, 2013, 01:38:45 AM
quick follow up, it was bad CF cards.  not a problem with ML or the camera.

thanks, all!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: vedia on October 27, 2013, 06:34:28 AM
What's the state of ML for the 100D/SL1?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: lifeskills on October 27, 2013, 07:05:17 PM
Hey fellas, I'm using the ghost image auto update feature on the 5d2 and the ghost image is shrunk down to the upper left 1/4 of the screen.  Not sure if it's a bug or my settings, but would love to get it overlayed on the full screen to do some hyperlapse.  Any ideas?  This is on the latest nightly build.

Thanks

EDIT: never mind, I found the issue.  My playback mode was set up with a the small photo with the histogram.  Once I set it back to full size it works fine
Title: Re: Nightly Builds - try the very latest stuff here
Post by: sutobe on October 27, 2013, 09:17:37 PM
Is this going to be fixed?

https://bitbucket.org/hudson/magic-lantern/issue/1715/no-aperture-stop-indication-sincenightly

The lack of this with the actual fonts keeps me from trying any new Nightly Build because I really'd like to have Expo Compensation indicator.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: romainhartane on October 28, 2013, 05:07:13 PM
Hi everybody, I am a newby, owner of a canon SL1/100D and would like to try the nightly builds. But I cannot find my platform on the download link for my camera thought it is written some features are working on this document : http://nanomad.magiclantern.fm/jenkins/features.html !

Can anybody explain me why and help me please ? Anybody has ever tried on a SL1 ? Thanks for the answer !

Great job anyway, I don't understand so much in code and stuff like that but think the achievements are really usefull :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 29, 2013, 02:14:33 PM
Any new news on Aettr for 600D? i miss it..

Cheers,
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 29, 2013, 02:22:17 PM
You need to find somebody with:

a) a 600D
b) interested in raw overlays in photo mode and ETTR
c) some coding skills
d) some free time
e) willing to fix it and share the fix.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on October 30, 2013, 11:48:09 AM
Wished i had the coding skills as i would loved to of helped out as i have a 600D,

Sorry about that, am i ok to post your quote in General chat to see if someone can help?

Thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ToniX on October 31, 2013, 06:16:01 PM
Quote from: Doyle4 on October 29, 2013, 02:14:33 PM
Any new news on Aettr for 600D? i miss it..

Cheers,
I missed it too. The feature tab needs to be updated, since AETTR for 600D is signed as active. ::)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 31, 2013, 06:32:22 PM
The feature table is generated from the compilation log, and it shows ETTR as inactive for 600D:

http://nanomad.magiclantern.fm/jenkins/features.html
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on November 01, 2013, 02:46:26 AM
auto expose needs removing from 600d list as still not working, posted to the dev who made it and he says he doesn't know why and havent heard anymore.
Title: Nightly Builds - try the very latest stuff here
Post by: KurtAugust on November 01, 2013, 06:39:31 PM
Yesterday's and today's build are not working for me on 5d3. Raw recording stops immediately. Am I the only one having troubles?
No problems using older build (26/9/13).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kgv5 on November 01, 2013, 08:19:07 PM
I am using 30.10 build with no problem on 5d3.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: KurtAugust on November 03, 2013, 12:43:56 AM
It's the weirdest thing, today I can't replicate the problem anymore. Camera must have had an off-day.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: 5D3shooter on November 04, 2013, 08:44:52 AM
Latest Nov4 nightly build for the 5D3 seems to be heating up the camera very quickly.  I wasn't even recording—I was just looking through the live view and trying different settings and the temperature reading at the top of the screen became red and showed 65C.  And the camera also felt very hot—hotter than I've ever felt it.

Is anyone else experiencing this?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Lucky Luke on November 04, 2013, 01:18:56 PM
hi Magics of the Lantern

Also strange behaviour with the last 4thNov Nightly Build on my Transcend CF
It was not possible to turn on the 5d3.
Replacing CF with an older build was also not possible.
Had to format the camera in Windows and put an older build.

What I also noticed is that transfer rates are changing from one nightly build to another
between 80 to 119MB/sek 

Thank U dear ML!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: GuyGT on November 05, 2013, 06:50:08 PM
I'm using the newest Nightly Build for my 600D and I had no problem installing it, but as I keep my camera on within just a few minutes the internal temp goes up to 60 degrees Celsius/140 Fahrenheit. Did I do something wrong to have that happen? I've never had any other problems.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on November 05, 2013, 08:41:22 PM
QuoteI'm using the newest Nightly Build for my 600D and I had no problem installing it, but as I keep my camera on within just a few minutes the internal temp goes up to 60 degrees Celsius/140 Fahrenheit. Did I do something wrong to have that happen? I've never had any other problems.

I noticed the exact same thing on a recent shoot.  So I reverted back to a 5-30 build,  prior to the new memory and new layout, no more problems.  I think they are pushing the 600D a little too hard.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: 5D3shooter on November 06, 2013, 12:13:58 PM
Can it hurt the camera to enable bootflag more than once?  Or will it just not affect anything?

With all the bootflag discussion going on I realized that I've done the procedure like 3 times when preparing a new card when I only needed to prepare the card on its own.  Cam is working fine but I just wanted to know if it could be bad for it technically.

Thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Mav on November 06, 2013, 09:11:31 PM
I installed the Nightly Build from the archive called: "magiclantern-v2.3.NEXT.2013Nov06.550D109.zip" on my 550d. Looking at the feature comparison matrix I should be able to use Double ISO, but I don't have the option in the settings. Some ideas what I could have done wrong?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on November 06, 2013, 09:30:35 PM
Quote from: Mav on November 06, 2013, 09:11:31 PM
I installed the Nightly Build from the archive called: "magiclantern-v2.3.NEXT.2013Nov06.550D109.zip" on my 550d. Looking at the feature comparison matrix I should be able to use Double ISO, but I don't have the option in the settings. Some ideas what I could have done wrong?
IF under ML\modules directory there is a file named dual_iso.mo check that you have enabled the loading of modules at your camera...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Mav on November 06, 2013, 10:03:54 PM
Awesome, thank you! That was the problem. A little bit silly to not check that out, so sorry for bugging you guys... Pretty silly.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: thba74 on November 07, 2013, 01:09:32 PM
Since the couple of the last nightlies the time indicator (all kinds of modes) where not displayed in liveview and in hdmi mode on the 550D. The nightly from the 2013-09-20 displays the indicator only when audio is disabled from canon menu.

https://bitbucket.org/hudson/magic-lantern/issue/1710/time-indicator-lower-upper-infobars
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ToniX on November 07, 2013, 06:58:39 PM
Quote from: dslrrookie on November 05, 2013, 08:41:22 PM
I noticed the exact same thing on a recent shoot.  So I reverted back to a 5-30 build,  prior to the new memory and new layout, no more problems.  I think they are pushing the 600D a little too hard.

Same here:-) what is the max safe temperature?

Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on November 07, 2013, 08:25:10 PM
Quote from: ToniX on November 07, 2013, 06:58:39 PM
Same here:-) what is the max safe temperature?

One of the devs said its most likely a coding issue.  The temp read out may be off.  If your not getting the Canon overheat warning, you should be ok.

I use my cameras commercially, so I can't take any chances. I went back to an earlier build where this wasn't an issue.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: eikerir on November 12, 2013, 09:11:58 AM
Hi, i just started using the latest build for the T3i, it's the first time i'm using the updated ML look and overall i really like it.

A couple of things:

- I don't see the Time Indicator anywhere on Live View, so i have no idea how long my shot has been or how long i have until it cuts off. Any help? Is there something i need to do for it to show?

- Can the audio meters be on screen even with the "Override audio settings" set to OFF? I can only see them if this it's turned ON and sometimes i would like to use the simpler Canon Audio controls but still keep the meters on screen.

- This is the first time i'm using ML audio controls on the 600D, can anyone explain me the difference between Analog Gain and Mic Boost?


Thanks for any help, cheers!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Egg101 on November 12, 2013, 03:40:41 PM
I'm looking to use ML for my 1100D / T3 however all the builds from 10/21/2013 onward say "This Build Failed!"
How can I get a nightly build? Should I use the 10/20/13 one which is the latest one that works?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Wlad81 on November 12, 2013, 08:28:22 PM
Still there's NO firmware for 100D.

The shortest question to be followed:

WHEN?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on November 12, 2013, 08:58:06 PM
Quote from: Wlad81 on November 12, 2013, 08:28:22 PM
The shortest question to be followed:

WHEN?

And a shortish answer, http://www.magiclantern.fm/faq.html#q45
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Egg101 on November 13, 2013, 02:27:41 PM
Alright thanks for the answer guys. Anyone know of any alternative firmware that can enable changing exposure (aperture) in video mode? That's all I need because unfortunately the 1100d/T3 can't do that for whatever reason.
Thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on November 13, 2013, 02:39:43 PM
Quote from: Egg101 on November 12, 2013, 03:40:41 PM
I'm looking to use ML for my 1100D / T3 however all the builds from 10/21/2013 onward say "This Build Failed!"
How can I get a nightly build? Should I use the 10/20/13 one which is the latest one that works?
Someone commited a change that broke the 1100D build. I submitted a fix, but it never got merged, probably b/c a1ex was busy with other things, now it appears he's going to be MIA for a while, so it probably wont get fixed anytime soon.

Short Answer: Just use the one from 10/20, there's nothing new since then anyway.

Quote from: Egg101 on November 13, 2013, 02:27:41 PM
Alright thanks for the answer guys. Anyone know of any alternative firmware that can enable changing exposure (aperture) in video mode? That's all I need because unfortunately the 1100d/T3 can't do that for whatever reason.
Thanks
Enable expo override and you can change Av in video mode on 1100D from the ML menu. I use this all the time.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: eikerir on November 15, 2013, 10:47:07 PM
Any help/comments about the Time Indicator not showing? I'm using a T3i, i don't know if it's the same for other cameras:
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ultimatemale on November 17, 2013, 04:33:26 AM
Can someone pls upload the link to the latest working build for 5D3 as the last one i can see is August 21st
Title: Re: Nightly Builds - try the very latest stuff here
Post by: DeafEyeJedi on November 17, 2013, 09:43:59 AM
Quote from: ultimatemale on November 17, 2013, 04:33:26 AM
Can someone pls upload the link to the latest working build for 5D3 as the last one i can see is August 21st

I'm assuming you're trying to bleed on the edge with most of us by using nightly builds, if so...

http://builds.magiclantern.fm/#/ (http://builds.magiclantern.fm/#/) and be sure you choose the platform to 5D3.

Otherwise - you can just get the latest Alpha version from here https://bitbucket.org/hudson/magic-lantern/downloads/magiclantern-5D3.113.Alpha3.zip (https://bitbucket.org/hudson/magic-lantern/downloads/magiclantern-5D3.113.Alpha3.zip)

Enjoy!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dickson on November 22, 2013, 09:10:20 PM
I click http://builds.magiclantern.fm/#/ and all I get is a blank screen. Anyone else?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dickson on November 22, 2013, 09:13:05 PM
Well that's weird - I tried a different computer and the links came up.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Tongotongo on November 22, 2013, 10:04:03 PM
Hola, si tienes Windows 8 o 8.1 o mejor dicho el explorer 11 hace eso mismo , lo que tenes que hacer es tecla f12 y donde dice modo documento elegir elegís el 10 o 9 y listo ahí se puede ver perfecto. Saludos ,Gerardo.

Hello, if you have Windows 8 ,11 explorer does just that, what you have to do is key f12 and choose which way you choose document says 10 or 9 and go there you can see perfect. Regards, Gerardo.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dickson on November 22, 2013, 10:18:14 PM
Thanks, Gerardo, got it.

Now a new problem - loaded the latest build into my 5d3, clicked the modules I wanted, rebooted the camera (I assume that just means turn it off) - but the modules didn't load. They're there, with the green lights lit, saying they'll load, but they don't.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dickson on November 22, 2013, 10:20:43 PM
Whoops, figured it out - 'disable all modules' was engaged.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: apefos on November 23, 2013, 12:04:01 AM
I am getting 67 Celsius in latest 600D build with RED warning (11/22/2013 buildfor 600D)... this build is working fine for dual iso in h264 recording so I would like to know if this issue will be fixed or if someone could point me to the most recent previous build without this overheating issue...

thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Tongotongo on November 23, 2013, 12:06:34 AM
Bueno que te ayudo , cada ves que instalar un build nueva las opciones se desactivan , asi que activas las que necesitas reinicias y ya debería andar. Saludos


Well that'll help, every time I install a new build options are disabled, so you need to restart active and it should go. Regards

PS: I would love to have that machine
Title: Re: Nightly Builds - try the very latest stuff here
Post by: apefos on November 23, 2013, 11:59:39 AM
updated:

latest 2013/11/23 build for 600D.102 reaching 82 Celsius, movie recording stops automaticaly, I saw grain noise increasing in the sensor significantly...

I loved the display layout in this build, and all features and modules I tested are stable, but temperature is definetely a problem!!!


previous information before post update:
600D temperature report:
in the 2013/11/23 build for 600D.102 temperature goes to 70C in early seconds of recording
in the 2013/09/28 build for 600D.102 temperature keeps at 60C (maximum) after various minutes of recording
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Egg101 on November 23, 2013, 04:46:53 PM
Quote from: dmilligan on November 13, 2013, 02:39:43 PM
Someone commited a change that broke the 1100D build. I submitted a fix, but it never got merged, probably b/c a1ex was busy with other things, now it appears he's going to be MIA for a while, so it probably wont get fixed anytime soon.

Short Answer: Just use the one from 10/20, there's nothing new since then anyway.
Enable expo override and you can change Av in video mode on 1100D from the ML menu. I use this all the time.
Thanks, finally got around to trying to install it. I've updated my camera to 1.0.5 and tried installing ML. However when I get to the "Launch the Firmware Update process." part, the 1100D says "Memory card containing firmware is required to update".

I have tried a 10/21 build, a 10/20 build, and a 10/18 build, and I've tried putting canon firmware (1.0.5) into the SD card, but it still doesn't install ML.

Any help will be appreciated!

EDIT: Screenshot of my card's contents: http://i.imgur.com/rRoJ68W.png
EDIT2: Tried this too: http://i.imgur.com/djbIn2Z.png
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on November 24, 2013, 11:46:21 PM
Nightlies were not designed to be first install. You need to download and install the alpha for the 1100D, then update to the nightly (by replacing the files on your card with the files in the zip for the nightly). The alpha has the .fir file that sets the bootflag in the camera.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Egg101 on November 25, 2013, 12:42:55 AM
Quote from: dmilligan on November 24, 2013, 11:46:21 PM
Nightlies were not designed to be first install. You need to download and install the alpha for the 1100D, then update to the nightly (by replacing the files on your card with the files in the zip for the nightly). The alpha has the .fir file that sets the bootflag in the camera.
Thanks, ML is working great. Had to use the Sep 17 version b/c of a fonts.dat problem but otherwise it works!

EDIT: If anyone is trying to install a ML nightly build and wondering what I did for my 1100D/T3:
Title: Re: Nightly Builds - try the very latest stuff here
Post by: deletedAcc.0021 on November 26, 2013, 02:07:37 AM
600D Overheat issues:

Filmed the LPGA Charity Tournament today with 3 600d's.  I was running an older nightly build (6-1) on two cameras, while my second operator was running an Oct-25 build. 

The only camera to overheat and shutdown 6 times over the course of 9 holes (3 hrs) was my second operator's with the 10-25 build.

Originally I had thought this was a temp reporting error, but obviously it is not.  The camera IS getting hot.

The other two cameras with the older build had no issues what so ever and were used in the exact same environment and temps.

I advise anyone running nightlies since the new memory and design layout revert back to an older build, or deal with overheat issues.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: carlfino on November 28, 2013, 05:13:47 AM
I have a 6D and downloaded the nightly.  But, there's no .fir so I cannot set the bootflag.  Not surprisingly, the 6D will not update the firmware to install ML.  How can I get around this?  Can I use another .fir file (from another model) to use as a dummy to set the boot flag?

Thanks,
Carl...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: carlfino on November 28, 2013, 05:29:40 AM
BTW, the firmware on the 6D is 1.1.3
Carl...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: spnsir on November 28, 2013, 04:14:12 PM
Quote from: carlfino on November 28, 2013, 05:13:47 AM
I have a 6D and downloaded the nightly.  But, there's no .fir so I cannot set the bootflag.  Not surprisingly, the 6D will not update the firmware to install ML.  How can I get around this?  Can I use another .fir file (from another model) to use as a dummy to set the boot flag?

Thanks,
Carl...
I believe you need to download and install the alpha first... should be a thread about it or the dev kit on the forum
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nocomp on December 01, 2013, 02:45:58 PM
hi folks,
tryin last build 1 dec on 600d, so far so good, except i can t find anymore where to enable the audio graph on live view.
has it been removed?
best regards
Title: Re: Nightly Builds - try the very latest stuff here
Post by: specialist on December 01, 2013, 05:59:14 PM
Is there a problem with the nightly builds link? There is nothing there!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on December 02, 2013, 02:55:39 AM
Yes, probably, Magic Lantern Team is going to work with Nikon Cameras. This is sad...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on December 03, 2013, 06:07:01 PM
Quote from: spnsir on November 28, 2013, 04:14:12 PM
I believe you need to download and install the alpha first... should be a thread about it or the dev kit on the forum
How about 2 pages back (in the same thread) ?

http://www.magiclantern.fm/forum/index.php?topic=3072.375
Title: Re: Nightly Builds - try the very latest stuff here
Post by: XTimmy on December 05, 2013, 10:06:38 AM
Hey.
Quick display question that googling and searching isn't solving.  In the nightly build the shooting GUI isn't displaying the modified ISO value when using ML digital ISO correction.   So if I'm at analouge ISO 400 and have -0.3EV ML digital ISO it still displays as 400.  I may have missed a setting buried somewhere?


VVVVVV Cheers mate!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on December 05, 2013, 10:09:29 AM
It's on the todo list.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on December 11, 2013, 03:46:59 PM
Removed support for 50D, 6D and 1100D because these ports were not maintained for months and became outdated. EOS M support was already removed a while ago. I've also cleaned up the feature table, it now only shows the supported cameras.

http://nanomad.magiclantern.fm/jenkins/features.html

More info here (http://www.magiclantern.fm/forum/index.php?topic=8900.msg91310#msg91310).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: eyeland on December 12, 2013, 01:54:45 AM
Been running the august 21 RAW build from lourenco for a while and just gave a try to magiclantern-v2.3.NEXT.2013Dec11.5D3113 as well as the "official" mk3alpha3 a try as I was trying to figure out how to use h264.ini (and just to see what you guys are up to atm)

A few (perhaps obvious) questions/Observations:
magiclantern-v2.3.NEXT.2013Dec11.5D3113: Looks and feels awesome! Can't get RAW video recording to work - bug or user fail?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: blainesuque on December 13, 2013, 09:10:09 PM
with newer builds my xmp's are not being read by Camera Raw anymore, is this a bug or something wrong on my end?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: handbanana on December 19, 2013, 05:31:15 PM
Wait... I haven't downloaded a nihtly build since april...

Is there no more unified builds? I already had to have separate cards for the EOS M when I wanted to use ML on it, but now I need separate cards for the 60D AND T2i (550D)? Is there a way to download a unified ML nightly build that will work on both 550D and 60D as it's always been?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on December 19, 2013, 05:58:07 PM
Well, the best practices page recommend separate cards anyway.

The current approach (fat binary) does not scale to the number of cameras that ML can run on; I have a portable loader in mind, but it's pretty hard to do, and it has a low priority. Maybe when the raw madness will settle, we might be able to do another unified release, but right now I can't promise anything.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: handbanana on December 19, 2013, 06:17:35 PM
Hey no worries, I found the nified releases up til Sep 20 here: http://nanomad.magiclantern.fm/jenkins/

I think it fixed the issues I had with the last nightly I was running (tweaking audio levels while recording). And it has pretty new menus. I can wait for a nicer unified later on.

I wish I could just separate cards, and I may do that once I go buy some more, but with 3 16GB's and 5 32GB's all haning out together in my card holder while I'm running around checking up on 3 cameras during a wedding ceremony, well it gets hard rnough just making sure I out the non-ML cards in the EOS M lol. Readin this I realize I need to double, if not triple, my cards :(
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Kurtzva on December 21, 2013, 01:06:05 AM
Hey guys!

First timer with ML over here. I'm sure this has been asked to death already, but I wasn't able to find conclusive answers, thought maybe someone could help me.

I have a Canon 60D, running latest firmware version, I believe 1.1.1. I have been able to get stable 2.3 working just fine. My question is, how do I go about flashing the nightly? I have a few ideas on how I could do it, but I definitely don't want to chance it with my baby. So, would someone mind point forming instructions for me? Thank you!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 21, 2013, 01:19:24 AM
Delete ML directory from the card. Extract ML directory and autoexec.bin from nightly and copy them onto the card root.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Kurtzva on December 21, 2013, 01:44:16 AM
Quote from: Walter Schulz on December 21, 2013, 01:19:24 AM
Delete ML directory from the card. Extract ML directory and autoexec.bin from nightly and copy them onto the card root.

Hey! Thanks so much for your reply!

Do I need to run the firmware update process after replacing?

Can I overwrite? Or do I need to actually delete the ML and autoexe.bin folder and file?


Thanks again!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 21, 2013, 01:49:26 AM
Delete ML directory from the card. Extract ML directory and autoexec.bin from nightly and copy them onto the card root.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: mattjenna on December 21, 2013, 03:13:02 AM
Quote from: Kurtzva on December 21, 2013, 01:06:05 AM
Hey guys!

First timer with ML over here. I'm sure this has been asked to death already, but I wasn't able to find conclusive answers, thought maybe someone could help me.

I have a Canon 60D, running latest firmware version, I believe 1.1.1. I have been able to get stable 2.3 working just fine. My question is, how do I go about flashing the nightly? I have a few ideas on how I could do it, but I definitely don't want to chance it with my baby. So, would someone mind point forming instructions for me? Thank you!

I think I'm having exactly the same misunderstanding as you.  I've tried repeatedly to install the nightly WITHOUT first loading the stable or an Alpha for my 60D - I think you DO need to load a stable or Alpha and THEN load the nightly - there's some great scripts written by Ben at http://learningsurfphotography.com/how-to-gain-full-control-with-a-basic-water-housing/ for my water housing - but it needs the nightly installed for the scripts to run - as far as this newbie understands it anyway.

I have stable 2.3 installed - very easy - and I'll now try the suggestions above by Walter Schulz to get the nightly loaded to run Ben's scripts.

Total newbie here - looking for light in the darkness.......

Edit: ummmmm no I removed all of stable 2.3 from my card and loaded following nightly for 60D:

    Built on: 2013-12-21 10:15:09 +1100
    Changeset: dbab847a9326b49a85339e02fc09555462bec9b5

and then tried to update in camera and camera says: "memory card containing firmware is required to update" so didn't work for me.

I'll keep digging away.

Further edit.

So I worked it out - yep = need to run the stable on the card - then remove all from card and replace with the nightly and then all done and works - BUT apparently the latest nightly DOES NOT support Pico C scripts - so even though I sorted getting the latest nightly build up and working with no issues - no amount of tinkering would get the scripts to run - effectively the scripts create a protocol where depressing the live view button brings up the quick menu allowing the user to run the camera in manual mode and adjust shutter, aperture, ISO etc via the top dial - very helpful with a water housing with limited functionality - all credit to Ben of www.http://learningsurfphotography.com.

I eventually received help from Ben who sent me a link to an old nightly build that still allowed the Pico C scripts to run - so after much trial and error and reading forums (and Ben's generous help) all resolved.

ML is amazing software - now to work out how to put it to work!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 21, 2013, 12:21:07 PM
Delete ML directory from the card. Extract ML directory and autoexec.bin from nightly and copy them onto the card root.

Did I wrote "perform firmware update"? No? Guess why!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: mattjenna on December 21, 2013, 03:09:00 PM
Quote from: Walter Schulz on December 21, 2013, 12:21:07 PM
Delete ML directory from the card. Extract ML directory and autoexec.bin from nightly and copy them onto the card root.

Did I wrote "perform firmware update"? No? Guess why!

Seems obvious and makes sense in retrospect when you know how the software works - however as a new user of ML I assumed that running a nightly build would require the same steps as loading a stable - now I understand it doesn't and why.

Thanks for posting and assisting in my understanding,
Title: Re: Nightly Builds - Getting heavy purple chromatic aberration with this build
Post by: cyber3dx on December 22, 2013, 10:29:23 PM
Shot still photo test with 60D/50mm1.4 and found with this nightly build I get heavy purple CA as compared to stock firmware. And only slightly more CA than with the Nov 7th build.

Anyone else see this?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on December 23, 2013, 04:07:58 PM
How could firmware affect the optics in any way? I'm pretty sure you can't reprogram glass.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: cyber3dx on December 23, 2013, 04:18:23 PM
May be I should say a purple fringe around high contrast adjunct areas. Obviously it is not literally CA. But, the image is digitally processed and anything can happen as a result of it. In any case, there is a difference in the last two builds I've installed.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on December 23, 2013, 04:47:06 PM
Anyone feels like playing Twenty Questions to figure out what's going on?

http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
http://www.catb.org/esr/faqs/smart-questions.html#beprecise
Title: Re: Nightly Builds - try the very latest stuff here
Post by: cyber3dx on December 23, 2013, 10:07:52 PM
Hey, I'm no expert and not trying to be a smart ass  :'( boo hoo . LOL.

I do actually need some help in figuring out what is causing this.

(https://dl.dropboxusercontent.com/u/69761120/Untitled-1.jpg)

The only difference is the right image is on the latest build, the left image is on the previous build.

Maybe I'm doing something wrong. I would like to know!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on December 23, 2013, 10:22:11 PM
The focus changed slightly from one shot to another. See the reply from dmilligan.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on December 24, 2013, 04:52:06 AM
I take back what I said about programming glass ;): http://en.wikipedia.org/wiki/Adaptive_optics
Title: Re: Nightly Builds - try the very latest stuff here
Post by: schybiorz on December 25, 2013, 01:53:07 AM
Jost a question for the 600d

is there a chance,  that there wil be a overheating fix for the 600d.
because my cam gets very hot like mentioned a few posts earlier.

also the option of mraw or sraw like in tragic lantern would be nice.
nevertheless greate work you guys do here with magic lantern.

greetings
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dhuiting on December 25, 2013, 03:15:39 AM
Just downloaded the nightly build for 5dmkiii. It worked for a bit but now the movie recording is stopping after 1 frame. It says "bug, please report."
I'm using Komputerbay 1200x 128gb card. It was fine for the 2.3 stable build.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dhuiting on December 25, 2013, 03:22:53 AM
Actually it was trying to write to the SD card. When I put in the CF card it doesn't recognize it, even though it automatically does a CF card test. When I turn the camera on it just says "card 2 write protected." Card 2 is the SD card. So it's not even seeing the CF card like it should.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Midphase on December 25, 2013, 05:20:54 AM
Can you file a bug report then instead of just posting about it?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: denman on December 25, 2013, 06:11:46 PM
Hi, i'm french.
Thanks for such awesome article! I don't have all the menus . I have "Overlay", "Movie", "Display"..but not "Expo", "Modules..
Why?  :(
Please help, Thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 25, 2013, 06:18:23 PM
Which version?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: denman on December 25, 2013, 08:12:08 PM
In my card : ml-5D300113.fir  /  ML with magiclantern-v2.3.NEXT.2013Dec25.5D3113  /  DCIM   /   MISC
Thanks Walter
Title: Re: Nightly Builds - try the very latest stuff here
Post by: eightcore on December 26, 2013, 07:06:17 PM
a1ex, I just noticed that you've removed the 50D nightly builds.

So new ML users with a 50D have lost the possibility to record RAW video with their camera (due to missing repositories for downloading builds which supports this)?!
Seriously?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on December 27, 2013, 03:11:34 AM
What's the point of having development builds if nobody is developing? That's the reason they were removed. The code is still in the repo, anyone is welcome to download it and build it themselves.
Title: Reporting bug on v2.3.NEXT.2013Dec28
Post by: Lupo_wolfi on December 28, 2013, 04:08:37 PM
Hi Alex
Got the 5D3113. Using the latest version v2.3.NEXT.2013Dec28. Loaded MLV_REC. Once I raw record. The focus peak doesn't work anymore. Then I stop recording and the Global Draw are gone. To display them back I needed to take a random picture.

Hoping on a fix! thanks for your work
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dubzeebass on December 29, 2013, 12:10:05 AM
Quote from: Lupo_wolfi on December 28, 2013, 04:08:37 PM
Hi Alex
Got the 5D3113. Using the latest version v2.3.NEXT.2013Dec28. Loaded MLV_REC. Once I raw record. The focus peak doesn't work anymore. Then I stop recording and the Global Draw are gone. To display them back I needed to take a random picture.

Hoping on a fix! thanks for your work

Turn on G. Draw Disable in the module settings.
Title: Re: Nightly Builds 6D
Post by: audunbrekke on December 29, 2013, 11:10:16 PM
Hi.
What is happening to the ML for 6D ? There is no way do download it any more. I know it was working fine With the nightly build until magiclantern-v2.3.NEXT.2013Oct06.6D113. But now there is no way to download the latest ML for 6D anymore.
Title: Re: Nightly Builds 6D
Post by: dmilligan on December 29, 2013, 11:48:45 PM
Quote from: audunbrekke on December 29, 2013, 11:10:16 PM
Hi.
What is happening to the ML for 6D ? There is no way do download it any more. I know it was working fine With the nightly build until magiclantern-v2.3.NEXT.2013Oct06.6D113. But now there is no way to download the latest ML for 6D anymore.
Yep: http://www.magiclantern.fm/forum/index.php?topic=8900.msg91310#msg91310

The problem is that nobody is maintaining the 6D port except 1%, who for some strange reason is not contributing his changes back to the main repo. Basically he is only maintaining his competing fork. a1ex got tired of manually merging 1%'s changes for him. You can use TL if you want, personally I wouldn't.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on January 01, 2014, 02:39:51 PM
Can at least the last 6D ML version be made available?

Maybe alex had given a link in the past. I do not know. I will search but a link would be welcome...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: eightcore on January 01, 2014, 04:27:19 PM
Quote from: tron on January 01, 2014, 02:39:51 PM
Can at least the last 6D ML version be made available?

Maybe alex had given a link in the past. I do not know. I will search but a link would be welcome...

And 50D, please.

In the thread "RAW video & ML -- Beginners Guide, FAQ & Useful Links -- READ FIRST (http://www.magiclantern.fm/forum/index.php?topic=5520.0)" they refer to builds.magiclantern.fm/#/ (http://builds.magiclantern.fm/#/) as the download source for RAW video firmware, which isn't correct anymore in the case of the 50D.

Quote from: dmilligan on December 27, 2013, 03:11:34 AM
What's the point of having development builds if nobody is developing?

The point is that users without knowledge of compiling code can easily use ML for RAW recording.

You (developers) think: "Nobody is developing, so it makes no sense when we keep it in there"
I (user) think: "Why we have to compile it by ourselves just because nobody is developing?"
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on January 01, 2014, 05:17:10 PM
Quote from: eightcore on January 01, 2014, 04:27:19 PM
The point is that users without knowledge of compiling code can easily use ML for RAW recording.
Nope, that is not at all the point of nightly builds, you are completely wrong. The point of nightly builds is to aid developers by allowing users to test new features, so that developers can get feedback on those new features and fix bugs, etc. The developers only go to the trouble of making builds available to you so that you can provide feedback and testing. There is no point in automatically putting out new builds if this is not a closed loop. If there is no developer there to receive the feedback, there is no point in having the automatic public builds.

ML is not some polished consumer product ready to be used by every Tom, Dick, and Harry. It's a hobby project written by hackers (in the good sense) in their spare time. Some assembly required (pardon the pun).

Quote from: eightcore on January 01, 2014, 04:27:19 PM
I (user) think: "Why we have to compile it by ourselves just because nobody is developing?"
You realize this question reduces to "Why do we have to do something ourselves if there is nobody to do it for us?"
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on January 01, 2014, 05:24:25 PM
These removed builds weren't even being maintained, so I don't understand what the loss is.  A different time stamp on the build doesn't mean new features or bug fixes.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: feragnoli on January 02, 2014, 10:32:59 PM
hello, maybe a stupid question:
where are nightlies for the 50D to be found at http://builds.magiclantern.fm/#/ ?
the camera is not listed among the platforms..?

thank you
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenatoPhoto on January 02, 2014, 10:59:47 PM
Moved to Tragic Lantern and the builds are here  http://tl.bot-fly.com
Title: Re: Nightly Builds - try the very latest stuff here
Post by: truespinmice on January 03, 2014, 09:31:58 AM
Quote from: RenatoPhoto on January 02, 2014, 10:59:47 PM
Moved to Tragic Lantern and the builds are here  http://tl.bot-fly.com
hmm...I only see files for 7D and EOSM
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1xjlq1 on January 03, 2014, 01:14:45 PM
How can I get the "bootflag_700d-111.fir" ?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenatoPhoto on January 03, 2014, 01:46:37 PM
Make it yourself.  Here are the instructions:
http://www.magiclantern.fm/forum/index.php?topic=7464.0
Title: Re: Nightly Builds - try the very latest stuff here
Post by: truespinmice on January 03, 2014, 01:52:47 PM
Quote from: RenatoPhoto on January 03, 2014, 01:46:37 PM
Make it yourself.  Here are the instructions:
http://www.magiclantern.fm/forum/index.php?topic=7464.0
This is for me or for a1xjlq1 :) ?
Because I ask about 50D...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1xjlq1 on January 03, 2014, 02:11:45 PM
I understand that you gave me a URL for the 7D not the 700D I assume that this is not usable.
Do you have something simular for the 700D ?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenatoPhoto on January 03, 2014, 02:17:45 PM
Quote from: a1xjlq1 on January 03, 2014, 02:11:45 PM
I understand that you gave me a URL for the 7D not the 700D I assume that this is not usable.
Do you have something simular for the 700D ?
Sorry I missed the extra zero....

On this Youtube video you will find a link to the build that contains the fir file.
http://www.youtube.com/watch?v=Og-sToCnONI

Also on the first page of 700D/T5i you will find a link to another video with links:
http://www.magiclantern.fm/forum/index.php?topic=8550.0
Title: Re: Nightly Builds - try the very latest stuff here
Post by: feragnoli on January 05, 2014, 07:36:35 PM
@ RenatoPhoto, I have the same question: should that lik be to builds for the 50D?
I only see 7D and EOSM in there..?
thank you
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenatoPhoto on January 05, 2014, 08:23:33 PM
Use this for 50D
http://www.magiclantern.fm/forum/index.php?topic=5586.msg91849#msg91849
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Darksedar on January 06, 2014, 03:42:07 PM
Where can I download the nightly version for the 50d?
The 50d is no longer displayed in the nightly version

Sorry for my english, I'm from Germany
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on January 06, 2014, 04:55:20 PM
Verlinkt in Renatos Antwort
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 06, 2014, 10:24:36 PM
50D (http://www.magiclantern.fm/forum/index.php?topic=9852) nightly is back, thanks to ayshih!

Also 7D (http://www.magiclantern.fm/forum/index.php?topic=9848.0) and EOS M (http://www.magiclantern.fm/forum/index.php?topic=9741) nightlies are back, thanks to Pelican and jordancolburn, but that's already old news. They now have a tough job of backporting the new stuff from 1%, so your help is more than welcome (both testing feedback and help with merging the code from TL).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ilguercio on January 06, 2014, 10:26:14 PM
Thanks to the contributors :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: truespinmice on January 06, 2014, 10:29:00 PM
yes yes yes! Thank you guys!
...download before they gone :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: feragnoli on January 07, 2014, 01:05:23 PM
hello, trying to install the last nightly for 50D, I get an error about the FONTS.DAT file missing.
I copied the one in the stable release and the nightly did install but it freezes trying to boot the different modules (rawrec etc)
anybody had the same issue?

thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: gary2013 on January 07, 2014, 01:20:59 PM
Quote from: feragnoli on January 07, 2014, 01:05:23 PM
hello, trying to install the last nightly for 50D, I get an error about the FONTS.DAT file missing.
I copied the one in the stable release and the nightly did install but it freezes trying to boot the different modules (rawrec etc)
anybody had the same issue?

thanks
what camera are you using? I have the M and I have to always NOT install the dot tune module.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ayshih on January 07, 2014, 02:53:59 PM
Quote from: feragnoli on January 07, 2014, 01:05:23 PM
hello, trying to install the last nightly for 50D, I get an error about the FONTS.DAT file missing.
I copied the one in the stable release and the nightly did install but it freezes trying to boot the different modules (rawrec etc)
anybody had the same issue?

Thanks for trying out the latest nightly build!  However, I don't encounter either of the issues you've described with either of the recent nightly builds that are available (magiclantern-v2.3.NEXT.2014Jan06.50D109.zip and magiclantern-v2.3.NEXT.2014Jan07.50D109.zip, which actually contain the same code).  I do not get any error about FONTS.DAT missing, even though it is not there, nor do I get any problems with booting with modules enabled (raw_rec by itself, or all included modules).

Did you make sure to delete the old autoexec.bin and the whole ML directory before copying over the nightly build?  You may wish to try reformatting the CF card and starting fresh to make sure that the stable ML (2.3) works fine, then trying again with nightly build (again, remembering to delete all the old files before copying over the new ones).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ayshih on January 08, 2014, 08:13:13 AM
Quote from: a1ex on January 06, 2014, 10:24:36 PM
50D (http://www.magiclantern.fm/forum/index.php?topic=9852) nightly is back, thanks to ayshih!

Also 7D (http://www.magiclantern.fm/forum/index.php?topic=9848.0) and EOS M (http://www.magiclantern.fm/forum/index.php?topic=9741) nightlies are back, thanks to Pelican and jordancolburn, but that's already old news. They now have a tough job of backporting the new stuff from 1%, so your help is more than welcome (both testing feedback and help with merging the code from TL).

Now that the nightlies are back for these models, can you (or someone with permissions) edit the original post so that it doesn't immediately tell people to go to TL builds?  TL can be mentioned as an even-more-bleeding-edge option, of course.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: argas on January 09, 2014, 11:16:49 AM
Hello.
I just download magiclantern-v2.3.NEXT.2014Jan09.550D109.
Movie Tweaks - Time indicator dont work for me.
no matter what option I choose shows the same (space left on card).
Greting.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: eikerir on January 12, 2014, 09:01:18 PM
Quote from: argas on January 09, 2014, 11:16:49 AM
Hello.
I just download magiclantern-v2.3.NEXT.2014Jan09.550D109.
Movie Tweaks - Time indicator dont work for me.
no matter what option I choose shows the same (space left on card).
Greting.


Been having the same issue for a while on the 600D, it's the main reason why i always go back to the stable 2.3 release. I hope there's a fix because i love everything else about the latest builds.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: davidcl0nel on January 16, 2014, 11:19:09 PM
Yesterday I updated ML to magiclantern-v2.3.NEXT.2014Jan15.5D3113 on 5D3 - earlier i used an September20-build with dualiso and rawvideo - and it works perfectly for me.
Then I want to test the DotTune-module - I never tried this (except with the old September and now this version).

I use a tripod, a tele lens (small DOF) on 3m distance to a picture frame on the wall, use Liveview for focus, set the lense to MF and go into the menu.
The iteration works, but it seems that ML can't set the calibration value into the register - he try between -100 and +100, and its always in focus (dot/red light in VF). If I manually set different values into the original canon menu - it works, and I get at -12 and 15 or so no focus indication - so my lens is ok, and this kind of test works - but not with the ML iteration automatic. It searchs and later there is an error message, that I should double check, if it is in focus. I event tried several lenses.
Am I too stupid, is something broken (and I don't find it), or ..?

Thanks again.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ayshih on January 16, 2014, 11:37:02 PM
Quote from: davidcl0nel on January 16, 2014, 11:19:09 PM
Yesterday I updated ML to magiclantern-v2.3.NEXT.2014Jan15.5D3113 on 5D3 - earlier i used an September20-build with dualiso and rawvideo - and it works perfectly for me.
Then I want to test the DotTune-module - I never tried this (except with the old September and now this version).

Quote from: davidcl0nel on January 16, 2014, 11:19:09 PM
Am I too stupid, is something broken (and I don't find it), or ..?

Hmm, your procedure sounds correct (thanks for being so explicit in your description!).  I've just recently played a bunch with the DotTune module on builds from last week, and I'm pretty certain that the automatic scanning works on my 50D.  Here are some thoughts:

Edit: just tested automatic scanning with the DotTune module using the Jan 17 nightly build, and it works on my 50D
Title: Re: Nightly Builds - try the very latest stuff here
Post by: llirik on January 18, 2014, 02:24:06 AM
I'm wondering if anyone could clear something up...

I get the idea of the nightly builds... but whenever I've looked there, the change log is SO confusing. In the past, I would follow threads and then I would see a new "build" date being talked about (this is for 5D 3 raw) and I would grab that and there'd be some discussion on changes or important fixes (i.e., separate audio being removed for raw)

I'm using the August 20- something build and came on here and I see mentions of an October build... but looking at the drive change log doc it's all voodoo code talk that I don't understand and I'm not sure how to see what the difference would be between the 5 month old build I'm using and something more recent.

Can somebody explain this a bit more, specifically in relation to the 5D3. What i've read on the forums here has now just confused me a whole lot more.

Thanks,
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on January 18, 2014, 03:46:45 AM
Quote from: llirik on January 18, 2014, 02:24:06 AM
I'm using the August 20- something build and came on here and I see mentions of an October build... but looking at the drive change log doc it's all voodoo code talk that I don't understand and I'm not sure how to see what the difference would be between the 5 month old build I'm using and something more recent.
Why don't you just try the latest build and see for yourself what's changed? If you can't understand the changelog, then there's nothing we can really do to explain it to you better. If there are major new features, they will popup in the forum. Bugs get fixed quite frequently, so there's no reason not to stay up to date.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: cyperlolly on January 18, 2014, 09:22:56 AM
Hi, I´m very new on this forum  ;D
I´m interested to work with ML. My camera, a 700D is brand new and I have installed the nightly Build 18.1.2014. I shot some raw video files and convert it in dng files with raw2dng.exe.
My problem is - I have in the middle of each dng frame pixel lines with pseudocolour and I want to know is that a problem of the camera chip or a bug of ML raw video? For better understanding I will post a picture.
It would by fine, if I get a feedback.

http://abload.de/image.php?img=test8okhu.jpg

edit: camera is ok, all pictures ok. J found a topic "PinkDotRemover Tool" that explains my problem, thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on January 18, 2014, 09:49:11 AM
Quote from: cyperlolly on January 18, 2014, 09:22:56 AM
Hi, I´m very new on this forum  ;D
I´m interested to work with ML. My camera, a 700D is brand new and I have installed the nightly Build 18.1.2014. I shot some raw video files and convert it in dng files with raw2dng.exe.
My problem is - I have in the middle of each dng frame pixel lines with pseudocolour and I want to know is that a problem of the camera chip or a bug of ML raw video? For better understanding I will post a picture.
It would by fine, if I get a feedback.

http://abload.de/image.php?img=test8okhu.jpg
For test your camera try an standard picture, as JPG or RAW. And h264! If that works, start with the last build for your camera, with the settings recommended for debs.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: davidcl0nel on January 18, 2014, 01:04:36 PM
@ayshih: Thanks for your reply.
The 60D hast no AF configuration, that is one missing feature to the 50D, propably to make a bigger difference to the 7D at this time.

I use the 70-200 IS II.

I tried it again, the values in the original Canon menu are the same as in the DotTune module menu, vice versa - so this works.
I tried with -20 to 20 manual and with the option "all lenses" instead of "this lens" - this seems to be the problem. "all lens"es works fine. There might be a problem, that its a zoom lens? In the Canon menu I got two values W and T (Wide and Tele it seems), but the one value in the DotTune module seems to stores to both settings (propably ok), but I again get these problems, that I even get at -100 and +100 a focus indication.
Anyway, no matter... I can use the "all lens" option and remember the values at 70mm and 200mm (and other lenses) and can store these manually with the original Canon menu. It is a big hit.... but "unfortunately" my 70-200 after the test want to set a "0" value - and this seems ok - because this lens IS very sharp - i never had problems with it. ;-)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ayshih on January 18, 2014, 05:21:29 PM
Quote from: davidcl0nel on January 18, 2014, 01:04:36 PM
@ayshih: Thanks for your reply.
The 60D hast no AF configuration, that is one missing feature to the 50D, propably to make a bigger difference to the 7D at this time.

I use the 70-200 IS II.

I tried it again, the values in the original Canon menu are the same as in the DotTune module menu, vice versa - so this works.
I tried with -20 to 20 manual and with the option "all lenses" instead of "this lens" - this seems to be the problem. "all lens"es works fine. There might be a problem, that its a zoom lens? In the Canon menu I got two values W and T (Wide and Tele it seems), but the one value in the DotTune module seems to stores to both settings (propably ok), but I again get these problems, that I even get at -100 and +100 a focus indication.
Anyway, no matter... I can use the "all lens" option and remember the values at 70mm and 200mm (and other lenses) and can store these manually with the original Canon menu. It is a big hit.... but "unfortunately" my 70-200 after the test want to set a "0" value - and this seems ok - because this lens IS very sharp - i never had problems with it. ;-)

Ah, yes, I forgot that AFMA is missing from the 60D.  It sounds like your specific lens has not been registered in your camera in the way that initializes everything properly for the DotTune module.  See these posts from the DotTune thread:

http://www.magiclantern.fm/forum/index.php?topic=4648.msg29451#msg29451
http://www.magiclantern.fm/forum/index.php?topic=4648.msg29772#msg29772

How about, using "this lens", try first setting arbitrary AFMA values to W and T, different from each other, and then trying the DotTune module again.

Regardless, this is not an issue specific to the nightly builds, so further discussion should probably move to the DotTune thread.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on January 19, 2014, 04:27:32 AM
hello, I am using ML with 5D2. Sometime between Jan 11 and Jan 18 the temperature display was messed.
Instead of the temperature in C and F a 3 digit value is displayed like: 144 raw
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ayshih on January 19, 2014, 04:38:42 AM
Quote from: tron on January 19, 2014, 04:27:32 AM
hello, I am using ML with 5D2. Sometime between Jan 11 and Jan 18 the temperature display was messed.
Instead of the temperature in C and F a 3 digit value is displayed like: 144 raw

There's been a recent push to confirm that the temperatures were being accurately converted from the raw value for each camera, and cameras for which calibration data were not taken yet were reverted to display just the raw values for temperature.  See this thread (http://www.magiclantern.fm/forum/index.php?topic=9673.0) for more information.  Temperature measurements for the 5D Mark II were just provided yesterday (http://www.magiclantern.fm/forum/index.php?topic=9673.msg96606#msg96606), so I imagine you'll have human-readable temperatures again in the nightly builds in the near future.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: escho on January 19, 2014, 11:42:19 AM
Quote from: tron on January 19, 2014, 04:27:32 AM
hello, I am using ML with 5D2. Sometime between Jan 11 and Jan 18 the temperature display was messed.
Instead of the temperature in C and F a 3 digit value is displayed like: 144 raw

Should be back in next nightly.

Edgar
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on January 20, 2014, 11:26:06 AM
Quote from: escho on January 19, 2014, 11:42:19 AM
Should be back in next nightly.

Edgar
And... it is  :)

Thank you.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 21, 2014, 01:22:32 PM
Nanomad just did a very fine job and integrated the feature matrix into the nightly builds page:

http://builds.magiclantern.fm/#/features
Title: Re: Nightly Builds - try the very latest stuff here
Post by: gary2013 on January 21, 2014, 02:30:52 PM
why is the eosm missing from the nightly builds of ML?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 21, 2014, 02:54:44 PM
Because there was no real progress in bringing it up to date and merging the code from TL (same with 7D), so we have disabled these builds again. This time it was no longer my decision.

Sorry, a promise is not enough.

On the upside, 1100D builds are back thanks to dmilligan, and 50D is going strong thanks to ayshih. Keep up the good work!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: gary2013 on January 21, 2014, 03:05:24 PM
Quote from: a1ex on January 21, 2014, 02:54:44 PM
Because there was no real progress in bringing it up to date and merging the code from TL (same with 7D), so we have disabled these builds again. This time it was no longer my decision.

Sorry, a promise is not enough.

On the upside, 1100D builds are back thanks to dmilligan, and 50D is going strong thanks to ayshih. Keep up the good work!
Hi Alex. Thanks for the quick reply. i would think it would stay so anyone can at least get the last build that was posted and working.

What happened to Jordan with the TL merge to ML for the M?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on January 21, 2014, 05:47:46 PM
Quote from: a1ex on January 21, 2014, 02:54:44 PMso we have disabled these builds again.

This is troubleing indeed.
If you (= as in devs, plural) have reached some sort of consensus about how you are going to handle this issue:
Would you mind sharing some thougths with those at the receiving end (= as in users, plural)?

Das ist betrueblich.
Falls ihr (= wie in Entwickler, pl) eine wie auch immer geartete Uebereinstimmung erzielt habt, wie in diesem Punkt weiter verfahren werden soll, waere ich dankbar, falls ihr uns vom anderen Ende der Kette (= wie in Endbenutzer, pl) was dazu mitteilen koenntet.

Ciao
Walter

Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on January 21, 2014, 06:13:52 PM

The bottom line is that we don't feel these ports are ready for easy public consumption yet. There are fixes around in other repositories that would make them better but without an effort from someone to try and merge all the stuff back into the main repository we had to make a call and stop publishing the automated builds.

It's not like we are abandoning the ports. Think of this as a desperate call for help to the community.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on January 21, 2014, 06:24:37 PM
Quote from: nanomad on January 21, 2014, 06:13:52 PMThink of this as a desperate call for help to the community.

And not the first one! I got this.

But I'm sorry to say I'm not up to that task. My coding skills are limited, to put it mildly.


Ciao
Walter
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on January 21, 2014, 06:28:42 PM
I know it's not a trivial task but it's not impossible either. I bet everyone here is willing to provide all the help and support he can to whoever steps up. This includes mentoring and access to tools if needed.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Grovesky7 on January 22, 2014, 07:48:11 AM
As these builds make my life so much better in terms of getting a creative fix and being able to fulfill it, I am more than willing to put time in to work on this build, as well as the 100D/ SL1. That being said, I have little to no knowledge about the underthehood workings. If someone wrote out a layman's terms point-in-the-right-direction post on where to get started to get the fastest payout, I will definitely dedicate any free time to fulfilling this community endeavor. AND with that being said, I am in school studying Chinese full-time, so my workflow would be erratic at best. Please let me know if my effort would be useful or not.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 22, 2014, 08:10:21 AM
Besides the sticky topics about how to setup your development environment, this can be a starting point for novice developers: http://www.magiclantern.fm/forum/index.php?topic=9625

(these tasks require only basic C skills, and I think a CS student should have no difficulties in solving any of them)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Grovesky7 on January 22, 2014, 08:28:19 AM
Thanks alex. I will put some time aside to dive in and see what I can get into. Much appreciated :-)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: engardeknave on January 22, 2014, 08:45:54 AM
I feel like there ought to be some sort of blockchain solution to remunerate developers for performing requested tasks. Something like: someone creates a development task and people pay some sort of coin into it, then a dev submits a solution, for which he is paid after a certain threshold confirmations that it works.

I think everyone realizes that developers should be paid, but the whole process of organizing it too costly in terms of time and effort. Not to mention gauche. You guys should get on this. I'm too lazy to learn how to code better, but I'd chip in for features.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: hardmaninc on January 24, 2014, 04:29:33 PM
Hi All

I am using a 600D for video I have a Rode mic attached and I have am wondering what version of ML Nightly to put on the camera to get the best for video ? Also I have been told to also put tragic lantern on to help with the audio hiss ?  Cheers
Title: Re: Nightly Builds - try the very latest stuff here
Post by: rsmith02 on January 26, 2014, 10:24:15 PM
I have the same setup with the 600D. I'd install a recent ML nightly version. For audio you don't need to do anything special beyond turn up the Rode mic and turn down the camera's gain.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: 5D3shooter on January 27, 2014, 03:32:21 AM
Latest build : "Built on: 2014-01-26 16:11:15 -0800"

Crashed my 5d3 while it was doing CF card test when I first turned it on.  I removed the battery and it's been fine since.  I have the crash logs if they're needed.

Also, why is the MLV RAW getting stuck at 1280X448 when I try to shoot 60P?  No matter how I try to reset the camera or change the canon setting first then enable the MLVRAW it won't go to 720. It will do 1920x1080 24P just fine.  Forgive me if there was a post on this but I haven't been able to find anything about it.

Thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: hardmaninc on January 27, 2014, 05:19:01 PM
Quote from: rsmith02 on January 26, 2014, 10:24:15 PM
I have the same setup with the 600D. I'd install a recent ML nightly version. For audio you don't need to do anything special beyond turn up the Rode mic and turn down the camera's gain.


So in the audio setting which do I turn up and which do I turn down ? sorry

Thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: stoopkid on January 28, 2014, 02:21:02 AM
Build  2014-01-26 17:23:15 -0800 on 550D crashes when trying to "Q" in to Vignetting options, battery has to be removed. However everything is fine if I just switch Vignetting on. I don't know what build I was on last, but it worked maybe some time in Nov or Dec.

Thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: rsmith02 on January 28, 2014, 05:20:24 AM
Quote from: hardmaninc on January 27, 2014, 05:19:01 PM

So in the audio setting which do I turn up and which do I turn down ? sorry

Thanks

If you have the Rode VideoMicPro, turn the settings on the back to +20 and turn down the audio gain on the Canon or the ML menu. If you have the VideoMic, it doesn't have +20 so you'll need somewhat higher gain set on the camera to get usable audio. That means more hiss.

http://www.lockergnome.com/news/2012/09/20/how-to-use-a-rode-videomic-pro-with-a-canon-t3i/
Title: Re: Nightly Builds - try the very latest stuff here
Post by: hardmaninc on January 28, 2014, 09:34:38 AM
Great Thanks :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: mattH on January 28, 2014, 06:23:26 PM
No no 7D then?   :'(

Just joined today on the promise of ML for the 7D. 

Sorry - not a coder.  Unable to assist in that side of it.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 28, 2014, 06:38:39 PM
No, and I don't see any signs of improvement. I'm very sad to see most key people ignoring this problem and I'm thinking seriously about quitting ML development because of this.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on January 28, 2014, 08:24:02 PM
I cannot understand why you do not leave the older ML versions for people to download. Even an older nightly build is better than nothing for cameras like 7D, 6D etc...

I hope you do NOT mean quitting the WHOLE ML development for that. It would be a PITY!
True not many write code but at least some of us test the builds and report back.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on January 28, 2014, 08:28:17 PM
Some suggestions: ML 5D series part may skyrocket if: 5D3 supported both: boot flag clearing and latest firmware. Just my personal opinion though (I ADMIT) and you have answered that already (at least the boot flag issue).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 28, 2014, 08:31:51 PM
I've stopped commiting in the last 2 months hoping people will become aware of the problem and will do something to improve it. With the exception of 50D, there was no real progress in merging back the code from TL; they keep moving away from the main line, they take all the cool stuff from ML without giving anything back, and I can't solve it alone.

I don't want to dictate what others should do, so I'll only decide what I should do. I just can't continue like that, sorry.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on January 28, 2014, 11:31:56 PM
So there is still the 5Dx family and the 50D. It would be a pity to leave us. You know people believe in ML.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: VisualPursuit on January 29, 2014, 04:34:54 AM
Thanks to Chris_overseas there is major advancement in support of the
current 1.2.3 firmware of the 5D3, a milestone in my eyes.

I am pretty confident that the boot flag issue can be solved as well,
and that the support of 1.2.3 will definitely bring in more people testing.

This in turn might bring a boost of interest and consequently attract more
developers.

Rumors about the death of ML are highly exaggerated, to say it this way.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ayshih on January 29, 2014, 07:12:31 AM
Quote from: stoopkid on January 28, 2014, 02:21:02 AM
Build  2014-01-26 17:23:15 -0800 on 550D crashes when trying to "Q" in to Vignetting options, battery has to be removed. However everything is fine if I just switch Vignetting on. I don't know what build I was on last, but it worked maybe some time in Nov or Dec.

Thanks.

This bug has been fixed as of tonight's nightly build (e.g., magiclantern-v2.3.NEXT.2014Jan29.550D109.zip).  You can test and confirm this on your end.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dafreaking on January 29, 2014, 12:10:18 PM
Quote from: hardmaninc on January 27, 2014, 05:19:01 PM

So in the audio setting which do I turn up and which do I turn down ? sorry

Thanks

I use the VideoMic (not pro) with the T3i/600D too. I was using one of the nightlies from end December but that would result in the camera heating up a lot. I switched to an older (September end) nightly and the temps are under control.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on January 29, 2014, 03:48:27 PM
Quote from: VisualPursuit on January 29, 2014, 04:34:54 AM
Rumors about the death of ML are highly exaggerated, to say it this way.

It's not a rumor when one of two main developers says it.




Alex, if this is your site why not stop allowing support or distribution for anything TL related on the forum. Flush it out.

I wouldn't even use ML if it wasnt for you or g3gg0.

I understand it's open source but as long as it's here it will always be confused with the main ML build. Especially since people are ignoring your warnings and bricked cameras are starting to show up.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: poromaa on January 29, 2014, 04:48:24 PM
Quote from: a1ex on January 28, 2014, 08:31:51 PM
I don't want to dictate what others should do, so I'll only decide what I should do. I just can't continue like that, sorry.

I think you do the right thing not dictating (not much for regulation), however, is there anything one can contribute with, other than programming? I mean, would money solve anything?
  Maybe one could start a tip-jar for people working with the unified ML-branch? Maybe a simple list with things/functions that need to be unified before new features, and a tip-jar for it. Could that encourage people to do some "boring" programming for the sake of the ML-project?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on January 29, 2014, 05:35:50 PM
Quote from: VisualPursuit on January 29, 2014, 04:34:54 AM
Thanks to Chris_overseas there is major advancement in support of the
current 1.2.3 firmware of the 5D3, a milestone in my eyes.

I am pretty confident that the boot flag issue can be solved as well,
and that the support of 1.2.3 will definitely bring in more people testing.

This in turn might bring a boost of interest and consequently attract more
developers.
+1000

These are the improvements I am waiting for to put ML to my 5D3.

But while waiting I refuse to upgrade my 5D2, the sole reason being using and testing ML on this.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on January 29, 2014, 05:38:38 PM
Quote from: Stedda on January 29, 2014, 03:48:27 PM
It's not a rumor when one of two main developers says it.

Alex, if this is your site why not stop allowing support or distribution for anything TL related on the forum. Flush it out.

I wouldn't even use ML if it wasnt for you or g3gg0.

I understand it's open source but as long as it's here it will always be confused with the main ML build. Especially since people are ignoring your warnings and bricked cameras are starting to show up.
To tell the truth the very thought had crossed my mind but I was reluctant to suggest it. I would feel comfortable with this though. Code for the current and future (if any) modules could be stopped being free and just distributed between a couple of trusting developers from now on for example.  We (users) can always test the nightly builds...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: VisualPursuit on January 30, 2014, 03:50:36 PM
Regarding the advancements by Chris_overseas - can someone please
setup a new platform branch in the nightlies for 5D3-1.2.3?

I know it is far from even being Alpha, but I am willing to give it a shot.
The thing is just that I am too far away from programming to complie it myself.

I can offer to risk my camera and to test.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on January 31, 2014, 06:33:38 PM
It will be setup when the pull request is merged into the mainline.

Compiling (http://www.magiclantern.fm/forum/index.php?topic=9517.0) is easy if you're willing!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Marsu42 on January 31, 2014, 08:07:37 PM
Quote from: a1ex on January 28, 2014, 06:38:39 PM
No, and I don't see any signs of improvement. I'm very sad to see most key people ignoring this problem and I'm thinking seriously about quitting ML development because of this.

Ignoring and being unable to do anything about it are two different things. I cannot find the words to praise alex' terrific contribution to ml, but the way oss works this is not the first time the forking problem occurs :-\

All I can say is that I've said my piece on this more than one time & tried to nudge the current TL maintainer into seeing how this might end, despite the fact that of course he's also sharing his TL work with current 6d owners and deserves to be thanked for that.

Quote from: Stedda on January 29, 2014, 03:48:27 PM
Alex, if this is your site why not stop allowing support or distribution for anything TL related on the forum.

I could understand this, and probably even the current TL maintainer would, the confusion caused by this is reason enough to separate a permanent fork from the ml main line. But as 1% says publicly in his last commit things might change yet: https://bitbucket.org/OtherOnePercent/tragic-lantern-6d/commits/a40939b7d8e0d155ca99ce539903ced815933020

Personally, I'm willing to switch back to ML the instant some basic ml 6d maintenance is found (I don't have the time). The buggyness should then be comparable with the TL level, i.e. the most important (raw) features work more or less and there's some basic commit stability check like 1% does ... as I already admitted to alex, I barely have time to *use* my 6d & just cannot cannot debug it :-o
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 31, 2014, 08:42:55 PM
Sounds like a huge step in the right direction. Also, Nanomad did great progress in cleaning up TL code and merging it back to ML (look at latest commits).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: FotosbyMike on February 01, 2014, 07:24:00 PM
I don't want to enable to boot flag on my 5D3 and I don't really care about RAW video but I would like to install nightly builds to have some more options. Can I use the 5D300113.FIR file from the Alpha build and the ML folder from a nightly build like, magiclantern-v2.3.NEXT.2014Jan29.5D3113? Thanks a lot.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on February 01, 2014, 10:35:07 PM
No
Title: Re: Nightly Builds - try the very latest stuff here
Post by: FNJ on February 02, 2014, 12:34:41 PM
Hi there,
i just installed the latest nightly build for my canon 5d2, but now it says FONTS.DAT not found during installation.
I used an older build without any problems. Am I doing something wrong?
I copied the magic lantern v.2.3 - 5d2-212.fr (correct firmware on 5d2) and the ML folder and autoexec.bin file from v.2.3.NEXT.2014FEB02.5D2212 to my CF Card.

I look forward to an assistance...

Thanks Guys!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on February 02, 2014, 12:42:02 PM
You don't need to run the installer each time you upgrade the nightly build....
Title: Re: Nightly Builds - try the very latest stuff here
Post by: FNJ on February 02, 2014, 01:01:09 PM
Cool. got it. Thanks!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Towndown on February 05, 2014, 07:14:13 PM
For ten days they add new features, then for the rest of the month they fix things. ... Be sure to read the following pages before trying these out: ... You could expect breakage when running which can be downloaded from here. Nightly Builds. Nightly Builds are made on a daily basis and contain the most recent changes.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 05, 2014, 07:19:42 PM
What are you talking about?!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on February 06, 2014, 11:54:18 AM
No breakages... just bugs :) stop scaring people  8)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: albert-e on February 06, 2014, 03:16:23 PM
Quote from: Towndown on February 05, 2014, 07:14:13 PM
For ten days they add new features, then for the rest of the month they fix things. ... Be sure to read the following pages before trying these out: ... You could expect breakage when running which can be downloaded from here. Nightly Builds. Nightly Builds are made on a daily basis and contain the most recent changes.

I forgive you; you're new to ML. Hang in there, in time you'll see how great ML is!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on February 06, 2014, 03:30:27 PM
This guy is spazzzzzing out on random threads....
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on February 06, 2014, 05:25:06 PM
bot?
Title: Auto ETTR is missing in Expo menu on 700D
Post by: kopir on February 08, 2014, 08:25:08 AM
Hello,

Just tried 3 different nightly builds (Feb 8, 2014; Dec 16, 2013; Nov 16, 2013) for 700D camera.
I don't see Auto ETTR option on Expo page. Is it no longer supported or is it 700D-specific problem or am I doing something wrong?
I was originally looking for Bulb ramping feature but found that you depricated it in favor of AutoETTR. I don't see ether in latest builds.
I am trying to use your software for a first time so it could be that I am doing something wrong.
Please advise.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on February 08, 2014, 08:29:04 AM
Provided you have copied all of the files from the zip to the card, you need to enable the module from the module tab.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kopir on February 09, 2014, 06:03:23 AM
Enabling the module did the trick. Thank you
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RogueFive on February 12, 2014, 03:31:09 AM
last 2 builds for the 600d are broken for me, reverted back to magiclantern-v2.3.NEXT.2014Feb10.600D102
no error message, just blinking light on startup, black screen

(sorry, lost my account info, starting over)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: MrComputerRevo on February 12, 2014, 11:03:46 AM
Quote from: RogueFive on February 12, 2014, 03:31:09 AM
last 2 builds for the 600d are broken for me, reverted back to magiclantern-v2.3.NEXT.2014Feb10.600D102
no error message, just blinking light on startup, black screen

Same for me on 600D. It gives 2 long and 3 short blinks (if that makes any sense) and just does that over and over again. Latestbuild that works is from 10th of February.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: beemanpl on February 12, 2014, 11:30:35 AM
Quote from: MrComputerRevo on February 12, 2014, 11:03:46 AM
Same for me on 600D. It gives 2 long and 3 short blinks (if that makes any sense) and just does that over and over again. Latestbuild that works is from 10th of February.

I have the same problem...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on February 12, 2014, 01:13:36 PM
looks like some changes pushed the binary size over it's limit

from http://builds.magiclantern.fm/jenkins/job/600D.102/199/consoleText

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  EXIDX          0x06f0e4 0x00cef0e4 0x00cef0e4 0x00008 0x00008 R   0x4
  LOAD           0x000100 0x00c80100 0x00c80100 0x6efec 0x8093c RWE 0x100


MemSiz needs to be less than 0x80000 (we have the same problem on 1100D)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 12, 2014, 02:06:43 PM
Solved. Didn't disable anything, just cleaned up some unused stuff.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RP9 on February 12, 2014, 11:17:10 PM
Hey guys,

first time on this forum, so hey everybody :D
I already gained some experience with ML as I previously used the Beta on my 5Dc  a lot (worked like a charm). Having bought myself a new toy last week, a brand new 5D Mark II, and using the stable ML 2.3 since then, I'm now willing to give the ML 'Nightly Builds' a shot.

Most of the features seem to work pretty well and the new design is also a big improvement. However, there seems to be a huge bug within the latest NB. Whenever I want to switch off the camera (or manually choose the automatic "Sensor cleaning") the camera crashes while showing the sensor cleaning screen for ages. I have to remove the battery to continue.

If I can help with log-files or similar just let me know!

Best.
RP9



 
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 12, 2014, 11:21:09 PM
Are you sure the bug is present in the latest nightly?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RogueFive on February 13, 2014, 01:01:52 AM
Quote from: a1ex on February 12, 2014, 02:06:43 PM
Solved. Didn't disable anything, just cleaned up some unused stuff.
:D works like a charm, thank you for the fast service!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: federico.albertini on February 13, 2014, 04:33:27 AM
600d now is working perfectly again (2014Feb13.600D102)
Thank you guys!
:D
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Arthur Rambo on February 13, 2014, 01:18:35 PM
Hello beautiful people !
I have been shooting 4 days in a row ( in a raw ^^)  with those nightly builds : 06_02_2014 * 07_02_2014 * 08_02_2014
Everything went smooth, except one thing. For no apparent reasons, the frame rates skipped randomely from 25 fps to 29.776. I'd say one clip went wrong every 8 "good" 25 fps clips. I only noticed that when I converted my MLV to DNG sequences (thanks to Tony and his great mlv converter : http://www.magiclantern.fm/forum/index.php?topic=10198.0 )

I'm on a 5D Mark III
Global Draw : On all modes
Cropmarks : On
Raw video (MLV) : 1920x818 (2.35:1), Global draw : Allow

Is it a known bug ?
Thank you a lot !
Samuel
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jason Montalvo on February 13, 2014, 02:09:47 PM
Quote from: Arthur Rambo on February 13, 2014, 01:18:35 PM
Hello beautiful people !
I have been shooting 4 days in a row ( in a raw ^^)  with those nightly builds : 06_02_2014 * 07_02_2014 * 08_02_2014
Everything went smooth, except one thing. For no apparent reasons, the frame rates skipped randomely from 25 fps to 29.776. I'd say one clip went wrong every 8 "good" 25 fps clips. I only noticed that when I converted my MLV to DNG sequences (thanks to Tony and his great mlv converter : http://www.magiclantern.fm/forum/index.php?topic=10198.0 )

I'm on a 5D Mark III
Global Draw : On all modes
Cropmarks : On
Raw video (MLV) : 1920x818 (2.35:1), Global draw : Allow

Is it a known bug ?
Thank you a lot !
Samuel

Are you shooting in crop mode? Whether you are or not enable FPS Override in the movie menu of ML and select your desired frame rate, then select exact fps as the mode.

That should do the trick.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Arthur Rambo on February 13, 2014, 02:18:11 PM
Hi Jason,
Yes, I shot in crop mode to reduce the amount of data.
Thanks a lot for the trick, I wasn't aware of this solution !
Samuel
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jason Montalvo on February 13, 2014, 02:23:34 PM
Anytime Samuel !!

Title: Re: Nightly Builds - try the very latest stuff here
Post by: RP9 on February 13, 2014, 05:53:30 PM
Quote from: a1ex on February 12, 2014, 11:21:09 PM
Are you sure the bug is present in the latest nightly?

Nope, just tried out the Feb13 NightlyBuild. The camera now switches off correctly after showing the sensor cleaning screen for some seconds.

But now the sensor cleaning screen comes up directly after I switch the camera back on and stays there until I press a button.

As in the previous build, when I manually trigger the "automatic sensor cleaning" out of the Canon menu, the camera only shows the screen (and also stays there until I press a button), but it doesn't seem to do the full procedure as there is absolutely no sign/sound of mirror movement.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 13, 2014, 05:58:07 PM
Okay, will keep investigating then.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 13, 2014, 09:01:49 PM
Just updated nightly builds; the most interesting stuff IMO is:

- memory backend updates (http://www.magiclantern.fm/forum/index.php?topic=8358.msg101243#msg101243) (this one is huge, I expect massive improvements in overall stability)
- pink frame fix for 5D3 (http://www.magiclantern.fm/forum/index.php?topic=10443) (I've only tried on 123, let me know if it works on 113)
- partial pink frame fix for 60D (seems OK in crop mode at 2.5K, but still got pink frames at 60fps)
- for 5D2, another attempt at sensor cleaning fix

From ayshih:
- [50D] TL backport: display filters (ML grayscale preview, anamorphic, etc.) work now
- [ALL] mlv_rec: global draw is restored after finishing a recording

From mk11174:
- audio remote shot on 650D/700D

Some more notable updates from the past few days (already old news for many of you, but maybe not for all):

- from dmilligan: multi-level submenus
- from mofig: more slit-scan modes, including a finish-line camera mode (http://www.magiclantern.fm/forum/index.php?topic=9907.0)
- from viniciusatique: movie restart on 5D3
- from Marsu42: tweaked warnings on bad settings
- from nanomad and dmilligan: photo raw and dual ISO on 1100D (old news already)
- from escho: cold pixel fix in raw2dng (http://www.magiclantern.fm/forum/index.php?topic=9700.msg97930#msg97930) (also old news, work in progress for mlv)

Note: there are some failed builds that lack a stub for memory backend. Just find that stub and these builds will be resumed.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: RP9 on February 13, 2014, 09:38:24 PM
Sensor cleaning bug seems to be fixed! Thanks a lot.

Anything else to check right now?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 13, 2014, 09:49:29 PM
The memory backend updates affect pretty much everything.

For example, silent pictures used to crash if you used them at the same time with raw recording (both were fighting over the entire shoot memory). Now I'm trying to trigger an err70 and I can't any more.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on February 13, 2014, 10:27:26 PM
Quote from: a1ex on February 13, 2014, 09:01:49 PM
Note: there are some failed builds that lack a stub for memory backend. Just find that stub and these builds will be resumed.

Platforms left to be fixed:
500D
550D
600D
Title: Re: Nightly Builds - try the very latest stuff here
Post by: noix222 on February 13, 2014, 11:22:05 PM
hello guys.. im just testing the new build (13/02/2014) on my mk3... im not getting any pink frames at all... but i've noticed that i cant get faster recording speed like some other older builds... 24fps is fine in 1920x1080 - continuous ... 30fps gives me only 500 frames... i used to get continuous shooting with other builds.. same normal configuration.... any ideas? im with card spanning on and all the hacks ON... also when i open the image in ACR it comes all green (corrected when i press auto white balance), note: the same file in davinci comes fine not greenish.

any idea?

thanks a lot guyssss

Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 13, 2014, 11:27:24 PM
30 fps at 1920x1080 is continuous here with raw_rec, 104 MB/s, Komputerbay 1000x, 5D3 123 (http://www.magiclantern.fm/forum/index.php?topic=9827).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: noix222 on February 13, 2014, 11:38:43 PM
raw_rec is faster than MLV? im gonna try that.. im on KOMPUTERBAY 64gb 1000x as well... but im on firmware 1.1.3..

also any idea about the green frame?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 13, 2014, 11:41:10 PM
Look in the duplicate question area ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: noix222 on February 13, 2014, 11:49:04 PM
alright now i got 98MB.... not continuous 30fps yet... but now went from 15 seconds to 30 seconds recording.... do you think it can be faster if i go to firmware 1.2.3 ? thanks a1ex!!!!

i did a lot of testing.... MLV is not sustaining high bit rate anymore... don't know why. I have all set properly but i cant get 30fps continuous.... :( ---- i have a komputerbay 1000x 64gb. Using RAW_REC it stays around 99MB all time nothing more... using MLV the SD gets 17.2mb all time but CF stays around 50MB 60MB nothing more.. any idea?

thanks guys!!!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: eikerir on February 14, 2014, 03:17:10 AM
is there any way to see the space remaining in the card on the 600D? Every time i try the latest builds with the redesigned GUI i can't see it on screen even if activated on the menu. Any help appreciated!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 14, 2014, 07:14:39 AM
MLV thread is here (http://www.magiclantern.fm/forum/index.php?topic=7122).

I don't expect 123 any faster or slower than 113, I only told you what I was using. Maybe I've got a better copy of that card, who knows.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 15, 2014, 08:45:37 PM
More recent updates included in the nightly builds (http://builds.magiclantern.fm/):

From dmilligan:
- menu caret (http://www.magiclantern.fm/forum/index.php?topic=10422.msg101117#msg101117) (for menu items with lots of choices, like intervalometer time, number of shots, memory browser, you have both fast toggling and caret-based editing at digit level, so dialing values like 3h10m05s or 1005 shots it's now really quick and intuitive)

From nanomad:
- zebras in QuickReview (after taking a picture) for cameras without a dedicated button for it (1100D, 650D, 700D and EOS-M)
- EOS-M back to nightly builds (http://www.magiclantern.fm/forum/index.php?topic=9741.msg101787#msg101787) (progress with backporting from TL)

From g3gg0:
- 7D back to nightly builds (http://www.magiclantern.fm/forum/index.php?topic=9848.msg101561#msg101561) (vyskocil backported mlv_snd from TL)
- progress on mlv_rec and io_crypt

From Marsu42:
- first steps towards bringing the 6D back to mainline (http://www.magiclantern.fm/forum/index.php?topic=3904) (the port is confirmed to be working (http://www.magiclantern.fm/forum/index.php?topic=10288.msg100915#msg100915) - also by mofig - so let's enable the nightly builds)

From pompeiisneaks aka frenchiefilms, nanomad and chris_overseas:
- 5D3 time/bitrate indicator (http://www.magiclantern.fm/forum/index.php?topic=9282.msg101291#msg101291) updated for lvinfo (http://www.magiclantern.fm/forum/index.php?topic=8539.msg79753#msg79753) (todo: port it on the other cameras)

From escho:
- cold pixel fix in mlv_dump (http://www.magiclantern.fm/forum/index.php?topic=9700.msg101822#msg101822)

From Audionut:
- refactored Post Deflicker (http://www.magiclantern.fm/forum/index.php?topic=10496) into a module (with help from nanomad)

From me:

mlv_rec/mlv_snd (http://www.magiclantern.fm/forum/index.php?topic=7122.msg101602#msg101602):
- audio meters will only appear when sound is enabled (and disappear when it's not)
- audio working with FPS override

raw_rec:
- minor UI tweaks

We are looking for people with sufficient time, motivation and skill to maintain the above-mentioned ports. If this describes you, your help is more than welcome. Start by solving something from the EasyCoding tasks (http://www.magiclantern.fm/forum/index.php?topic=9625), or just find something you can improve or refactor, code it and submit a pull request (http://www.magiclantern.fm/forum/index.php?topic=7940.0) to Magic Lantern's main repository (don't just maintain your own fork (http://www.magiclantern.fm/forum/index.php?topic=9508.msg101507#msg101507)).

Happy coding/testing!
Title: Nightly Builds - try the very latest stuff here
Post by: swinxx on February 15, 2014, 10:14:47 PM
whow great that there is so much progress. thx for all your hard work
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 16, 2014, 07:54:10 AM
Please keep the camera-specific discussion in the threads linked above.

In particular, since these are backports from Tragic Lantern, there may still be difference between the builds. You should compare the two builds side-by-side, so the developers know what else needs to be backported.

Reminder: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
Title: Re: Nightly Builds - try the very latest stuff here
Post by: bkostelac on February 21, 2014, 11:37:27 PM
For the Feb 21, 2014 build, I had to explicitly choose cf card as the preferred card otherwise it would record straight to sd. The benchmark test says it was testing cf card but was tapping out at around 20mb/s. When I did a few test shots and searched for the content it was on the SD. I don't know if this is widespread or just an issue with my camera 5d3 1.1.3

Just thought it is worth pointing out. Cheers.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 21, 2014, 11:44:37 PM
Should be default in next nightly (I had this enabled on 5D3 123 and now I've backported it).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Extreme Ham on February 26, 2014, 04:50:53 AM
Hey, I'm new to the forum/ML and after a search, found nothing about my question: It's okay to download and install an older nightly build if I want to, right? On the original post, it says something like "make sure you download the right version for your camera," and I assume that just means, "don't download the 7D build if you have a 60D."
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ItsMeLenny on February 26, 2014, 05:04:22 AM
Quote from: Extreme Ham on February 26, 2014, 04:50:53 AM
Hey, I'm new to the forum/ML and after a search, found nothing about my question: It's okay to download and install an older nightly build if I want to, right? On the original post, it says something like "make sure you download the right version for your camera," and I assume that just means, "don't download the 7D build if you have a 60D."

Yes you can download an older nightly. Not sure what the point would be though unless you find a bug in the new nightly, then you can revert to an older one. But usually newer nightlies fix bugs.
And correct, don't put a 7D build on your 60D.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: funkysound on March 10, 2014, 12:23:31 PM
I just saw that there is a "EOSM.202.CLEANUP" Version in the Nightly Builds.
What is it and where is the difference compared to the normal EOSM.202 version?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on March 10, 2014, 12:46:24 PM
Quote from: funkysound on March 10, 2014, 12:23:31 PM
I just saw that there is a "EOSM.202.CLEANUP" Version in the Nightly Builds.
What is it and where is the difference compared to the normal EOSM.202 version?

Click on the Changelog button and compare... look back a few days if needed....
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on March 10, 2014, 01:09:18 PM
It was some experimental stuff that should be already in the regular nightly.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Mars67 on March 10, 2014, 04:34:07 PM
Not sure if this is the 100% right thread to post but I really need to say this. I have only recently discovered ML and installed it on my 550D. I really want to thank and congratulate all the people developing and contributing to this fantastic firmware enhancement. I am amazed at the knowledge and skills in evidence. I simply cannot believe how much more functional the camera is and the mind-blowing features that you guys are developing and adding. I am testing the latest nightly build now and have not found any issues. WOW!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: wodseme on March 12, 2014, 07:42:53 PM
Running magiclantern-v2.3.NEXT.2014Mar12.5D3113 build with a 32 Sandisk Extreme pro card (160 Mbps R/W). Recording MLV with audio module loaded, Global draw off, memory hacks on, memory spanning etc turned on to record ultra HD RAW video. So far, my set up allows for continuos recording of 2048x1152. I used mlv2dng for osx to generate dng sequence. The sequence appears to be fine, but when imported to Davinci resolve, its broken up into several clips. Lightroom imports only readable dng files while ignoring some. Its like its dropping frames....or rather some frames are not recording properly.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: bogor62 on March 13, 2014, 10:06:21 AM
The last builds are going be better and better ,keep on continue ,good job ,btw I'm using a 1100D.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: daveRe78 on March 17, 2014, 10:12:13 PM
Great work, love the 5d mark 3 1.2.3 build. Little nitpick, the camera doesn't turn on when my eye-fi card is in the sd-card slot. Still, great job :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: robbie75vr on March 18, 2014, 10:21:50 AM
Quote from: daveRe78 on March 17, 2014, 10:12:13 PM
Great work, love the 5d mark 3 1.2.3 build. Little nitpick, the camera doesn't turn on when my eye-fi card is in the sd-card slot. Still, great job :)

To use it, just copy the latest night build over the old version or .. ? Thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: EuAcelasi on March 18, 2014, 05:31:54 PM
Quote from: wodseme on March 12, 2014, 07:42:53 PM
Running magiclantern-v2.3.NEXT.2014Mar12.5D3113 build with a 32 Sandisk Extreme pro card (160 Mbps R/W). Recording MLV with audio module loaded, Global draw off, memory hacks on, memory spanning etc turned on to record ultra HD RAW video. So far, my set up allows for continuos recording of 2048x1152. I used mlv2dng for osx to generate dng sequence. The sequence appears to be fine, but when imported to Davinci resolve, its broken up into several clips. Lightroom imports only readable dng files while ignoring some. Its like its dropping frames....or rather some frames are not recording properly.

I tried to Enable/Desable the settings but it doesn`t allow me to go over 1080... says it isn`t possible in current video mode... What`s wrong?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on March 18, 2014, 05:40:23 PM
You have to use Crop Mode to bypass this limitation. Other limitations will occur then, of course.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: eyeland on March 18, 2014, 11:20:57 PM
magiclantern-v2.3.NEXT.2014Mar14.5D3113 running seemingly very stable and without any noticeable glitches so far :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: moneymandagod on March 20, 2014, 04:32:11 AM
nighlty build tester

i got ML running on the canon 700d, but I am not able to record raw video. when i try to record it drops frame and disables record, someone help me please. overall I'm feeling that ML for the 700d is near stable and can't wait for the ML 2.3 firmware for 700d. I'm a ML tester and is always willing to help, but that is the only bug i have to report at this time.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on March 20, 2014, 05:16:27 AM
Please report properly:
Settings used, card used, number of frames before drop ...

And using a decent font would be fine, too.
Title: Question about the developement of Nightly Builds
Post by: fotogemeinschaft_de on March 21, 2014, 10:30:39 AM
I would like to understand the development order of the nightly builds (f.i. the important bleeding edge Build of Canon 5d MK 3 (firmware 1.2.3.) is dated 17.3.14 and the Nightly build of the firmware version 1.1.3 is dated 21.3.14; why (in the development cycle) the development of the old firmware version is more important than the development of the newer firmware version?

IMHO the ML-version for newer firmware-version (1.2.3.) seems to be much more important (because of easy (de)installation etc.) than the development of the old one.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on March 21, 2014, 11:23:33 AM
1.1.3 builds are automatic, 1.2.3 ones are manually updated.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on March 21, 2014, 11:33:42 AM
And it only makes sense to manually update them, when there has been changes to the codebase.

Otherwise, the only difference will be the date in the download.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: inkboy310 on March 21, 2014, 07:27:33 PM
Not sure if it's a bug or I am not doing it correctly but I am not able to turn off exposure simulation (ExpSim) on 5D3 running ML 1.2.3 build.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: disjecta on March 22, 2014, 03:19:30 AM
I'm using the 3-17-14 build that supports firmware 1.2.3 on the Canon 5D Mark III. Everything works great except the crop marks. If I choose cinemascope or some other aspect ratio, the mask disappears when I am recording RAW video making it difficult to figure out framing. Maybe I'm missing something or haven't enabled something in the menu but I can't seem to figure out how to do it.

Other than that, I'm thrilled to be running ML with the latest camera firmware.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on March 22, 2014, 03:31:09 AM
@inkboy310, do it from the Canon menu.

@disjecta, look for the Global Draw option in the mlv_rec menu.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: disjecta on March 22, 2014, 06:07:05 AM
Thanks. I have Global Draw enabled for all modes. I can see everything properly in the display before I record but as soon as I do, the display overlay disappears. Not sure why.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on March 22, 2014, 06:32:27 AM
Did you check in the mlv_rec menu?  Or only in the main Overlay menu?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: disjecta on March 22, 2014, 03:47:16 PM
@Audionut, that was indeed the problem. Global Draw was set to off in the record menu. All is working now. Thank you!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: downcast on March 22, 2014, 04:29:37 PM
im running MLnightly-2014Mar22 on my 60d and powersave in liveview seems to be broken. powersave is set to turn off the display after 20 secs but after the display turns off, it goes back on after a few seconds.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: core_32 on March 22, 2014, 06:11:18 PM
I've updated to nightly.2014mar22.5D3113 and noticed that the camera disables the "debug info" option on each restart. Am I missing something? Will appreciate any help.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Nang on March 24, 2014, 03:35:52 AM
I haven't updated since August 2013 so I'm very behind on features, please bare with me. I just updated to 2014.Mar24.5D3113 and so far everything is good. I'm going over and playing around with some features, but I can't for the life of me find an option to keep my overlays on when recording. I see the overlays when not recording, but when I do press record, they all disappear except for the green light and the counter. Any help please?

Thank you
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ted ramasola on March 24, 2014, 03:39:39 AM
in raw video tab there is a "2nd" global draw switch, I think its OFF by default. Turn it ON
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Nang on March 24, 2014, 04:25:53 AM
Quote from: ted ramasola on March 24, 2014, 03:39:39 AM
in raw video tab there is a "2nd" global draw switch, I think its OFF by default. Turn it ON

Perfect! thank you very much!  :D

Also, the overall layouts & features are sooo much better versus August builds. I'm loving it!

Thank you!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on March 25, 2014, 08:52:37 AM
Nightly builds will now be published only if there has been at least one commit in the relevant branch for that day. This is to avoid wasting computing power when it's not needed (and make regression testing shorter)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: anchorlessfilms on March 28, 2014, 05:38:57 PM
Using the 03.28 build on 5DIII 1.2.3 and loving it thus far. HDMI is working without issues except for the ML display is OPAQUE over some areas of the image. How difficult would it be to make the ML display at 75% opacity? Is it possible?

Thanks, y'all are the best.

R
Title: Re: Nightly Builds - try the very latest stuff here
Post by: wodseme on March 29, 2014, 06:31:47 PM
Quote from: EuAcelasi on March 18, 2014, 05:31:54 PM
I tried to Enable/Desable the settings but it doesn`t allow me to go over 1080... says it isn`t possible in current video mode... What`s wrong?

Make sure FPS overide is on. Then when on live view, press the "zoom" once (enter crop mode). Then press the trash can to access ML menu. ON the Raw video you will have the option to shoot beyond HD resolutions. (card and camera permiting)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RenStarFilm on March 29, 2014, 10:15:14 PM
[(http://i1277.photobucket.com/albums/y490/Renstarfilm/IMG_8756_zps5e3a13a4.jpg) (http://s1277.photobucket.com/user/Renstarfilm/media/IMG_8756_zps5e3a13a4.jpg.html)]
Canon 5D mark lll ,KOMPUTERBAY 32GB 1000x CF card
Title: Re: Nightly Builds - try the very latest stuff here
Post by: thelostson on April 01, 2014, 04:26:36 PM
5D Miii - bleeding edge (latest)

I have the Hoodman Steel 32gb compact flash.  Is there anyway to run ML off of this compact flash without the usage of an SD.  I have a sneaky suspicion that my SD card is slowing down my write speeds on the CF.

When I try and install from my hoodman steel 32gb, it says it cant find the firmware to update to ML.

If I install off of my SD, it works... but it'll recognize that the CF card has ML after the fact.

Any thoughts?

Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on April 01, 2014, 06:50:02 PM
Use EOScard utility to make CF card bootable, copy contents of the unzipped file (AUTOEXEC.BIN + ML directory) to card. Insert CF into cam, startup and see what happens. No update needed to run ML in this scenario.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on April 01, 2014, 07:44:32 PM
Quote from: thelostson on April 01, 2014, 04:26:36 PM
I have a sneaky suspicion that my SD card is slowing down my write speeds on the CF.

Canon menu | SET UP1 | Record func+card/folder sel. | Record func.

Set to "standard".
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ToniX on April 04, 2014, 10:00:29 AM
 What is the latest nightbuild where there is the latest specific improvement for the 600d?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on April 04, 2014, 11:11:39 AM
Keep an eye on the commit log (https://bitbucket.org/hudson/magic-lantern/commits/all).  Look for anything that specifically says 600d, or anything that looks like it applies to all cameras.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: oee on April 04, 2014, 01:46:27 PM
Tried magiclantern-Nightly for Canon 5D
5D2_212.fir Built on: 2014-04-02

It crashed my Transcend 1000x 32GB card. It is totally dead. It does not longer work in camera or pop up in MacOs disk utility. I think it burned up or something?

I filmed for 30 minutes in RAW, temperature was 52 celcius. (marked as yellow or orange i think)  The camera started to beeb and show error messages under recording. I stopped the camera directly and took it out. But everything I filmed was gone, and the card destroyed :(

Was a little bit worried first that my camera had died, since it will not even start with that card in it. But Camera seems ok. With a normal card it worked fine.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: nanomad on April 04, 2014, 01:48:10 PM
ML can't destroy cf cards.. Thermal damage is nowhere near possible as the camera will shutdown long before that.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: oee on April 04, 2014, 02:41:55 PM
Ok, something happened though while recording in RAW...

after that, the card is completely dead. I have tried several cardreaders - no contact at all.

Any ideas what happened?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Marsu42 on April 04, 2014, 03:37:44 PM
Quote from: oee on April 04, 2014, 02:41:55 PM
Any ideas what happened?

My guess the card simply couldn't stand the data rate strain and died, I second the theory that ML itself wasn't necessarily the cause. Reality is that things break and there are production faults that only show under stress, and unfortunately ML is quickly blamed.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: reddeercity on April 04, 2014, 04:45:31 PM
I would say a bad card, on my 5D2 I see temp. when recording long take(64GB) in the range of
58-67 degrees C . On Lexar 1000x  :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on April 04, 2014, 11:02:00 PM
Quote from: oee on April 04, 2014, 02:41:55 PM
Ok, something happened though while recording in RAW...

after that, the card is completely dead. I have tried several cardreaders - no contact at all.

Any ideas what happened?

Do you know the REAL lifetime of new CF cards?
1000 cycles? 400 hours?
Nobody. They are new.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Guerrilla.56 on April 04, 2014, 11:49:52 PM
I've downloaded and installed the latest Nightly Build for my Canon 6d, and the ETTR function does not appear in the Exposure menu. My dial is set to M, ISO at 800, and Image Review is at 2 seconds. Any advice?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on April 05, 2014, 12:00:22 AM
Module loaded?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Guerrilla.56 on April 05, 2014, 12:40:54 AM
Since I'm a noob I don't understand your question. Firmware version 1.1.3
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on April 05, 2014, 01:00:18 AM
Quote from: Guerrilla.56 on April 05, 2014, 12:40:54 AM
Since I'm a noob I don't understand your question. Firmware version 1.1.3
Go to the Modules Tab  and activate the module you need (in your case ETTR). Turn your camera off and on.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Guerrilla.56 on April 05, 2014, 03:57:15 PM
Thanks! Man, ML makes me feel like an idiot.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ch_d on April 06, 2014, 01:58:17 PM
Hey.

What is the latest, most stable RAW (not MLV) build for the 5DM3 on 1.1.3?
Please tell me.

Thank you,
ch_d
Title: Re: Nightly Builds - try the very latest stuff here
Post by: mbmoore on April 10, 2014, 05:54:13 AM
I did a fresh install of the ML code on a 5D3 with 1.2.3 firmware. I loaded the ML files onto the root of my CF card, and left my Eye-Fi Pro X2 16GB card in the second slot. The install wouldn't complete and the camera appeared to be bricked.  :o  Fortunately, once I removed the Eye-Fi card it came back to life and booted with ML intact. Oddly though, if I try to replace the Eye-Fi card the same thing happens - no boot up. Swapping or removing CF cards has no effect - it seems like the Eye-Fi card is just incompatible with ML. Uninstalling ML and I was able to boot with the Eye-Fi card in place again.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on April 10, 2014, 07:31:00 AM
Quote from: ch_d on April 06, 2014, 01:58:17 PM
Hey.

What is the latest, most stable RAW (not MLV) build for the 5DM3 on 1.1.3?
Please tell me.

Thank you,
ch_d

I am working with March 17. No problems with .RAW
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on April 10, 2014, 03:30:58 PM
Quote from: mbmoore on April 10, 2014, 05:54:13 AM
Swapping or removing CF cards has no effect - it seems like the Eye-Fi card is just incompatible with ML. Uninstalling ML and I was able to boot with the Eye-Fi card in place again.

This is listed in the User Guide/Install guide... well know issue. Glad you got it to work afterwards though...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ch_d on April 10, 2014, 08:04:07 PM
Quote from: budafilms on April 10, 2014, 07:31:00 AM
I am working with March 17. No problems with .RAW

Thank you! I´ll try
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ToniX on April 10, 2014, 09:32:22 PM
since build 01-02-2014  any  other version I try to install on my 600D  it give me "error loading modules"
... I wonder why, any one else?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on April 10, 2014, 09:52:38 PM
Delete ML folder from card, del AUTOEXEC.BIN. Expand latest nightly and copy contents to card. Try again. Results?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ToniX on April 10, 2014, 10:05:38 PM
Hi Walter shultz, done, no result. Even tryed a fresh install from scratch: formatted a card in exFat, installed ML 2.3 via EOS card utility, deleted everything and replaced with a night build: the last working one is the one mentioned above, oh, just curios to ask. 
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on April 10, 2014, 10:11:02 PM
Screenshot? exact error message?

There is no "error loading modules" string in the source code.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: anchorlessfilms on April 11, 2014, 01:51:42 AM
Quote from: anchorlessfilms on March 28, 2014, 05:38:57 PM
Using the 03.28 build on 5DIII 1.2.3 and loving it thus far. HDMI is working without issues except for the ML display is OPAQUE over some areas of the image. How difficult would it be to make the ML display at 75% opacity? Is it possible?

Thanks, y'all are the best.

R

Anyone have an answer RE: above?

Thanks!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jupiter55 on April 12, 2014, 12:10:51 AM
Hi,
I've had the error "loading modules" or "could not find ..." just before on my EOS M with this nightly build: magiclantern-Nightly.2014Apr02.EOSM202

added: there are several errors as "undefined symbol... afma..."   dot-tune ?

Now I just copied the newer one (magiclantern-Nightly.2014Apr09.EOSM202) over the files on the SD-card
and all was fine again, no error at startup any more. / until today, not consistent error, every third start of the EOS M it hangs.

Thanks,
Title: Re: Nightly Builds - try the very latest stuff here
Post by: evanbuzzell on April 13, 2014, 01:45:54 AM
magiclantern-Nightly.2014Apr13.5d2212

Great record times, but at 10 minutes on 24fps I hit a frame skip which caused almost like a debug menu to show up, and stay there. This also happened after about 5 minutes at 30fps. Here are the logs
ML ASSERT:
hdr->blockSize >= (sizeof(mlv_vidf_hdr_t) + hdr->frameSpace + frame_size)
at mlv_rec.c:2002 (process_frame), task LiveViewMgr
lv:1 mode:3


Magic Lantern version : Nightly.2014Apr13.5D2212
Mercurial changeset   : fb558c7ded91 (unified) tip
Built on 2014-04-12 22:10:29 UTC by [email protected].
Free Memory  : 122K + 3966K


ML ASSERT:
hdr->blockSize >= (sizeof(mlv_vidf_hdr_t) + hdr->frameSpace + frame_size)
at mlv_rec.c:2002 (process_frame), task LiveViewMgr
lv:1 mode:3


Magic Lantern version : Nightly.2014Apr13.5D2212
Mercurial changeset   : fb558c7ded91 (unified) tip
Built on 2014-04-12 22:10:29 UTC by [email protected].
Free Memory  : 122K + 3968K

Had issues previewing on camera for some files, we will see if it remains a problem once they are extracted
Title: Re: Nightly Builds - try the very latest stuff here
Post by: LEVISDAVIS on April 14, 2014, 09:52:26 AM
Experiencing stopped recording at 10'51" with the April 8th build for 5D II with Max resolution at 2.20 aspect ratio.

ML ASSERT:
hdr->blockSize >= (sizeof(mlv_vidf_hdr_t) + hdr->frameSpace + frame_size)
at mlv_rec.c:1984 (process_frame), task LiveViewMgr
lv:1 mode:3


Magic Lantern version : Nightly.2014Apr09.5D2212
Mercurial changeset   : faf639e6c466 (unified) tip
Built on 2014-04-08 22:10:51 UTC by [email protected].
Free Memory  : 122K + 3962K

Is there a limitation to max record length? Read in 5DII forum that the Feb 16th build recorded 64GB non-stop 5 times in-a-row.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: g3gg0 on April 15, 2014, 03:30:34 PM
can you try the next nightly tomorrow? (or this (http://ml.g3gg0.de/modules/mlv_rec.mo/mlv_rec.mo) one which is the same)
it will generate an .err file if that happens again
Title: Re: Nightly Builds - try the very latest stuff here
Post by: blaow on April 17, 2014, 04:44:10 PM
for raw video 1808x* resolutions are no longer selectable on newer builds for canon 6d, why so? I was able to do so with builds from february.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tawusaw on April 20, 2014, 06:02:45 PM
What do you think If Magic Lantern has Preset of All Setting ???
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SuperJackRabbit on April 21, 2014, 07:22:30 AM
where can i download the latest nightly build files? https://builds.magiclantern.fm/forum/ turns to home page every time I click "browse Nightly Builds" ??? ???
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on April 21, 2014, 07:30:11 AM
http://builds.magiclantern.fm/#/
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SuperJackRabbit on April 21, 2014, 09:01:56 AM
Quote from: Audionut on April 21, 2014, 07:30:11 AM
http://builds.magiclantern.fm/#/

thanks, I found the reason why I can't open http://builds.magiclantern.fm/#/ is because I'm using the OSX with Chrome&Safari, and I download it in Windows it works. thanks:)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: eightcore on April 21, 2014, 03:18:31 PM
I've discovered a problem with my 50D and every nightly build since 2014-03-10. When I want to change shutter or aperture over the scroll wheels, nothing happens on the main display. The hole image on the screen is not changing at all, including the displayed shutter and aperture values. On the b/w display on the top of the camera, the values are changing correctly.

When I switch to the gallery and go back to LiveView the exposure is getting applied correctly.

In summary, it seems that rotating the scroll wheels doesn't trigger a refresh of exposure anymore.

Example:

I power on the camera and launch LiveView.

Main Display: f/2.2, 1/660
Top Display: f/2.2, 1/640

I use the scroll whell to increase the aperture value

Main Display: f/2.2, 1/660
Top Display: f/9.0, 1/640

I open the gallery and switch back to LiveView

Main Display: f/9.1, 1/660 (the new aperture is now getting applied physically, too)
Top Display: f/9.0, 1/640

I tried the following:

- changed several settings in terms of exposure (Exp. Lock and so on)
- formatted the card and completely reinstalled ML
- tried over 15 builds (problem doesn't occur < 2014-03-10 < problem occurs)

What's the cause?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ML5D3 on April 22, 2014, 11:18:18 AM
Hi,
Not sure if I'm in the right section here but I am new to ML.
I installed the latest night build this morning to my 5DMK3 with the Canon firmware version of 123. 
I created a DSLR bootable CF card with Macboot.  I placed the ML files in the root of the CF card and installed on my 5DMK3.  Everything seemed to set up fine and I powered the camera off when it said to reboot. 
The result is the camera wouldn't turn on.  I waited for a while took out the battery but still it wouldn't start.  I took out the CF card and battery and started the camera without the CF card and it started.
The problem now is that the camera will only start without the CF card.  When I put in the CF card it won't start up and also I have no ML installed on the camera. 
Anyone have any ideas?
Many thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on April 22, 2014, 11:29:11 AM
@eightcore: might be related to this: http://www.magiclantern.fm/forum/index.php?topic=9852.msg109631#msg109631

@ML5D3: does it help if you put ML files on a formatted card? (without using MacBoot). Can you show a picture of the install screen? (the messages printed there might provide some clues).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ML5D3 on April 22, 2014, 11:48:21 AM
I haven't tried that.  I'm a little afraid to be perfectly honest.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ML5D3 on April 22, 2014, 11:51:34 AM
Since the CF card won't work, I'm afraid of screwing up the SD card on it and then i have a camera that won't work at all.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ML5D3 on April 22, 2014, 12:04:14 PM
it worked.  formatted the CF card and put it in and it worked :)  Thanks a mill for that @eightcore
Title: Re: Nightly Builds - try the very latest stuff here
Post by: f.gear on April 28, 2014, 11:56:43 PM
Hey,
I'm runing ML on my Camera for the first time using the latest nightly build (2014Apr24.5D3123) on my 5DMKIII.
Seems to run pretty stable for my understanding and I'm more than happy with the results. Thanks for all the work building this up.
Nevertheless I'm missing a few features from older Versions. So heres my Question  ;):
Is it possible to enable CBR bitrate control some how and is there a way to implement Bulb ramping ?

many thanks,
Vincent

Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on April 29, 2014, 05:06:36 PM
Quote from: f.gear on April 28, 2014, 11:56:43 PM
is there a way to implement Bulb ramping ?
I've already answered that question once today (and it gets asked several times a week). Please search the forum before posting questions, answers to both of these questions are out there.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: f.gear on April 29, 2014, 07:22:40 PM
Quote from: dmilligan on April 29, 2014, 05:06:36 PM
I've already answered that question once today (and it gets asked several times a week). Please search the forum before posting questions, answers to both of these questions are out there.
Already did that, and all I found (as always) are posts where people refering to others post that I can't find. In the time complainig about not searching the forum it would be more pleasing to just link to these posts. But this seems to be a common way. As I mentioned I'm new to ML and I couldn't find somthing that answers my question other ways I wouldn't ask. so please help.

Cheers,
Vincent

Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on April 29, 2014, 08:13:28 PM
Quote from: f.gear on April 29, 2014, 07:22:40 PM
Already did that, and all I found (as always) are posts where people refering to others post that I can't find. In the time complainig about not searching the forum it would be more pleasing to just link to these posts. But this seems to be a common way. As I mentioned I'm new to ML and I couldn't find somthing that answers my question other ways I wouldn't ask. so please help.

Cheers,
Vincent

There's 5 pages of results for Bulb Ramping instead of complaining that someone wont hold your hands for the answer you're looking for dig in surely one of those will tell you it was removed over six months ago and what to do if you really want it back or info on it's replacement. Relevant posts are only a few mins of research away.

http://www.magiclantern.fm/forum/index.php?topic=11069.msg107446#msg107446

(The link took me less than 60 seconds to find)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: reddeercity on April 29, 2014, 10:02:46 PM
f.gear  is right it's Very Hard to find info in this forum, the dev. know where the information's is but New people have know  idea.
So to say to a New Member just search, is rude and unhelpful . If this Community is to progress with need new people to bring new ideas,
not to discourage them and put them off. Yes there are lazy people out there that don't search and want to have there hand held but you must give people the
benefit of the doubt and a little help.  :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on April 29, 2014, 10:20:35 PM
Quote from: reddeercity on April 29, 2014, 10:02:46 PM
you must give people the benefit of the doubt and a little help.  :)

So where's your help? At least I provide a link with my rant.  :)

The answer was in the second post of a search result and IMO part of the reason things are not easy to find is because of the same questions asked over and over again. Bulb Ramp is asked for at least 2-3 times a week.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: UmbertoVicto on May 02, 2014, 05:28:16 PM
Hello,
i joined this forum cuz I'm preparing to install ML on my 7D. What about a dedicated forum?
Essentially I do this for raw recoding for color grading in post.
I spent days trying to unerstand which is the best solution and I had no clue.

I know that I have to begin from the Canon 2.03 firmware. Found.
I'm doing it on Mac.

How is working the last version? Is ok with Raw recording?
I use my camera for work so i can't get stucked.

Keep me updated.
Thanks for help.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on May 03, 2014, 03:07:05 AM
Quote from: UmbertoVicto on May 02, 2014, 05:28:16 PM
i joined this forum cuz I'm preparing to install ML on my 7D. What about a dedicated forum?

http://www.magiclantern.fm/forum/index.php?topic=9848.0
Title: Re: Nightly Builds - try the very latest stuff here
Post by: vicnaum on May 03, 2014, 10:49:10 AM
Today's nightly for 600D doesn't work (Built on: 2014-05-03 04:00:36 +0300)

Camera LED just blinks and nothing happens on screen or whatever, it even blinks after turning camera on and opening both doors - still blinking.

05-02 works though.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on May 03, 2014, 11:21:38 AM
Don't have a 600D to reproduce but stored ML settings may interfere here.
Delete/rename ML directory and copy ML dir to card and overwrite AUTOEXEC.BIN.
Results still the same?



Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 03, 2014, 12:22:06 PM
Solved.

Everybody, please download the nightly again (for all cameras). Some experiments (unfinished work) got merged by mistake, and as a result, ETTR and dual iso are halfway broken.

(now these experimental branches no longer merge cleanly, will try to fix)

edit: all seems OK now, except for the clutter in the change log
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Canon eos m on May 03, 2014, 07:05:12 PM
Great effort!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Static on May 08, 2014, 11:59:14 AM
Hello guys!

Does someone have already experience with the 2014-05-07 00:01:01 +0200 Build on 5D3.123  ? Im very affraid of killing my camera with the nightly build.
Is the new FFMPEG support already included ?

Greetings
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Andrzej on May 08, 2014, 10:00:43 PM
Hello, cane somebody write what to do, to speed up ML reactions to my settings? Is there any way?
When i change shuttler value, it takes about 3 sec. to see my adjustment. Exposure adjustment dead slow also :(
I remember some previous builds were faster, don't remember exactly with ones.
Iam referring to NB 5dm3 113
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on May 08, 2014, 11:27:48 PM
you need to be way more specific, perhaps post a video of the problem, your description is way to vague
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on May 08, 2014, 11:35:36 PM
Delete SETTINGS contents, copy files over from your nightly download. Restart cam and try again without loading any additional modules.
Results?

Title: Re: Nightly Builds - try the very latest stuff here
Post by: AsherVast on May 09, 2014, 12:30:29 AM
What's the best way to apply the nightly build over a previously working build on the card without having to do the whole process from scratch? Basically, I like the nightly build that I have from months ago but I would like to try newer version without having to do whole prep process from step 1. Any tips?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on May 09, 2014, 01:35:37 AM
Backup everything on the card, then replace all the old files with the new ones, done
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kichetof on May 09, 2014, 10:00:02 AM
Quote from: dmilligan on May 09, 2014, 01:35:37 AM
then replace all the old files with the new ones

Personally I prefer to delete the ML folder, *.fir file and autoexec.bin and after I copy the new files from nightly
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Andrzej on May 09, 2014, 04:41:33 PM
Hi. Deleting files in the settings folder did't work. ML still slow :(
Shuttler reaction is ok when magic zoom is off. Exposure compensation values still slow :( 2-3sec delay.

https://vimeo.com/94660061
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Andrzej on May 09, 2014, 08:13:41 PM
Also, REC indicator/ remaining time go crazy after parsing 2gb. I did IPB and ALL-I comparison to verify that.
I'am using Nightly2014May08 build
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on May 09, 2014, 09:59:02 PM
Quote from: Andrzej on May 09, 2014, 04:41:33 PM
Shuttler reaction is ok when magic zoom is off. Exposure compensation values still slow :( 2-3sec delay.
It's just the display that is slow, the shutter speed actually changes quickly (I couldn't tell from your video, but I tried it on my camera and that is the case, you can change the shutter speed quickly, the readout on the display just takes longer to refresh with MZ or some other CPU heavy function enabled, which makes perfect sense, more CPU overhead means less time to update stuff like the bars).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Andrzej on May 10, 2014, 10:14:27 AM
Thak you for reply  :)
Yes, that is the case.
Is readout speed can be increased ? At least for the exposure compensation ?
Maybe some code optymisation will help ? I dont think that exp. comp. is a CPU heavy function.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on May 10, 2014, 02:12:06 PM
Quote from: Andrzej on May 10, 2014, 10:14:27 AM
Maybe some code optymisation will help ?
probably, feel free to get started (http://www.magiclantern.fm/forum/index.php?topic=991.0)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jgerstel on May 12, 2014, 05:54:58 PM
Quote from: Static on May 08, 2014, 11:59:14 AM
Hello guys!

Does someone have already experience with the 2014-05-07 00:01:01 +0200 Build on 5D3.123  ? Im very affraid of killing my camera with the nightly build.
Is the new FFMPEG support already included ?

Greetings

Hi installed this release on 5D3 and tested with both raw and mlv. It is not stable yet, sometimes it hangs when IO rate is too high, but it will not kill your camera.

The ffmpeg I did not check, I use MLV Mystic for mac
Title: Re: Nightly Builds - try the very latest stuff here
Post by: MONTAZ on May 13, 2014, 10:21:48 AM
I installed  with the firmware 1.2.3. on 5D MKIII And no importing concerns. Thank you
Title: Re: Nightly Builds - try the very latest stuff here
Post by: silvertonesx24 on May 14, 2014, 12:08:00 AM
Still an HDMI tearing issue, as of May 12th build. When using an HDMI monitor, image tearing will appear. 5DII.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: sleepinghouse on May 18, 2014, 04:17:01 PM
While shooting yesterday, these appeared on the top and bottom of my screen:
                                                "Scanning Modules..."
                                                  "Save configs"

When I went to save configs and clicked it, 2 more save configs appeared. I rebooted my camera a few times and left it off and it finally went away. This was on the Nightly 2014 May 14 5D2212 Build.

Anyone else have this issue?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 18, 2014, 08:58:58 PM
Turn off "Show console" from the Debug menu.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: groundlessfears on May 19, 2014, 07:45:32 PM
what happened to 550D builds.?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on May 19, 2014, 07:46:52 PM
Quote from: groundlessfears on May 19, 2014, 07:45:32 PM
what happened to 550D builds.?

http://www.magiclantern.fm/forum/index.php?topic=11080.0
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on May 19, 2014, 10:08:43 PM
Quote from: groundlessfears on May 19, 2014, 07:45:32 PM
what happened to 550D builds.?
actually the builds were broken intentionally by this commit:
https://bitbucket.org/hudson/magic-lantern/commits/3650ca1dda7f448a5dc11f803aeff6bd8099cfcf/
Title: Re: Nightly Builds - try the very latest stuff here
Post by: sirquack on May 21, 2014, 12:29:30 AM
Anyone else having issues after installing the Canon 6D firmware update 114? I have tried several of the most recent nightly builds for the 6D and all of them end up once I try to update the firmware for ML just go to a flashing red light on the back of the camera. The light is the one right next to the memory door on the right back side of the camera. So it is not completing the install of ML and this has been the case with the old working version from 3/29/14 for nightly builds and all three of the most recent builds. I have come to love the extra stuff ML does, and I will got back to Canon's firmware 113 if I can't get ML working with 114. I just want to make sure whether it is just me, or if others are having these issues.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: sirquack on May 21, 2014, 12:38:27 AM
I guess I found the answer to my own question. The download does show the extension of 113 so I am guessing a compatible version has not yet been created for 114. Good thing I backed up my 113 firmware before the upgrade. I am definitely wiling to stay there until someone creates a ML version for 114.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: pranjal38 on May 22, 2014, 12:08:22 PM
What happened to 600d builds...why it is showing "This build failed" ????
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on May 22, 2014, 12:51:53 PM
Quote from: pranjal38 on May 22, 2014, 12:08:22 PM
What happened to 600d builds...why it is showing "This build failed" ????
3 posts up:
Quote from: dmilligan on May 19, 2014, 10:08:43 PM
actually the builds were broken intentionally by this commit:
https://bitbucket.org/hudson/magic-lantern/commits/3650ca1dda7f448a5dc11f803aeff6bd8099cfcf/
Title: Re: Nightly Builds - try the very latest stuff here
Post by: sleepinghouse on May 22, 2014, 04:27:24 PM
Quote from: a1ex on May 18, 2014, 08:58:58 PM
Turn off "Show console" from the Debug menu.

thanks a1ex. I installed the may 20th nightly build and haven't had any issues.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dpjpandone on May 26, 2014, 05:25:12 AM
I just want to say thanks to a.shih for getting mlvplay back into nightlies for 50D!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 28, 2014, 12:16:22 PM
Updated the features table to show some internal definitions: http://builds.magiclantern.fm/#/features

(such as whether the camera has a blue LED, or a flip-out LCD, or a dedicated bulb mode, or various backend things)

A few things to be double-checked on new ports:

- CONFIG_REC709: check if the screenshot colors match the ones from LiveView; if not, try enabling this.
- CONFIG_WB_WORKAROUND: if your camera does not remember Kelvin WB and WBShift in movie mode. I expect it to be needed only on older Rebel cameras only.
- CONFIG_ZOOM_BTN_NOT_WORKING_WHILE_RECORDING: enabled on 650D, but not on 700D (I expect these two to be identical here).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kihlbahkt on May 28, 2014, 12:42:49 PM
I'm looking for some nightly builds for January 2014 back thru July of 2013. I could only go back to February 2014 in nightly" show older builds". I want to do some testing with my 600d. Surely some of you folks have builds from those time periods. If you have any nightly builds send me a pm and I will try to compile a group for  testing  between v2.3 and whenever we get a working nightly for 600d. Thanks for your help.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 28, 2014, 12:45:24 PM
This should help: http://builds.magiclantern.fm/jenkins/job/600D.102/
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kihlbahkt on May 28, 2014, 12:50:32 PM
That definitely helps a1ex. Kudos for your immediate response.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 30, 2014, 01:03:59 PM
3 weeks ago I've asked nicely (https://bitbucket.org/hudson/magic-lantern/commits/03bb4ef73a77a5bf4b4dbb05c8b473f789439bb2?at=gui-timers) for some stubs required for mlv_play and some future refactorings. It was done in a branch so it won't break the nightly builds until these stubs were found.

So far, I've received these stubs only for EOS-M+5D3 (jpaana) and 700D (mk11174). Since I doubt that waiting a few more weeks will bring in more stubs, I've merged the branch, so all the other builds are broken and will stay so until somebody will wake up and take care of them.

Good luck ;)

edit: most nightly builds are back online, thanks to ayshih (50D) (https://bitbucket.org/hudson/magic-lantern/commits/18a963dad63a4c5581efb3b6e19a7a72e96217ec),  Pelican (7D) (https://bitbucket.org/hudson/magic-lantern/pull-request/509/fio_seekskipfile-added), dmilligan (60D) (https://bitbucket.org/hudson/magic-lantern/pull-request/510/60d-gui-timer-stubs-and-fio_seekskipfile/diff), nanomad (650D/1100D/550D), escho (600D) (https://bitbucket.org/hudson/magic-lantern/pull-request/503/edmac_channels-for-600d) and a.d. (5D2) (https://bitbucket.org/hudson/magic-lantern/pull-request/515/5d2-gui-timers-stubs/diff).

Still waiting for 500D and 6D.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nachordez on May 31, 2014, 12:41:55 AM
I have a 600D, but I have no idea how to get them... But if someone can guide me, I would be pleased to help!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Johannes on May 31, 2014, 03:43:57 AM
Hey Guys,


Screen is black on crop when (exact) FPS overrite (30) is on.

Build: 2014-05-31 01:11:18 +0200
  first seen at 2014-05-24 01:10:49 +0200


And is it possible to show RAW HistoBar and the sound level??

or just turn MLV sound on but hide the sound level to see RAW HistoBar


[ 5D III 113 ]
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on June 01, 2014, 07:19:42 AM
Build May 25. 5d3 1.2.3
.MLV
ETTR is stuck at ISO 12.800
I changed the light, reset, manual changed and when I press SET, again at one value with the text:limite reached.

Thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: psihodrill on June 01, 2014, 08:41:18 AM
Can`t download latest Nightly Builds for 60d. it`s says "This Build Failed!"
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on June 01, 2014, 08:46:50 AM
http://www.magiclantern.fm/forum/index.php?topic=3072.msg117299#msg117299
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Peatsmoke on June 02, 2014, 11:10:47 AM
Quote from: a1ex on May 30, 2014, 01:03:59 PM
3 weeks ago I've asked nicely (https://bitbucket.org/hudson/magic-lantern/commits/03bb4ef73a77a5bf4b4dbb05c8b473f789439bb2?at=gui-timers) for some stubs required for mlv_play and some future refactorings. It was done in a branch so it won't break the nightly builds until these stubs were found.

So far, I've received these stubs only for EOS-M+5D3 (jpaana) and 700D (mk11174). Since I doubt that waiting a few more weeks will bring in more stubs, I've merged the branch, so all the other builds are broken and will stay so until somebody will wake up and take care of them.

Good luck ;)

edit: ayshih submitted (https://bitbucket.org/hudson/magic-lantern/commits/18a963dad63a4c5581efb3b6e19a7a72e96217ec) the 50D stubs, and escho submitted (https://bitbucket.org/hudson/magic-lantern/pull-request/503/edmac_channels-for-600d) some of the missing bits for 600D; still waiting for all the other cameras

Hi A1ex,

If I could, I really would help you with this. As a newbee I don't know, how to extract this/those file(s) from my 7D.
Is there any tutorial for this kind of work, or could you please help me to help you (and all the others)?

Grtz Peatsmoke
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on June 02, 2014, 01:04:01 PM
Quote from: Peatsmoke on June 02, 2014, 11:10:47 AM
If I could, I really would help you with this. As a newbee I don't know, how to extract this/those file(s) from my 7D.
Is there any tutorial for this kind of work, or could you please help me to help you (and all the others)?
Finding these requires reverse engineering (http://en.wikipedia.org/wiki/Reverse_engineering#Reverse_engineering_of_software), something for a skilled developer who knows what he is doing, and this post from a1ex is more directed at them and not so much at users in general.

It's great that you want to help though, if you know how to code and are fairly familiar with C, then start here (http://www.magiclantern.fm/forum/index.php?topic=991.0), and maybe work on something from here (http://www.magiclantern.fm/forum/index.php?topic=9625.0). If you don't you can always learn (http://code.org) or help in other ways (http://www.magiclantern.fm/forum/index.php?topic=9516.0).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: pranjal38 on June 03, 2014, 07:31:54 AM
Any update on the recent builds of 600d...i am not into technical stuff,so i can't really figure out whats the problem with 600d builds...but i am really hoping for further builds of 600d..the last build that showed "this build failed" was on 24th of may...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on June 03, 2014, 02:38:43 PM
Here's a tutorial for finding the missing stubs: http://www.magiclantern.fm/forum/index.php?topic=12177
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kaushal on June 04, 2014, 09:04:08 PM
hii, i have a 7D and i installed the magic lantern nightly version,
there are few problems with it as follows
1. Exposure meter is working but can't move the rectangle with the joystick within the screen.
2. Recording stops within 10 seconds, i tried reinstalling yet its the same.
3. Camera is heating up so fast when i use magic lantern, without it i can take around 20 minutes continuous shot yet    doesn't get heat up.
4. Focus peaking is not working.
5. arkanoid doesn't do do anything?? i really have no idea about it but when i go on it, its js some graphic.. sorry m very amature..

Trying to seek help. Sorry for the trouble.. Please get back on these if you can..
Title: Re: Nightly Builds - try the very latest stuff here
Post by: erox76 on June 05, 2014, 08:06:01 AM
Hi is there any chance that the 6D will be back up in the Nightly Builds?
I've been away for a bit and jumped in to see what's new! Everything looks awesome and hope to join back in soon! :-\
Title: Re: Nightly Builds - try the very latest stuff here
Post by: erox76 on June 05, 2014, 08:15:26 AM
Quote from: kaushal on June 04, 2014, 09:04:08 PM
hii, i have a 7D and i installed the magic lantern nightly version,
there are few problems with it as follows
5. arkanoid doesn't do do anything?? i really have no idea about it but when i go on it, its js some graphic.. sorry m very amature..

Trying to seek help. Sorry for the trouble.. Please get back on these if you can..
Arkanoid is an old school video game... as far as the other stuff I don't know as iv'e never encountered that but make sure you did a proper install of the initial Lantern with raw and goodies then delete all the ML files and put the nightly in there and boot your camera!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: fotogemeinschaft_de on June 05, 2014, 11:08:33 AM
It would be nice, when the 2 pages:

http://builds.magiclantern.fm/#/
http://builds.magiclantern.fm/#/features

could be set as rss-feeds for special cameras.

F.i. I would like to be informed, when a new nightly build for my Canon 5D MK 3 is ready for download.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Peatsmoke on June 05, 2014, 06:17:08 PM
Quote from: a1ex on June 03, 2014, 02:38:43 PM
Here's a tutorial for finding the missing stubs: http://www.magiclantern.fm/forum/index.php?topic=12177

Quote from: dmilligan on June 02, 2014, 01:04:01 PM
Finding these requires reverse engineering (http://en.wikipedia.org/wiki/Reverse_engineering#Reverse_engineering_of_software), something for a skilled developer who knows what he is doing, and this post from a1ex is more directed at them and not so much at users in general.

It's great that you want to help though, if you know how to code and are fairly familiar with C, then start here (http://www.magiclantern.fm/forum/index.php?topic=991.0), and maybe work on something from here (http://www.magiclantern.fm/forum/index.php?topic=9625.0). If you don't you can always learn (http://code.org) or help in other ways (http://www.magiclantern.fm/forum/index.php?topic=9516.0).

Ok... Sorry guys...  :o

Title: Re: Nightly Builds - try the very latest stuff here
Post by: pranjal38 on June 06, 2014, 10:57:20 AM
can i use 550d builds for 600d...as 600d build are not yet uploaded to the latest ones...i think 550d & 600d are pretty same camera...so if i keep the firmwire file of 600d and use the modules of 550d,will it work ???
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dia3olik on June 06, 2014, 10:47:11 PM
Quote from: fotogemeinschaft_de on June 05, 2014, 11:08:33 AM
It would be nice, when the 2 pages:

http://builds.magiclantern.fm/#/
http://builds.magiclantern.fm/#/features

could be set as rss-feeds for special cameras.

F.i. I would like to be informed, when a new nightly build for my Canon 5D MK 3 is ready for download.

BRILLIANT !!!!

+1 !!!
Title: Nightly Builds - 7D audio menu problem
Post by: yop on June 10, 2014, 10:49:35 PM
Hello,
I just instal the latest build ML for 7D but I have the complete audio menu (no audio meter). I'm new in this wonderful ML land. I'm looking for a stable version.
Please help!
Thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: actingnurse on June 11, 2014, 05:01:21 AM
I just want to thank all of the devs for their hard work. Thanks to you all, my next short film will look tits. No better way to describe it. H.264 is good.. but RAW? fuhgeddaboudit.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jippalippa on June 14, 2014, 10:58:41 AM
Is it normal that all the latest 5D MKII Nightly Builds can't be download because it says "This Build Has Failed".
This happened for something like the latest 10 builds.
Thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on June 14, 2014, 11:25:10 AM
Reply #706
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on June 15, 2014, 04:37:18 PM
http://www.magiclantern.fm/forum/index.php?topic=3072.msg117299#msg117299
Title: Re: Nightly Builds - try the very latest stuff here
Post by: josepvm on June 17, 2014, 08:54:24 PM
Hi, I'm new to this forum, but I'm very happy as a Magic Lantern user, and I would like to help having nightly builds for 500D working again.

I'm very outdated as a developer.  Last time I wrote a C program was 23 years ago, using Borland Turbo C 2.0. And in assembler, things are even worse, last time was using a ZX Spectrum, storing my code in a cassette tape  ::)

But I've read Alex's tutorial for finding stubs, and I have disassembled my 500D firmware using "disassemble.pl"

I've found that FIO_SeekSkipFile is located at FF1967D4

That follows the 0xD0 offset rule from FIO_SeekFile (FF1968A4 for 500D) as observed in other cameras. And the stub has the structure described in the first example of the tutorial: starts with a "push" instruction, the stub is the destination for several calls from other sections in the firmware. with "bl" instructions, including a call from FIO_SeekFile.

I've also found a similar structure starting with "push" at FF3A96EC, that could be the "CancelTimer" stub.

It's called from 4 places, and the routine includes the string "DlgPlayMovieControlGuide.c CancelTimer" after an "add" instruction.

This is the first time I do this. So please, if a more experienced ML contributor could look at this adresses, would be great.

And many thanks to all the developers for your great work.
-----------------------------------------------------------------------------------------
  Edit:  I've posted this info as a comment in the related bitbucket commits page https://bitbucket.org/hudson/magic-lantern/commits/03bb4ef73a77a5bf4b4dbb05c8b473f789439bb2?at=gui-timers (https://bitbucket.org/hudson/magic-lantern/commits/03bb4ef73a77a5bf4b4dbb05c8b473f789439bb2?at=gui-timers) , I supose that is a better place.
Title: 550d Nightly built not working (19 + 20)
Post by: brechstange on June 20, 2014, 03:05:26 PM
Hi
this is the second day that the nightly built of the 550d is not working. The camera starts up , and then keeps blinking red.

ok.. just did try out downloading the latest file over the "download" button .. and that did work ...
thanks !

Cheers
Brechi
Title: Re: 550d Nightly built not working (19 + 20)
Post by: frenchi38 on June 21, 2014, 05:29:39 PM
Quote from: brechstange on June 20, 2014, 03:05:26 PM
Hi
this is the second day that the nightly built of the 550d is not working. The camera starts up , and then keeps blinking red.

Cheers
Brechi

Have same problem on 550D: last build which is working is "Nightly.2014Jun11.550D109". All later builds results in blocked camera with red LED keeps blinking .

BTW: Thanks a lot for your great work.


CU

frenchi38
Title: •Built on: 2014-06-21 10:57:29 -0400
Post by: waltztj on June 22, 2014, 10:56:57 AM
This build is for 5d3 the battery info is not working now. I have a grip and now it tells me I have one battery installed I have tried 4 different batteries and I get the same thing. The build before this one it was working.
Title: Re: •Built on: 2014-06-21 10:57:29 -0400
Post by: Audionut on June 22, 2014, 12:13:46 PM
Quote from: waltztj on June 22, 2014, 10:56:57 AM
The build before this one it was working.

Which build specifically?  I noticed this issue also, but haven't done anything to track it down.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: waltztj on June 22, 2014, 12:35:36 PM
2014-06-20 06:57:56 -0400

This is the build that was working
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on June 22, 2014, 12:44:45 PM
Firmware 113 or 123? 

I've been on 123 for a while,  I've tried a couple of different builds and it has always been broken.  I just assumed it was something specific to the Canon firmware. 
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on June 22, 2014, 12:52:40 PM
The last relevant change regarding battery level was 2 years ago (a96369c).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: chris_overseas on June 22, 2014, 12:58:00 PM
AFAIK there's never been support for the grip (two batteries). ML just shows info about one battery (the left one?), the other is ignored.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on June 22, 2014, 01:04:38 PM
For me, it's the feedback in the Canon menu.  I don't know exactly when the issue first appeared, as I stopped using the grip 24/7, just before the changeover to 123. 

To clarify, I'm using a third party grip, so assumed it was something in the Canon battery changes (post 113) that was the issue.

My interest is sparked, because waltztj reports that it is working in a specific build.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ansius on June 22, 2014, 01:30:19 PM
No, ML reads only one of the batteries, depending on grip tough witch one if any. Some third party grips seam to identify them as AA battery arrays, thus inhibiting mirror lockup for cleaning.
Title: Re: 550d Nightly built not working (19 + 20)
Post by: a1ex on June 22, 2014, 06:06:31 PM
Quote from: frenchi38 on June 21, 2014, 05:29:39 PM
Have same problem on 550D: last build which is working is "Nightly.2014Jun11.550D109". All later builds results in blocked camera with red LED keeps blinking .

Solved.
Title: Re: 550d Nightly built not working (19 + 20)
Post by: frenchi38 on June 22, 2014, 08:08:28 PM
Quote from: a1ex on June 22, 2014, 06:06:31 PM
Solved.

You are my hero.

Thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: leongrim on June 22, 2014, 08:53:32 PM
hi everybody. I have canon 6D . i don't know to programming :(
i will have to test latest version of ML for canon 6d if anyone will compilation it for me ;)
10x
Title: Re: Nightly Builds - try the very latest stuff here
Post by: johming on June 24, 2014, 12:28:25 PM
hi guys!
i saw that there is a new build for 5D3 - 123 exit 21 of june, i've installed ML about one month ago, and everything go great.
In the new build what is changed exactly?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on June 24, 2014, 01:27:39 PM
Quote from: johming on June 24, 2014, 12:28:25 PM
hi guys!
i saw that there is a new build for 5D3 - 123 exit 21 of june, i've installed ML about one month ago, and everything go great.
In the new build what is changed exactly?

The changelog explains everything in detail for every build....
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on June 24, 2014, 02:11:39 PM
On the nightly build page. Select your platform you should see buttons below. Click each changset to read up on what was done and the affected code.
http://builds.magiclantern.fm/#/


Or just go straight to BitBucket...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: MediaLockeFilmsUK on June 30, 2014, 02:14:35 PM
Hey chaps!

Just letting you know, that the latest;

"Built on: 2014-06-27 10:18:34 +0100
Changeset: 60c6fa5b8868"


..Nightly of Magic Lantern for the 5D Mark III running 1.2.3 firmware is very unstable with severe crashing whilst trying to record MLV RAW video with sound.

Myself and others will be discussing the software in depth tomorrow 11am ET on the Planet5D LIVE podcast with planetMitch and friends. We look forward to answering your questions, and building some informative discussion. See you there.

-Charlie  8)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on June 30, 2014, 02:20:28 PM
Steps to reproduce? What was the latest build that worked fine with the same settings?

I suggest reporting the bug here (https://bitbucket.org/hudson/magic-lantern/issues?status=new&status=open) and announcing the podcast in a separate thread (General Chat? not sure where else it may fit)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: josepvm on July 01, 2014, 06:18:38 PM
Sorry.  I'm still trying to find the missing stubs for 500D, in order to have nightly builds working again for this camera.

I've posted new data here: https://bitbucket.org/hudson/magic-lantern/commits/03bb4ef73a77a5bf4b4dbb05c8b473f789439bb2?at=gui-timers (https://bitbucket.org/hudson/magic-lantern/commits/03bb4ef73a77a5bf4b4dbb05c8b473f789439bb2?at=gui-timers)

Please, if a developer could take a look at it, I will appreciate very much your help  ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: liciniobta on July 02, 2014, 11:01:15 PM
Hi, anyone else had trouble installing the ML on Canon 1100d 64gb class 6 SD card ScanDisk? is giving me an error to remove card and battery .. Just managed to install in 8Gb card also scandisk. It was cool that there was a firmware update for suportaro 64GB, especially for timelapse  8)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on July 03, 2014, 01:15:34 AM
Read the install guide: http://wiki.magiclantern.fm/install
Title: Re: Nightly Builds - try the very latest stuff here
Post by: basem1234 on July 03, 2014, 04:38:54 PM
Hello Bosses

   i have 5D mk III WITH CF card KOMPUTERBAY 128Gb 1066x UDMA7, but i need to know something about ML what is the ideal menu setup to shoot with this settings 3584 or 2560 not 1920 because when i try this in the RAW video options i see down the screen says that is not possible in current video mode (max 1920). or i can make this only by editing throw photoshop to make it 2.7k or 4K.
   PS. my ML software is 1.1.3-ml-Nightly.2 and already install the latest Built on: 2014-07-03 03:11:21 +0400.

Thanxxx

Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on July 03, 2014, 05:38:15 PM
press the 5x zoom button ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: liciniobta on July 03, 2014, 06:25:48 PM
Quote from: dmilligan on July 03, 2014, 01:15:34 AM
Read the install guide: http://wiki.magiclantern.fm/install

Thank you! I'll try .. had read diagonally because I had researched on the ML a few months and this time I did not realize this detail.  8)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: xur82 on July 04, 2014, 02:01:30 AM
Just for your information..

I installed 5D 3 ML 1.2.3 version 01.07.14 and had some problems I thought I'd let you know.

Camera getting jammed on 'cleaning sensor' when turning off every time, had to remove battery.
Temp shot to 53 pretty quick - is that high? - camera seemed warm.
Crashed/locked up when pressing magnify while recording
Couldn't record ML_RAW - just h264 (may well be user error of course), although modules were loaded and on. (Computerbay 1066)

Uninstall worked perfectly fine.

Great work you are doing, no criticism in any way!    -  maybe I should try an earlier nightly build? - People seem to be having good results - is this a better option? Are earlier nightlies more stable in any way?

Kind regards..

Cian


Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on July 04, 2014, 07:55:37 AM
Quote from: xur82 on July 04, 2014, 02:01:30 AM
Just for your information..

I installed 5D 3 ML 1.2.3 version 01.07.14 and had some problems I thought I'd let you know.

Camera getting jammed on 'cleaning sensor' when turning off every time, had to remove battery.
Temp shot to 53 pretty quick - is that high? - camera seemed warm.
Crashed/locked up when pressing magnify while recording
Couldn't record ML_RAW - just h264 (may well be user error of course), although modules were loaded and on. (Computerbay 1066)

Uninstall worked perfectly fine.

Great work you are doing, no criticism in any way!    -  maybe I should try an earlier nightly build? - People seem to be having good results - is this a better option? Are earlier nightlies more stable in any way?

Kind regards..

Cian

Uau, too much problems for the build.
Try one of June or May.
Have you checked the Canon Menu for the sensor cleaning?
.RAW is very stable. Try to put less resolution than 1920 in order to test the RAW.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: michail090 on July 04, 2014, 11:33:38 AM
Guys i 've used ML on my 550d and it was a breeze to install and use. However I am having major issues with my 6d. I 've tried the installation guide/tutorial over abd over and over but no success.

I looked into nightly builds- didn't quite understand but tried to install it on my 6d (may22-2014 built). It seems to have been installed correctly but seems like it's missing stuff. I am lost here. Should have i installed ML 2.3 first and then update or the stand alone installation i did is ok? Please note that no problems to the camera, and NB can be easily removed. Any pointers would be more than appreciated! Thank you
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on July 04, 2014, 11:52:24 AM
Format card using a cardreader. Insert card into cam and format again. Reinsert card into cardreader. Download nightly build, extract contents. Copy contents to card. Reinsert card into cam. Startup and run Canon's firmware update. Follow instrutctions, don't let the 30 seconds timeout run out and restart cam before. Restart cam. Donate to FSF.
Title: How do i know which Nightly Builds has major Problems?
Post by: samson33 on July 06, 2014, 10:40:13 PM
   Hello,

where can i see which nightly build is ok?
Even in the bug reports there is not a kind of statistics (of reported bugs) or couldnt find it?

Also is it better to use firmware 113 or 123 for Canon 5D3 RAW shooting?


thank you!
Title: Re: How do i know which Nightly Builds has major Problems?
Post by: dmilligan on July 07, 2014, 03:36:31 AM
Quote from: samson33 on July 06, 2014, 10:40:13 PM
where can i see which nightly build is ok?
Nowhere. The whole point of the nightly builds is that you test them and tell us that. (If they were well tested, they wouldn't be nightly builds!)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Robbe on July 07, 2014, 11:37:14 PM
Installed latest nighly build, 2014Jul02, (tried also with earlier versions), loaded raw_rec module and reboot.
The Menu/Modules shows raw_rec OK, but Menu/Movies are all dimmed and no green dot. In Menu/Modules/RAW video shows N/A, but I can set resolution and record. Just after recording, the green dot lights and showing resolution. But when reboot there is no resolution showing and no green dots. Have to start over again every time.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: DesterWallaboo on July 15, 2014, 09:32:35 PM
Haven't been able to get a nightly build for several days. The pull-down menu isn't working at all. I've seen this happen intermittently in the past, but not for such an extended period of time. Anyone know what's up?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on July 15, 2014, 09:36:53 PM
Have you installed some kind of blocking software?
Try
https://builds.magiclantern.fm/jenkins/
Title: Re: Nightly Builds - try the very latest stuff here
Post by: DesterWallaboo on July 15, 2014, 09:56:04 PM
Quote from: Walter Schulz on July 15, 2014, 09:36:53 PM
Have you installed some kind of blocking software?
Try
https://builds.magiclantern.fm/jenkins/

No blocking software. I've disabled all extensions, etc. and still no love. Tried in various browsers as well.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Andy600 on July 15, 2014, 10:06:02 PM
Might be javascript related if you're on a Windows 7 platform!?. I don't use the nightlies but I just tried and the dropdown menu is not working for me either in Firefox 30.0, Chrome or Explorer. Jenkins is good though :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: QuickHitRecord on July 16, 2014, 10:59:45 PM
I downloaded last night's 1.13 build for the 5Diii and put it on my camera. I enabled some of the modules (MLV_REC, MLV_SND) and restarted so that I could set the MLV parameters. Upon restarting, I noticed the the entire modules menu was gone and of consequently, MLV recording was not available to me. I've restarted the camera several times, but nothing has improved. Any ideas?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on July 16, 2014, 11:10:22 PM
Delete card's ML directory and copy dir + files to card again.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: QuickHitRecord on July 16, 2014, 11:12:17 PM
I will try that. Thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: obiyan19 on July 17, 2014, 09:09:39 AM
that a lot of time (month ! ) i didin't download nightly built, but i have same problem here. the pull-down menu dont work with my computer (xp pro with ie, firefox or chrome, same problem) try anything, but nothing work.

i have a laptop with win 7, but dont have it now, will try later on it.


edit: all is good with https://builds.magiclantern.fm/jenkins/   :D
Title: Re: Nightly Builds - try the very latest stuff here
Post by: QuickHitRecord on July 17, 2014, 04:23:03 PM
Quote from: Walter Schulz on July 16, 2014, 11:10:22 PM
Delete card's ML directory and copy dir + files to card again.

Same thing happens. The modules do not load, and the modules menu disappears. I also tried today's build with the same result.

While the zip files are dated correctly, I noticed that the info in the ML startup screen references July 3rd rather than today or yesterday's date. Maybe that is related.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on July 17, 2014, 04:36:22 PM
Sounds like an old AUTOEXEC.BIN. Delete or overwrite card's AUTOEXEC.BIN
Title: Re: Nightly Builds - try the very latest stuff here
Post by: QuickHitRecord on July 17, 2014, 05:49:34 PM
Quote from: Walter Schulz on July 17, 2014, 04:36:22 PM
Sounds like an old AUTOEXEC.BIN. Delete or overwrite card's AUTOEXEC.BIN

Of course. I should have thought of that. I replaced both the folder and the AUTOEXEC and everything boots up just fine.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on July 18, 2014, 09:18:47 AM
BUILD 07-16 - Komputer bay 64 GB 1000x

5D Mark III - .MLV 1920x1080 25p Global Draw ON - Continuous! (even pressing focus button_.
                            1920x1152 - 1:30 min. Global Draw Off.

I think so far the best build for MLV. (works as the beginning, without skipping one frame)

Possible Bug, don't let me wrong.
MLV Play after index, start to reproduce all the files.
When you press half shutter, and return to press Play button, MLV work continuously  with out press play.
(work in background).

I not checked external monitor. It's time to do that?

Thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nikfreak on July 18, 2014, 01:02:58 PM
Quote from: erox76 on July 18, 2014, 01:47:52 AM
It will kick me out of the ML menu and back to live view after a few seconds, no matter how many times I re-open ML menu! Am I missing something?

Yeah I can confirm this. But I thought this is normal behaviour as I was using ML for the first time on my cam. About 2-4 seconds and afterwards you get kicked out the menu if you don't navigate through it
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on July 18, 2014, 01:10:01 PM
ML sits on top of some transparent LiveView dialog (these enable the scrollwheels), and these dialogs will timeout if not used (that's how Canon designed them).

Both 1% and Maqs tried a lot of things to solve it (including sending fake events to simulate activity). Maqs found how to use GUI timers, and the next step is probably figuring out what timer to stop or to delay.

The raw recorders contain a similar hack (they modify the duration of the GUI dialog refresh timer, to reduce CPU usage in Canon tasks).

See also https://bitbucket.org/hudson/magic-lantern/issue/1974/6d-in-live-view-mode-ml-menu-times-out
Title: Re: Nightly Builds - try the very latest stuff here
Post by: erox76 on July 20, 2014, 12:36:35 AM
I wonder does the 5dmiii have this same issue? As when I bought it, I remember seeing some pamphlet in there that was describing the features as being similar but only some of the features were available for 6D! I know they are different cams completely, just thinking there might be something on the 5d that might help.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Mystery57 on July 21, 2014, 02:10:29 PM
Not sure if this is the right place to post or not

Installed the 1st July 2014 nightly build (my first time use of the software) onto a Kingston 16Gb CF card to use in my 5DMk3 camera.

All seemed ok with the installation, and I went out to take some photos. I dont switch the camera on and off in a session.

I was finding between photos that I was having to press the shutter button partially for a couple of seconds for the camera to come out of what seemed to be a hibernation.

After appx 20 photos, everything went dead.

I replaced the battery - no change.

So I then put a card in without ML installed - still dead.

I then put the original battery back in and the camera recommenced working (obviously without ML).

The replacement battery I had also tried, worked as well when I used that next.

Somehow the CF card had become corrupted I later identified.

Anyone else had this problem or any idea what the problem is. This is the first card I have had corrupt in this camera, and in years of using them never before a Kingston one.

It reformatted ok via my PC, then I was able to put it back in the camera and reformat it in there and it now works fine again (still without ML)

I'm not a programmer so am reliant on all of you guys who are for guidance - thank you.

Incidentally, I went to check the Camera firmware status, and only the Canon one is showing now, obviously not ML because I didnt reinstall it, however I see some topics referring to BootFlag needing to be removed - however my camera still seems to be booting up almost instantly - dont know if this is relevant information for you or not
Title: bug when using exposure comp with continuous shooting
Post by: Sorin on July 21, 2014, 02:28:43 PM
Greetings!
It's my fist time posting on this forum, and I'm using ML on an EOS M.
Generally, I can say I'm quite pleased with the features it provides but I'm here to report a bug, since i don't know where else to do so.

So I've tried the following settings:
- manual mode with exposure bracketing of 1 stop
- continuous shooting
- ML screen

When I'm doing this, the camera freezes and it won't respond not even to the shut down button. Sometimes the screen makes some gray and red lines and it stays like that. After removing the battery all is good, but the pictures aren't saved on the memory card.
This only happens with the ML screen. If I try using any other canon screen (by pressing the info button) then nothing like this happens.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: brockbrick1 on July 21, 2014, 08:31:35 PM
Hi all I'm new to this forum. I want to know of there's a magic lantern build for my canon 7d version 2.0.5
Thanks for you help
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on July 21, 2014, 08:35:36 PM
2.0.5 isn't supported yet. Downgrade to 2.0.3 to run ML.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: brockbrick1 on July 21, 2014, 09:06:08 PM
I don't know how I can downgrade to 2.0.3. Can you please help I'm new to ML
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on July 21, 2014, 09:47:57 PM
http://www.magiclantern.fm/forum/index.php?topic=9983.msg96084#msg96084
Download Canon's firmware version 2.0.3 + copy the file to your card + run firmware update.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: brockbrick1 on July 21, 2014, 10:16:57 PM
Thanks sir I will try n let you know
Title: Re: bug when using exposure comp with continuous shooting
Post by: jpaana on July 21, 2014, 10:43:49 PM
Quote from: Sorin on July 21, 2014, 02:28:43 PM
Greetings!
It's my fist time posting on this forum, and I'm using ML on an EOS M.
Generally, I can say I'm quite pleased with the features it provides but I'm here to report a bug, since i don't know where else to do so.

So I've tried the following settings:
- manual mode with exposure bracketing of 1 stop
- continuous shooting
- ML screen

When I'm doing this, the camera freezes and it won't respond not even to the shut down button. Sometimes the screen makes some gray and red lines and it stays like that. After removing the battery all is good, but the pictures aren't saved on the memory card.
This only happens with the ML screen. If I try using any other canon screen (by pressing the info button) then nothing like this happens.

I tried reproducing this but couldn't, took quite many brackets without problems (apart from a cosmetic problem of zebras filling the screen after the first frame). I use my own compiled binary, but it should be roughly the same as nightly from yesterday. Which info options you have enabled? I have disabled spot meter, only use focus peaking and zebras, otherwise default options.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: brockbrick1 on July 21, 2014, 10:45:43 PM
Thanks sir I will try n let you know
Title: Re: Nightly Builds - try the very latest stuff here
Post by: brockbrick1 on July 21, 2014, 11:32:17 PM
My camera wouldn't turn on again after install ML. What might be the problem
Title: Re: Nightly Builds - try the very latest stuff here
Post by: brockbrick1 on July 21, 2014, 11:37:54 PM
Is my camera ruined
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on July 22, 2014, 08:43:42 AM
Quote from: brockbrick1 on July 21, 2014, 11:37:54 PM
Is my camera ruined

Put out the battery - fill the battery to full - green in the charger.
Take off the cards.
Put a card formatted form you PC or Mac - format in the camera.
And everything have to work.

Can you describe exactly your process to get help?
Title: Re: bug when using exposure comp with continuous shooting
Post by: Sorin on July 22, 2014, 03:04:49 PM
Quote from: jpaana on July 21, 2014, 10:43:49 PM
I tried reproducing this but couldn't, took quite many brackets without problems (apart from a cosmetic problem of zebras filling the screen after the first frame). I use my own compiled binary, but it should be roughly the same as nightly from yesterday. Which info options you have enabled? I have disabled spot meter, only use focus peaking and zebras, otherwise default options.

I was using the version labeled 2014Jul18 and previous. On the latest one, labeled 2014Jul22 it seems to be working.
It was the same with some older versions in these past 2 months.

So I guess this issue was fixed now.

EDIT: now sometimes works, sometimes it doesn't.
What specific settings should I tell you?

The difference now is that it works when you do exposure bracketing but if you do just continuous shooting, at some point it freezes.
Title: Re: bug when using exposure comp with continuous shooting
Post by: jpaana on July 22, 2014, 04:16:59 PM
Quote from: Sorin on July 22, 2014, 03:04:49 PM
I was using the version labeled 2014Jul18 and previous. On the latest one, labeled 2014Jul22 it seems to be working.
It was the same with some older versions in these past 2 months.

So I guess this issue was fixed now.

EDIT: now sometimes works, sometimes it doesn't.
What specific settings should I tell you?

The difference now is that it works when you do exposure bracketing but if you do just continuous shooting, at some point it freezes.

Ah ok, I tried this as well, took 30 frame "burst" without problems. By info options I meant the options in Overlay tab (spot meter, zebras, focus peaking, histogram, etc.). Also any other settings that might be relevant like whether you shoot raw or jpeg (I used raw) and so on?
Title: Re: bug when using exposure comp with continuous shooting
Post by: Sorin on July 22, 2014, 08:13:41 PM
Quote from: jpaana on July 22, 2014, 04:16:59 PM
Ah ok, I tried this as well, took 30 frame "burst" without problems. By info options I meant the options in Overlay tab (spot meter, zebras, focus peaking, histogram, etc.). Also any other settings that might be relevant like whether you shoot raw or jpeg (I used raw) and so on?

I've tried as you said, and I've firstly unchecked all of the Overlay tab options, then checked them one by one. It happens when I enable the Magic Zoom (F+HS, Med). I've tried it with all the other options checked and unchecked, and it seems that this is what's causing the problem.
Also when I've changed the picture size from either largest L or RAW to S3 I've got the error message Error 70.
On the previously mentioned picture size, the camera just freezes without giving any error message.

Title: Re: bug when using exposure comp with continuous shooting
Post by: jpaana on July 22, 2014, 09:29:18 PM
Quote from: Sorin on July 22, 2014, 08:13:41 PM
I've tried as you said, and I've firstly unchecked all of the Overlay tab options, then checked them one by one. It happens when I enable the Magic Zoom (F+HS, Med). I've tried it with all the other options checked and unchecked, and it seems that this is what's causing the problem.
Also when I've changed the picture size from either largest L or RAW to S3 I've got the error message Error 70.
On the previously mentioned picture size, the camera just freezes without giving any error message.

Thanks, didn't get this reproduced with Magic Zoom + raw (though I did get an error message about "Raw error, falling back to YUV" or similar, probably from raw histogram I had enabled), but got it to hang with Magic Zoom + S3, without error message though. I'll enable some debug options in my build and see if I get any meaningful info out of it.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: 1anl on July 25, 2014, 11:22:59 AM
I have noticed that the number of modules available has decresed on a number of recent nightly builds.
Looking at the 500D for example.
The 18th of July list 14 modules but the 29th July list only 10.
The mlv_ modules and the dot_tune have gone.
Also the silent.mo has reverted to a version before the full resolution change which was available in the 18th build.
It there an issue with these modules, i.e. they failed to build overnight?
Would it be safe to copy the missing modules from a previous version, i.e. the 18th to the 29th?
I think I know the answer to the second question would be NO but wanted to check.

Thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on July 25, 2014, 11:50:01 AM
I bet you are not talking about ML nightly builds. They are here: http://builds.magiclantern.fm/

dot_tune was never available on 500D, mlv is there, and full-res silent pics were not included in the nightly builds yet.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Robbe on July 25, 2014, 12:33:58 PM
Quote from: Robbe on July 07, 2014, 11:37:14 PM
Installed latest nighly build, 2014Jul02, (tried also with earlier versions), loaded raw_rec module and reboot.
The Menu/Modules shows raw_rec OK, but Menu/Movies are all dimmed and no green dot. In Menu/Modules/RAW video shows N/A, but I can set resolution and record. Just after recording, the green dot lights and showing resolution. But when reboot there is no resolution showing and no green dots. Have to start over again every time.
Only me having this problem with Canon 5D mark2?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ayshih on July 25, 2014, 02:05:33 PM
When you say that "Menu/Movies are all dimmed", it sounds like you haven't entered LV yet.  It's only when LV is active that items in that tab show up as enabled, and the same is true to see the resolution in "Menu/Modules/Raw video" as something other than "N/A".
Title: Re: Nightly Builds - try the very latest stuff here
Post by: 1anl on July 25, 2014, 04:22:14 PM
Replying to ayshih.

Overlooked entering LV. But when I do enter LV I can record raw but, the dual ISO option remains greyed out on the Expo menu although I can select a recover ISO value by selection the Q button.

On the Expo menu White balance is Auto, ISO 100 Shutter set to 1/38 Aperture set to 5.6 Expo. Override ON.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ayshih on July 25, 2014, 04:27:40 PM
Quote from: 1anl on July 25, 2014, 04:22:14 PM
But when I do enter LV I can record raw but, the dual ISO option remains greyed out on the Expo menu although I can select a recover ISO value by selection the Q button.
I believe the 5D2 (like the 50D) is not yet able to do dual ISO video.

Edit: Sorry, I just noticed that you aren't the same person who had the original issue (with the 5D2).  Do you have a different model?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: 1anl on July 25, 2014, 08:49:46 PM
Replying to ayshih,

The camera is a 500D, which probably is not up to the task.
Title: Re: bug when using exposure comp with continuous shooting
Post by: Sorin on July 27, 2014, 07:05:26 AM
Quote from: jpaana on July 22, 2014, 09:29:18 PM
Thanks, didn't get this reproduced with Magic Zoom + raw (though I did get an error message about "Raw error, falling back to YUV" or similar, probably from raw histogram I had enabled), but got it to hang with Magic Zoom + S3, without error message though. I'll enable some debug options in my build and see if I get any meaningful info out of it.

I've tried the more recent build 2014Jul25 for the EOS M and I can tell that now it does work every 2 out of 3 tries. I'm not an engineer, but if you want me to try certain settings for a more accurate description, I can do that, just let me know what to do.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmatthews on July 27, 2014, 04:05:12 PM
Can you direct me to the forum for Err70 situations with th3 500D and 550D?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on July 27, 2014, 04:10:19 PM
http://www.magiclantern.fm/forum/index.php?board=45.0
Contact a1ex.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tobiascorts on July 28, 2014, 10:06:32 PM

hello all,
I am a long time user of magic lantern. was shooting a lot over the last year with the 1.1.3 version of raw.
now I updated to 1.2.3 and everything looked fine so far.
today I rigged the markIII with my tv-logic58 monitor via hdmi for the first time. all tests before were done without the use of the hdmi-out.
it is now not possible to record longer clips than 1min in mlv 1920:1080 25p mode. icon always stays red or yellow. the build is from 16th of july.
as soon as I disconnect the hdmi everything goes green and fine! what does the performance have to do with the hdmi out?
did I set up something wrong somewhere? checked everything, can`t think of anything?!?
thank you so much for every help! i have an upcoming job tomorrow and if I don`t find a solution I have to shoot in h264;-(
tobi

next step was a total reset of the camera including magic lantern build 07.16.2014. supposedly stable.
same problem, no clips longer than 1min, though camera icon turns green now, before it stops due to frame skipping.
am clueless!!
only thing I can think of right now is that my new monitor, the TVLogic 58 needs more process power than my old one the TVLogic 56. Is that possible?
tobi
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on August 08, 2014, 11:14:41 AM
Guess it's time to summarize what arrived lately in the nightly builds:

- major fixes for external monitors (for 5D3 1.2.3 (https://bitbucket.org/hudson/magic-lantern/pull-request/521/mirroring-support-for-external-monitors) and backported to all other cameras (https://bitbucket.org/hudson/magic-lantern/pull-request/576/external-monitor-fixes-for-old-cameras); thanks to everybody who submitted image dumps (http://www.magiclantern.fm/forum/index.php?topic=12375))
- lots of fixes in mlv_play (here (https://bitbucket.org/hudson/magic-lantern/pull-request/555/improvements-to-mlv_play-exact-playback) and here (https://bitbucket.org/hudson/magic-lantern/pull-request/562/more-improvements-to-mlv_play)  from ayshih, and a few more (https://bitbucket.org/hudson/magic-lantern/commits/all?search=keyword%28mlv_play%29) from me)
- SRM memory (http://www.magiclantern.fm/forum/index.php?topic=12528.msg122233#msg122233), which gave a major boost in RAW recording times on 50D, 60D and 7D, and minor improvements in all others For example, you no longer need small JPEG or similar tricks.
- fixed a bunch of minor annoyances (https://bitbucket.org/hudson/magic-lantern/commits/all?search=grep%28%22fix%22%29+and+branch%28unified%29) like date/time drawing over ML menu, tick positions in audio meters, histobar accuracy, or RAW quirks in 10x zoom
- EOS-M: major stability fix (https://bitbucket.org/hudson/magic-lantern/pull-request/571/correct-stubs-for-acquirerecursivelock-and) from jpaana, and a few small others (https://bitbucket.org/hudson/magic-lantern/commits/all?search=grep%28%22EOS-?M%5B%20:,/%5D%22%29)
- 6D (https://bitbucket.org/hudson/magic-lantern/commits/all?search=grep%28%226D%5B%20:,/%5D%22%29), 650D (https://bitbucket.org/hudson/magic-lantern/commits/all?search=grep%28%22650D%5B%20:,/%5D%22%29),  550D (https://bitbucket.org/hudson/magic-lantern/commits/all?search=grep%28%22550D%5B%20:,/%5D%22%29) and 500D (https://bitbucket.org/hudson/magic-lantern/commits/all?search=grep%28%22500D%5B%20:,/%5D%22%29) had a few important fixes too
- 60D has a new installer (http://www.magiclantern.fm/forum/index.php?topic=5653.msg124003#msg124003), please test

Some works in progress, to be included next (not yet included):
- Full-resolution silent pictures (http://www.magiclantern.fm/forum/index.php?topic=12523) (also with MLV timelapse (http://www.magiclantern.fm/forum/index.php?topic=12733) and lightning detection (http://www.magiclantern.fm/forum/index.php?topic=12891) - credits to dmilligan and mk11174)
- mlv_play speedup (http://www.magiclantern.fm/forum/index.php?topic=7122.msg124827#msg124827) from ayshih, please review
- Restore after format fixes (https://bitbucket.org/hudson/magic-lantern/pull-request/575/restore-after-format-refactoring-fix-for), please review, to be checked on all cameras
- Dot-tune fixes (https://bitbucket.org/hudson/magic-lantern/pull-request/577/dot-tune-afma-fixes), please review

Some works in progress which require some more work (not yet included):
- Menu reorganization (https://bitbucket.org/hudson/magic-lantern/pull-request/578/mlv_snd-merged-into-mlv_rec-and-enabled-by) - credits to stevefal, please review and test it here (https://bitbucket.org/hudson/magic-lantern/branch/menu-rework)
- Black level fix (http://www.magiclantern.fm/forum/index.php?topic=11942), please test and report the bugs (there are a few hard to track)
- ISO research (http://www.magiclantern.fm/forum/index.php?topic=10111), please run the dynamic range tests (http://www.magiclantern.fm/forum/index.php?topic=10111.msg117955#msg117955) and the pixel binning tests (http://www.magiclantern.fm/forum/index.php?topic=10111.msg118232#msg118232)
- Temperature reporting (http://www.magiclantern.fm/forum/index.php?topic=9673.0), please submit your measurements
- 1100D RAW recording (http://www.magiclantern.fm/forum/index.php?topic=1009.msg119468#msg119468), please fill the missing bits (skip offsets and so on) and submit a pull request
- New sound system (https://bitbucket.org/hudson/magic-lantern/branch/new-sound-system), please test and ask g3gg0 what else is needed
- TCC scripting (http://www.magiclantern.fm/forum/index.php?topic=4877.25) - please test and help porting the PicoC API
- 5D3 1.2.3 (https://bitbucket.org/hudson/magic-lantern/pull-request/394/5d3-123-port-almost-ready) - please confirm or debunk the speed regressions rumor in RAW recording (1.1.3 was reported to be a little faster, but no solid evidence to draw a conclusion)

I'll be away for a while; have fun and feel free to try the latest pull requests (https://bitbucket.org/hudson/magic-lantern/pull-requests), or even the branches without a pull request (https://bitbucket.org/hudson/magic-lantern/branches), review them, and try to fill in the missing bits.

P.S. wanna check some download statistics?
(http://a1ex.magiclantern.fm/download-stats.png)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on August 08, 2014, 12:08:35 PM
 Black level fix with 7th Aug nightly i get pink frames on all MLV raw, with it disabled no pink frames. 5Dmkii
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on August 08, 2014, 12:12:48 PM
Black level fix is not included...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on August 08, 2014, 12:20:09 PM
Ah ok cool, that explains it thanks!

I got a catching up todo as been away awhile, but latest nightly seems as stable as 16th Feb i was using, if i find anything ill post.

Just a quick question, has the hold Joystick ML Menu toggle been removed? on my mkii it no longer does anything apart from working as a standard Q button for Canon functions. Not a problem if not coming back, was a nice feature when one handed.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on August 08, 2014, 12:24:10 PM
Hm, it only works from LiveView. Didn't notice, on 5D3 it works from photo mode too.

edit: solved.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on August 08, 2014, 12:31:11 PM
Just spotted it works in LiveView, cool.

No problem, enjoy what it is your doing  :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on August 08, 2014, 01:51:44 PM
Thanks for all your work Alex and others! Enjoy your time off!

I can't believe half a million people running Magic Lantern on 5D III alone that's awesome!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SanchYESS on August 08, 2014, 05:48:40 PM
Hello! Maybe I panic too early, but it seems I've bricked my 5D2 with 3288e15 build :o
I tried to obtain correct framing with mlv mode like it was on earlier builds. I tried different settings and seems last setting before bricking was turning on extra hacks. Now it just doesn't turn on with or without CF card.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 08, 2014, 05:52:27 PM
Remove battery, dial M, remove card(s), insert battery, startup cam.
Results?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SanchYESS on August 08, 2014, 06:09:29 PM
Nothing. At one moment I noticed blinking low bat but I have batteries not completely empty. But I may be wrong. Sitting near the charger, waiting... Maybe I'm an epic looser ???
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 08, 2014, 06:12:48 PM
Cheer up, lad. There is hope (aka a1ex)!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SanchYESS on August 08, 2014, 06:22:25 PM
NNNNNNNNNOOOOOOOOOOOOOO!!!!!!111 (c) It refuses to react on half-charged battery :'(
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 08, 2014, 06:38:53 PM
Expected that one.
Please enter
http://www.magiclantern.fm/forum/index.php?board=45.0 and send a PM to a1ex. After reading the stickies, of course!

Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on August 09, 2014, 08:23:57 AM
Quote from: SanchYESS on August 08, 2014, 06:22:25 PM
NNNNNNNNNOOOOOOOOOOOOOO!!!!!!111 (c) It refuses to react on half-charged battery :'(

- Full battery. No cards.
- Turn On.

- Format Card in the computer.
- Formatted card in the camera.
- Format Card in the camera.

- If everything works, start again with ML.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on August 09, 2014, 11:51:55 AM
try formatting the card and putting 7th Aug build on?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: daisermac on August 10, 2014, 09:42:45 PM
The latest builds works great for me, 5D3.123 with external monitor, using MLV - before I had skipped frames from time to time at 1080p25 with Komputerbay 64GB, now I filled three cards without any skipped frames. The image in the EVF is much more usable with mirroring on. Just wished there was something to give me confidence that I am acutally recording when I am only looking through the EVF.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SanchYESS on August 11, 2014, 03:35:21 PM
Quote from: budafilms on August 09, 2014, 08:23:57 AM
- Full battery. No cards.
- Turn On.

- Format Card in the computer.
- Formatted card in the camera.
- Format Card in the camera.

- If everything works, start again with ML.

It does not turn on either with or without card, even with full battery (tried now), just nothing happens, does not connect via USB. I think the firmware has corrupted.
Later will take it to the service.
Guess who is lucky guy :D
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 11, 2014, 03:41:50 PM
You might want to contact a1ex first ...
Just saying ...
but afraid you are not listening this time, again.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on August 11, 2014, 03:43:06 PM
Have you tried using the ML bootable card program? give it a shot, the camera maybe looking for the .bin file.
Whats happened seems to me is not ML related, good luck buddy.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on August 11, 2014, 03:44:46 PM
Quote from: Walter Schulz on August 11, 2014, 03:41:50 PM
You might want to contact a1ex first ...
Just saying ...
but afraid you are not listening this time, again.

Agreed, speak to the best first..
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SanchYESS on August 11, 2014, 04:02:03 PM
Quote from: Doyle4 on August 11, 2014, 03:43:06 PM
Have you tried using the ML bootable card program? give it a shot, the camera maybe looking for the .bin file.
Whats happened seems to me is not ML related, good luck buddy.

Tried some of test tools from here (http://www.magiclantern.fm/forum/index.php?topic=2296.0), same result.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kikedal on August 11, 2014, 06:32:07 PM
Hi, I installed ML on my  5d mkII and it worked perfectly, but later I installed a newer version and uninstalled it to the older version. Now the camera doesn't turn on and when I use a different card it turns on and works perfect, also when I use the ML cf card in another camera, the camera works perfectly.

Why does that happened?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 11, 2014, 06:33:32 PM
Format the card using a cardreader.
The card is still bootable, that's your fault.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SanchYESS on August 11, 2014, 10:55:53 PM
Ok, don't hit me ::) All works :) The service guy just turned it on and it came alive :D I think he is a wizard or shaman :o
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Canon eos m on August 13, 2014, 02:04:12 AM
Quote from: a1ex on August 08, 2014, 11:14:41 AM

P.S. wanna check some download statistics?
(http://a1ex.magiclantern.fm/download-stats.png)

Rocking! I have been away for 50 days due to a major surgery. Will play catch up these coming weeks. Happy to be back 8)!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ko-jo on August 17, 2014, 08:32:50 AM
i gave it a shot and these are the issues i recognized(canon 7d)
1-occassional is not possible to stop recording..hit the stop button and it has no effect or stopd for a second and goes back to recording
2-screen turns black and white when i 5x zoom(only in the raw mode)
3-missing the audio features
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Levas on August 17, 2014, 12:05:31 PM
The newest nightly builds for 6d are more then a week old, how come ?
Or isn't there a new build made if nothing has changed in the sourcecode ?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on August 17, 2014, 01:38:21 PM
Quote from: Levas on August 17, 2014, 12:05:31 PM
Or isn't there a new build made if nothing has changed in the sourcecode ?

Bingo... no build if no changes.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ayshih on August 17, 2014, 08:44:10 PM
Quote from: ko-jo on August 17, 2014, 08:32:50 AM
i gave it a shot and these are the issues i recognized(canon 7d)
1-occassional is not possible to stop recording..hit the stop button and it has no effect or stopd for a second and goes back to recording
Known issue (https://bitbucket.org/hudson/magic-lantern/issue/2065/movie-restart-7d-stuck-in-loop-cannot-stop) and being looked into (http://www.magiclantern.fm/forum/index.php?topic=13013.0).

Quote from: ko-jo on August 17, 2014, 08:32:50 AM
2-screen turns black and white when i 5x zoom(only in the raw mode)
If you're talking about during actual recording, that's not a bug.  What you are seeing is ML's preview rather than Canon's preview, because Canon's preview shows only part of what is being recorded when in crop mode.  (There is some ongoing investigation into improving the crop preview, but it needs much more testing.)  You can change which preview is used in the options; "Auto" means that the Canon preview is used when not in crop and the ML preview is used when in crop.

Quote from: ko-jo on August 17, 2014, 08:32:50 AM
3-missing the audio features
Under discussion (https://bitbucket.org/hudson/magic-lantern/pull-request/586/audio-controls-are-working-on-7d-wind/diff)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Ottoga on August 20, 2014, 12:16:38 AM
Hi,
The most recent nightly build appears to be Aug 8. Is something broken?

Cheers... Otto
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nachordez on August 20, 2014, 12:28:30 AM
Quote from: Ottoga on August 20, 2014, 12:16:38 AM
Hi,
The most recent nightly build appears to be Aug 8. Is something broken?

Cheers... Otto
Just summer... :-)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: wyrlyn on August 25, 2014, 10:20:58 AM
any info when the full-res silent pic build will be available for us?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 25, 2014, 10:44:11 AM
Take a look into the last answer in
Top of page -> User Guide -> FAQ
Title: Re: Nightly Builds - try the very latest stuff here
Post by: vovkinson on August 25, 2014, 02:02:49 PM
can anybody else take over Alex while he is on vacation?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: swinxx on August 25, 2014, 02:25:55 PM
He is not on vacation as far as i know. He locked the 5d mk3 123 branch for 1 month.

Perhaps he is woking on continuous 8k raw at the moment ;)

I would help, but my cam is working and i have no idea, sorry. Perhaps reset all canon settings in the canon menu.

Greets sw
Title: Re: Nightly Builds - try the very latest stuff here
Post by: swinxx on August 25, 2014, 02:28:36 PM
Strange, i wanted to reply another thread with tapatalk but it jumped here and posted my reply in the wrong thread.. Strange.

Sw
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on August 25, 2014, 03:48:24 PM
8K?! You would need a 42 megapixel sensor for that ;)

I'm actually thinking to move away from the video side of ML, and let those actually interested in video do the hard work instead. I'd rather focus on the still photo stuff, which is what I actually use.

I might change my mind if the ML community would do these things:

- encourage newcomers to post in the right forum (I've locked the 1.2.3 thread because it was flooded with offtopic questions about RAW/MLV)
- contribute to the user guide (http://www.magiclantern.fm/forum/index.php?topic=11269.0) and help updating the site (everything besides forum is static HTML/JS, so just edit it locally and propose your changes here (http://www.magiclantern.fm/forum/index.php?board=28.0))
- help solving this issue (http://www.magiclantern.fm/forum/index.php?topic=11879.0) instead of just hoping it will be forgotten (it's not funny to do the hard work for free, and then to have third parties getting rich just by selling a fancy GUI, without contributing anything back)

Thanks for your support!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ebetecos on August 28, 2014, 10:03:36 PM
Hi,
I've just tried to install my first nightly build but I have error : no fonts.dat found.
It is build from 08.08.2014, i have extracted file directly to SD from winrar. What is the possible problem here? Thank You for any help.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 28, 2014, 10:07:25 PM
Delete Autoexec.bin and ML directory. Copy extracted files to card and start over.
I suppose you haven't overwritten AUTOEXEC.BIN which will cause this error.
You're sure this was a blank?
If it doesn't help: Format card using a cardreader, insert card into cam and format again. This will give you a clean start.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ebetecos on August 28, 2014, 11:31:15 PM
OK, maybe I do something wrong.
If I install nightly build , should I have previously update firmware with magic lantern 2.3 and then boot it with card with nightly build prepared with EOScard?
Or should i add firmware file from 2.3 to niglty build and upgrade firmware from canon?
The card is at every step formatted before any new software .
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 28, 2014, 11:42:05 PM
Format card inside cardreader. Format card inside cam. Copy extracted nightly contents to card (AUTOEXEC.BIN + FIR + ML directory). Now run Firmware upgrade. Follow instructions. Done.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ebetecos on August 29, 2014, 10:43:19 AM
I would like to do that, but i nightly build there is only autoexec and ML folder, so I cannot run firmware update. Previously there was in 2.3v.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 29, 2014, 11:28:31 AM
Which camera do you have?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nachordez on August 29, 2014, 12:42:15 PM
Take the firmware update file from the stable 2.3 release. At least for 600D is what you need!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ebetecos on August 29, 2014, 12:56:08 PM
600D
@nachordez 
That's what i was doing, but then i have this error: fonts.dat not found and installation stops. I have formatted it in cardeader and in camera.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 29, 2014, 01:41:34 PM
Mixup of different ML versions and builds. Autoexec.bin "stable" will look for FONTS.DAT. ML directory "Nightly Build" has no such file.
Please clean up that mess! I would suggest to use Autoexec.bin "nightly build", delete ML directory and copy ML directory "nightly build".
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ebetecos on August 29, 2014, 02:14:30 PM
But that is what i'm doing. I'm using autoexec.bin from "nightly build" and ML folder from "nightly build". The only thing i use from 2.3 is firmware to proceed with firmware update.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 29, 2014, 02:26:31 PM
Give it a try. Overwrite AUTOEXEC.BIN.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: nachordez on August 29, 2014, 04:24:17 PM
Copy all files from 2.3 stable on sdcard. Then overwrite JUST the files in the nightly (so, don't delete other files no present in nightly, but being on 2.3).

For me at least, that works
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ebetecos on August 30, 2014, 10:55:04 AM
It worked. Thank You for help.
So as I undesrstand I should extract nightly build over stable release? I assumed that nightly build has everything it needs.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 30, 2014, 11:04:12 AM
The advice nachordez gave works but is just addressing symptoms and will not cure the cause.
NBs contain everything needed for ML to run. Help files are missing, however.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ebetecos on August 30, 2014, 12:32:10 PM
I've downloaded the newest one, and there is only autoexec.bin and ML folder. To perform the instalation firmware file is needed, which is not there. If I take the one from stable version, then there is error with fonts.dat. So from this symptoms I assume that there is missing something there, althought I'm not an expert here:)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on August 30, 2014, 01:05:50 PM
is there a new nightly? last i checked was 20th Aug with over 2000 downloads for 5dmii, today its showing 20th Aug with only 60 downloads? Cheers.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on August 30, 2014, 09:04:33 PM
The download counter counts the downloads for the last month.  Looks like it's some hardcoded value for the date, or a bug in the counter.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on August 30, 2014, 09:15:28 PM
Thanks Audionut,
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nachordez on August 31, 2014, 02:51:46 AM
Right, ebetecos. NB should contain everything needed, but lack some minor things... They become just the things you have to change over 2.3 to get the last NB...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on August 31, 2014, 11:28:59 AM
@ebetecos

the camera firmware file is sometimes in ML folder iv noticed on couple of occasions.
Aslong as you download the nightly for your camera you are good to go, try installing stable first then install a nightly for the other features.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 05, 2014, 05:21:58 PM
Sorry if this question is wrong in advance.

Using my 5Dmkii today and used Silent.mo as the shutter was aloud during the vows, i disabled the AF-ON button in the Canon Menu, with silent.mo not loaded AF-ON button didnt focus, great stuff, but with silent.mo loaded the AF-ON button started to focus again even disabled in Canon menu still, is this normal or a bug? just im sure iv read on here some where it does mention to disable AF-ON button with silent.mo, again i could be wrong sorry.

Build: 5Dmkii Aug 20th - Nightly.

Cheers.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 05, 2014, 05:48:51 PM
I don't see any code paths that could change the AF settings in the silent pic module.

You should say clearly what settings you changed and what behavior did you expect (with non-native English speakers in mind).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 07, 2014, 12:03:45 PM
Sorry about that, ill start again.

Is it possible to disable the AF-ON button on the 5D Mkii to not take an image when using Silent pic module, only focus?, Id like to use the AF-ON button to focus in LV mode when using the Silent pic module and use the shutter button once focused? (Would stop constant capturing whilst focusing)
.
20th Aug Nightly Build - 5Dmkii - Silent module (Simple)

Canon menu: Operations/Others - (4)Metering + AF start/Disable

Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 07, 2014, 12:10:10 PM
Ah, now I get it.

Same answer as here: http://www.magiclantern.fm/forum/index.php?topic=13210
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 07, 2014, 01:02:25 PM
Cheers Alex,

Ill take a read now thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dude on September 07, 2014, 07:34:04 PM
Hi guys, i am using the august 7th built for 123 ond mkiii.
The histogram does not show up, do you have the same problem?
Thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 07, 2014, 08:15:09 PM
Is it turned on?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dude on September 07, 2014, 08:44:56 PM
yes sir ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 07, 2014, 09:01:36 PM
Have a screenshot to show it's enabled?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dude on September 07, 2014, 09:38:09 PM
Forget about it, histobar was turned on but did not realized it because i never heared about it.
sorry now i got it, damn.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: erox76 on September 11, 2014, 03:18:09 AM
I am very curious about the audio features on 6D 113. Why is there so little audio support/features on the 6D? All that shows on mine is MLV sound in the ML menu under audio! Is that right?
Edit: Nobody have a clue? just that my 60D has all kinds of audio features but the 6D seems sooo limited for being as powerful as it is!!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 12, 2014, 12:56:32 PM
All audio features are in the ML Menu under Audio (first one)

I dont own a 6D, it could be the devs are still working on tweaks for your camera (and also concentrating on most popular cameras) as its slightly new, most canon cameras are the same but some things need tweaking for a specific camera.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 12, 2014, 12:58:43 PM
also if you look here:

You will see the 6D audio features are in beta stage,
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on September 12, 2014, 01:03:32 PM
I'm not sure about the "freshness" of the link you provided. It would be fine if would be a time/version reference. But there is none.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 12, 2014, 01:04:25 PM
Hm, that page is complete nonsense and should be deleted.

This one is up to date: https://builds.magiclantern.fm/#/features
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Doyle4 on September 12, 2014, 01:09:17 PM
Sorry about that, only one i found.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Levas on September 12, 2014, 01:13:44 PM
I can confirm that since the MLV sound module was introduced for the 6d, a lot of audio options are gone in ML menu.
But MLV sounds works with the canon audio, so audio options can be controlled in canon audio menu.
Audio levels, wind filter etc, all can be controlled in Canon audio menu.


Title: Re: Nightly Builds - try the very latest stuff here
Post by: paisleybrew on September 15, 2014, 09:12:10 PM
Is anyone having trouble with ISOs above 1600 with the latest 6D build? Anything above 1600 gives me hot pixels. Levas helped me earlier. The sensor clean helped with lower ISOs but as soon as I go over 1600 it get these:

(http://jaredpaisley.tumblr.com/private/image/97514178787/tumblr_nbwxw2sY521tnfzlp)

Anyone have similar problems?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RTLdan on September 16, 2014, 05:43:24 AM
Hi Paisley,
I have an August build and was looking at updating to latest build.
Where are you finding the noise at high ISO's? Photo mode? Standard video mode? RAW video mode?
Thanks,
-Daniel
Title: Re: Nightly Builds - try the very latest stuff here
Post by: paisleybrew on September 16, 2014, 09:18:47 AM
I've only noticed it in RAW video mode at the moment.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Levas on September 16, 2014, 01:33:02 PM
@paisleybrew

That are a lot of hot/dead pixels, iso 1600 is mostly clean on my 6d.

You can give the body cap/ manual lens cleaning thing another try.
But now do it with a warmed up sensor...
Put the body cap on, go into liveview/videomode and put the iso up high, iso 6400 for example.
Let it stay in live view on iso 6400 for a while, half a minute or so ?
And the do the manual lens cleaning thing.
This way your sensor is warmed up and has more hot pixels to be remapped by camera.
Hope this helps  :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: paisleybrew on September 16, 2014, 07:44:10 PM
@Levas

I just tried what you recommended and it hasn't changed the problem. Thanks for the help though! For now I'll stay below ISO1600.

Has anyone else had this problem?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: seriouska on September 17, 2014, 09:48:03 AM
Does someone tried the lastest build on a 1200D, or can recommand me ?
i heard that can work like on a 1100D, but ....not sure=)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on September 17, 2014, 02:16:03 PM
No one has ported ML to 1200D. It will not work.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: swinxx on September 18, 2014, 08:58:29 AM
hello,

sorry to ask that but:
can we expect a updated canon 5d mk3 1.2.3 nightly build with fullres silent picture in the near future?

thx sw
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 18, 2014, 09:06:10 AM
Yes, I've been testing it on some night timelapses and it's quite useful. There are some small quirks I'd like to solve, like LiveView turning off after 30 minutes, or mlv_play not liking the large pictures.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: swinxx on September 18, 2014, 11:26:11 AM
sounds great a1ex, thank you.

greets. sw
Title: Re: Nightly Builds - try the very latest stuff here
Post by: komprez on September 20, 2014, 02:04:49 PM
I would like to run the option that allows you to modify the exposure in LV (ISO is able to mod. and take effects to LCD in LV) so as to view the image in the LCD (eg. 1sec exp and every second refresh on the LCD) without taking a photo?  it is possible for the current version of ML Nightly?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Spottyq on September 20, 2014, 04:09:27 PM
@komprez, that is already implemented (and has nothing to do with silent picture). Check out FPS override (set to 1fps and low-light) and eventually LV display gain.
Title: Nightly Builds - try the very latest stuff here
Post by: ashwinkadamboor on September 22, 2014, 09:28:27 AM
HI ML, I am From India doing My first Full length Feature Film in Canon 5D mark III Using MAGIC LANTERN RAW. We Are the First to do So in India. We started the production by June 2014. ;D ;D
Expecting a great out put from it.....
Title: Re: Nightly Builds - try the very latest stuff here
Post by: robschii on September 22, 2014, 09:32:31 PM
no changelog since 2014-09-11 what does it mean?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: lintoni on September 22, 2014, 09:50:13 PM
Quote from: robschii on September 22, 2014, 09:32:31 PM
no changelog since 2014-09-11 what does it mean?
That the last build available was on that day, there have been no changes to Magic Lantern, for your camera, since then. Patience...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RTLdan on September 23, 2014, 04:24:15 AM
Quote from: robschii on September 22, 2014, 09:32:31 PM
no changelog since 2014-09-11 what does it mean?

Quote from: lintoni on September 22, 2014, 09:50:13 PM
That the last build available was on that day, there have been no changes to Magic Lantern, for your camera, since then. Patience...

I'm afraid it's much more serious than that. Look at the date. 9/11. The reason there is no more recent build is because of terrorism! Makes you wonder if the real reason Alex has been less active is because he was captured by ISIS...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: RTLdan on September 23, 2014, 04:25:30 AM
 ;D
(Sorry for the last post...can you tell I'm on the internet while under the influence of boredom?)
-Daniel
Title: Re: Nightly Builds - try the very latest stuff here
Post by: lintoni on September 23, 2014, 12:08:08 PM
Quote from: jovansoft on September 23, 2014, 10:16:20 AM
I have 5d II,and i am testing Magic Lantern for days.It is really awesome thing.I am playing with raw video,and also trying to see if larger bitrate set on ML can impreove video.Right now i can set it max to 1.6x,anything above stops my video.In help it says to torn off sound recording to get bigger bitrate.I record it with zoomH4 anyways so i don't need sound from camera.My question is how to turn it off?If it is important i use Lexar 1000x 64Gb card

Thanks
The folks who can help with this are probably looking at the Raw Video part of the forum. ;)

http://www.magiclantern.fm/forum/index.php?board=49.0 (http://www.magiclantern.fm/forum/index.php?board=49.0)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: swinxx on September 24, 2014, 09:23:46 AM
hello ml team!

as i am waiting hard for a full res silent pic nightly for my canon 5dmk3 123, i check the nightly section every day.
i just wanna inform you that this nightly builds site is no more available?

thx sw
Title: Re: Nightly Builds - try the very latest stuff here
Post by: walter_schulz on September 24, 2014, 09:40:20 AM
https://builds.magiclantern.fm/#/
A1ex, please edit link in first post.

I use https://builds.magiclantern.fm/jenkins/
Title: Re: Nightly Builds - try the very latest stuff here
Post by: walter_schulz on September 24, 2014, 10:15:24 AM
Try links in message above yours.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: vertigopix on September 24, 2014, 10:58:42 AM
??? I've got no problems for accessing Nightly Builds.... (from Switzerland)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 24, 2014, 12:24:34 PM
Should be OK now, can you check?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: adityavarma007 on September 25, 2014, 02:56:59 PM
Its working on 60d I did test Audio and stuff. Except for the continuous video, Which works on few very widescreen modes on 1280. It works fine with various Sizes. Raw means Fabulous News.

https://www.youtube.com/watch?v=ACX8zdY3t90&list=UUycltlhtSLfcaNKTNIkoj2Q
Title: EOS M
Post by: Wynand on September 29, 2014, 02:03:33 PM
Is it possible to have the EOS M display ON while using the HDMI cable for an external monitor?  I like to use an external monitor but the touch screen display of the EOS M then gets disabled and no "easy" touch screen changes is then possible.  Regards and thanks for all the great work done!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: avipami on September 29, 2014, 10:52:53 PM
Hello!!!
I Love the ML for the 5d  mIII and I have a question !

Is it possible that someone can incorporate a shutter lag setting ? 
I want the shutter to lag but not the flash release
In other words I want the flash to go off when pressing the button, before the shutter by some milli seconds.

Would help a lot !
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on September 29, 2014, 10:57:53 PM
By "go off" you mean strobe firing?
Why not use highspeed sync? When using this strobe will begin to fire before shutter opens and strobe will be retriggered until shutter closes.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: avipami on September 29, 2014, 11:12:20 PM
Im doing it with studio strobes and the 2nd curtain closes before the strobe gets any light out of it. If I put a delay to the triggers it only gets worse so I figured that the strobes needs to get off earlier than the shutter starts to move. By then the whole frame would get filled with awesome light :) I have tried all different settings and cables and this is the only way i guess.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on September 29, 2014, 11:16:20 PM
Which lighting problem you're trying to solve? Do you need exposure time 1/160 s or below?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: avipami on September 29, 2014, 11:19:08 PM
No , like im trying to explain. I would like a shutter lag and the flash firing before. Im shooting at hypersync but the second curtain manages to close before the flash starts burning. Lower part of my image is very dark. 
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on September 29, 2014, 11:41:51 PM
Your concept of what the problem is is all wrong. Flashes fire almost instantaneously, like 1/20000s. The problem is the way your shutter mechanism works. It is a "focal plane shutter" meaning there are two shutter mechanisms, a top one and a bottom one. They are both up and then the top one starts moving down exposing the sensor to light then the top one starts down covering it up. The fastest that these shutters can move from top to bottom is known as the x-sync speed and is around 1/200 of a second. So to get shorter exposure, the top one starts moving down before the bottom gets to the bottom. This is why the bottom of your frame is dark. All you need to do is use a slower shutter speed or the "high speed sync" mode, which fires the flash multiple times while the shutters are moving so that the whole frame is illuminated.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on September 29, 2014, 11:57:13 PM
You got one thing wrong: Lower part of a picture is located at the upper part of the sensor.

The time needed for the first curtain "falling" down is constant. Strobe is triggered after (!) first curtain hits ground. If exposure time is shorter than x-sync the second curtain is on it's way down. Shadowing is caused by second curtain.

HSS will start triggering before first curtain opens and retriggers until 2nd curtain closes. And most studio strobes won't do HSS.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: avipami on September 30, 2014, 12:04:33 AM
Well. I know all what you have said since 2 years ago. If you have seen the latest trends where a studio flash is used with hyper sync triggers you will know. And a flash does not burn at that speed you are talking about. Then you would have a 10000 dollar single flash. Mine burnes at a 1200/second. And it is the second curtain cutting the strobelight. And the question was not about this at all. It was if someone knows how to do or if it is possible to delay the picture taking part and make the flash output to fire before it. And possibly make it set-able in magic lantern :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: avipami on September 30, 2014, 12:06:16 AM
What walter said ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on September 30, 2014, 12:21:34 AM
Quote from: dmilligan on September 29, 2014, 11:41:51 PM
Flashes fire almost instantaneously, like 1/20000s.

Avipami, I think he is not talking about burn time (t.5/t.1) but about delay between strobe triggered and flash starting to burn.
Got this one wrong after first reading, too.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: avipami on September 30, 2014, 12:41:55 AM
probably right there
Sorry ^_^
Title: Re: Nightly Builds - try the very latest stuff here
Post by: legreve on October 04, 2014, 08:26:12 PM
Is there a way to get hold of august 2013 5D3 builds?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: chross on October 09, 2014, 02:14:30 AM
Hi,
is there a way to get a nightly that includes both, 5DmkII and 50D? I'm asking since am used to swap cards between my Cameras all the time. It seems as if the nightly I installed to get DualISO for the 5DmkII doesn't work on my 50D. Installing the 2.3 stable works fine.

Any hints?

Cheers,
chross
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on October 09, 2014, 11:25:16 AM
Quoteis there a way to get a nightly that includes both

There is no unified build after 2.3 so the short answer is no...

Title: Re: Nightly Builds - try the very latest stuff here
Post by: fotogemeinschaft_de on October 10, 2014, 08:16:33 AM
The nightly Build for Canon 5D MK 3 (firmware 123) wasn't updated for 4 Weeks; the older firmware is updated daily? Any reasons for this?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on October 10, 2014, 08:27:28 AM
http://www.magiclantern.fm/forum/index.php?topic=11017.msg130897#msg130897
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on October 10, 2014, 03:39:43 PM
Quote from: fotogemeinschaft_de on October 10, 2014, 08:16:33 AM
the older firmware is updated daily?
Nope. Look at the logs, it is far from "daily". There haven't been any substantial changes to the main ML branch for several months now. The handful of minor changes to the main branch that may have triggered a new build on 5D3-1.1.3, didn't get merged over to the 5D3-1.2.3 branch probably because either: they were camera specific to some other camera, or they were very insignificant.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: JABA2 on October 18, 2014, 10:35:23 PM
Hey everyone. I've got one question.
Since it seems like we're not gonna see another stable build, I'm using nightlies for my 600D. They are great, but there's one thing bothering me: there's this 'developer screenshot' popping up everytime I start the camera and enter ML menu. Any idea how to remove this?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on October 18, 2014, 11:03:35 PM
You can #define CONFIG_RELEASE_BUILD in menu.c. If you don't know what that means, then the answer is no.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: JABA2 on October 19, 2014, 08:46:27 PM
I'm guessing you mean I should compile the source code myself. Well, too bad, 'cause I'm not bright enough for figuring that out.
'Thanks' for the advice, though.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: rainless on October 21, 2014, 09:25:15 AM
Read some books, take some Omega 3 tablets, eat one pear a day... It all helps!  ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 29, 2014, 10:41:27 AM
I've removed the old 2.3 downloads and added install instructions on the nightly builds page. Feel free to check the stuff, suggest improvements, and update the wiki.

I've updated these pages:

http://magiclantern.fm/downloads.html
http://builds.magiclantern.fm

My spare time has dropped to almost zero (usually I can barely find time to read the forum), so please don't expect major progress from me in the near future. I expect things to clear up around January or February; until then I'm stuck with personal stuff unrelated to ML (and unrelated to Apertus).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: swinxx on October 29, 2014, 11:48:56 AM
dear a1ex,

could you please update the 1.2.3 canon 5d mk3 build before you make a break..
it would be great cause then all builds would be at the same dev level..

thx.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 29, 2014, 11:50:32 AM
I won't take a long break, I will only make minor steps whenever I find some time (that is, things that only take a few minutes during a short break).

I've already answered the question about 1.2.3 a while ago.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: swinxx on October 29, 2014, 11:55:57 AM
i know. but aren´t there some improvenemts which are not in the actual build?
mlv viewer speed increase, full res?
thx.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on October 29, 2014, 11:57:47 AM
These are not in the nightly builds.

Believe it or not, I have yet to try my latest fullres silent pics changes (they are about 1 month old). I just couldn't find time to use my camera at all.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: swinxx on October 29, 2014, 12:59:04 PM
uh. that sounds like a new job..
however.. thank you a lot.
so if you find time to test it, it would be really nice to implement that stuff sometime.

greets swinxx
Title: Re: Nightly Builds - try the very latest stuff here
Post by: robschii on November 01, 2014, 05:43:52 PM
hi im following ml and there nightly builds since 2 years.
ml is great  but why is no new nightly for the 550d since 7th. october at download page

what are the goals ml want to reach in the next half year

Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on November 01, 2014, 08:02:57 PM
Quote from: robschii on November 01, 2014, 05:43:52 PM
why is no new nightly for the 550d since 7th. october
Quote from: a1ex on October 29, 2014, 10:41:27 AM
My spare time has dropped to almost zero (usually I can barely find time to read the forum), so please don't expect major progress from me in the near future. I expect things to clear up around January or February; until then I'm stuck with personal stuff unrelated to ML (and unrelated to Apertus).
Title: Nightly build test screenshot warning
Post by: JABA2 on November 01, 2014, 08:21:32 PM
Hey everyone again.
Why the line beta.warn=1 in magic.cfg always returns to 1, even if changed to 0 manually?
I thought this could be a way of disabling annoying randomly appearing beta warning, but it's not.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on November 01, 2014, 09:57:42 PM
The 'beta.warn' in the config is the day of the month the user was last warned, basically it is used to only warn the user once per day. Like I've already mentioned, if you would like to modify this behavior, it is very easy, but you have to modify the code and compile it yourself, there's not another way to do it.


CONFIG_INT("beta.warn", beta_warn, 0);
static int get_beta_timestamp()
{
    #ifdef CONFIG_QEMU
    return 1;
    #endif
   
    struct tm now;
    LoadCalendarFromRTC(&now);
    return now.tm_mday;
}
static int beta_should_warn()
{
    int t = get_beta_timestamp();
    return beta_warn != t;
}

static void beta_set_warned()
{
    unsigned t = get_beta_timestamp();
    beta_warn = t;
}
Title: Re: Nightly Builds - try the very latest stuff here
Post by: sts1983 on November 12, 2014, 06:25:41 PM
sorry bitbucket.org do not work at my system. If someone can post it for me?

canon 5DMK2: Mode: M; ISO 50; backeting automatic count - camera makes 1 photo with ISO50 and the next picutures with ISO 100. If I start with ISO 100 it is OK (no ISO change). If have no logfile for this.

Magic Lantern Nightly.2014Oct08.5D2212 (a27e3b9df491 (unified) tip)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: shez5523 on November 17, 2014, 05:18:42 PM
Hello, I'm new. Well, not really, I'm old. But new here. So I hope i'm doing this the right way.

I installed today. Canon 5D Mark iii Firm 123, No real problems. There is one feature I like to use. as I use it on my Mark ii, The motion detect.
It's not working. some of it is working. The screen comes up as though its working. white box, the little motion in the top let corner shows with
(motion 0 ) no matter what setting i use. 1-30 nothing happens. is it something i'm doing or not doing? it works great on Mark ii

another note. steady hand will shoot moving or not moving. 1-30 sensitivity or just not working correctly?

exposure diff seams to be working ok. just a quick test though

Thank you in advance for your time. I tried hard to find a topic on this. If I missed it. Sorry
Title: Re: Nightly Builds - try the very latest stuff here
Post by: garry23 on November 17, 2014, 06:07:28 PM
@shez5523

I think it is still awaiting 'repair' :-)

http://www.magiclantern.fm/forum/index.php?topic=11447.msg111327#msg111327

Title: Re: Nightly Builds - try the very latest stuff here
Post by: shez5523 on November 18, 2014, 03:33:51 PM
Thank You garry23
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 02:39:40 PM
Hello everybody! I'm new. My name is Roberto. I hope i'm in the right topic.
That's my problem: I have a canon 550d. I have installed Magic Lantern on my sd and it works properly on my camera.
The problem is that i can't update the magic lantern. When i put on my sd card, the new files, with update...the camera doesn't work... 
I just download the update on my pc and put the new files on the sd, as the guide says.. :(
Would you please help me?
Thank you for your time...I tried to find a topic on this. If I missed it i'm sorry!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 02:43:18 PM
Delete Autoexec.bin and ML directory and copy extracted nightly build contents to card.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 03:02:18 PM
Hi and thank you for your answer!
This is what i do. I delete Autoexec.bin and ML directory and then i copy extracted nightly build contents to my card. I know that is easy and it is just what i do, but doesn't work :(
The camera doesn't work when i copy the new files, so i extract the sd card, i copy again the first version on my sd and it works. 
So frustrating... :(
What can i do?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 03:05:42 PM
"Doesn't work" is not that helpful.
Please be more detailed.

Which file have you downloaded? From where? Link please.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 03:26:57 PM
You're right! :)
So i download the file from here:
https://builds.magiclantern.fm/#/
and i select my camera: 550D.109
Then i extract the files and i copy them on my sd. I tried overwriting the old files, but doesn't work.
I tried deleting old files and copying the new ones, but doesn't work as well...
Tell me please what can i do... :(
And thank you again for your time!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 03:46:25 PM
Quote from: photo4ever on December 06, 2014, 03:26:57 PM
I tried overwriting the old files, but doesn't work.

As I wrote before: "Doesn't work" is not that helpful.

Just to be sure:
You deleted ML directory and Autoexec.bin from the card and copied nightly build Autoexec.bin and ML directory to the card?
Remove battery, insert battery and try again.

If this won't do the trick: If you're copying the "old" (whatever version that may be, you decided not to tell until now) files and directory to the card and cam will startup? Have you tried this lately?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 04:05:17 PM
Actually i didn't remove battery..i just put the new files on the sd...let me see if it works...
Sorry for my doesn't work. When i sayed doesn't work i wanted to say that the camera with the new files doesn't start. the red light flashes and nothing works. So i have to remove the battery and delete the new files from sd, then the camera works again.
Ok i try removing the battery and i'll let you know
The version that i put is this: magiclantern-0.2.0.rc1.550d.fw109

I have a question. What if install directly a new version, without the first version?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 04:13:33 PM
Ok, I deleted ML directory and Autoexec.bin from the card and I copied nightly build Autoexec.bin and ML directory to sdcard. Done
I Removed the battery, inserted battery and tried again. But nothing. The red light flashes...and the camera doesn't do anything. So i remove the battery, i remove the sd card and the the camera works again. But with a new version of magic lantern, doesn't do anything. The camera doesn't work. Maybe i should send you a video of what i do? :(
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 04:16:15 PM
This version is outdated. By far.

Start from scratch:
Format the card using a cardreader.
Insert card into cam and format again.
Back into cardreader.
Copy extracted nightly contents to card
Download http://bitbucket.org/magiclantern/magic-lantern/downloads/magiclantern-v2.3.550D.60D.600D.50D.500D.5D2.zip. Expand it and copy 550D-109.fir to card.
Insert card into cam and run firmware update.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 04:32:14 PM
So starting from scratch as you told me:
I formatted the card.
But why should i update the firm ware at 1.09 if the firm ware of my camera is already 1.09?  :'(
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 04:33:33 PM
Just do, okay?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 04:38:48 PM
Ok let me do it! :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 04:52:54 PM
Ok, Done it!  :)
Now...?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 05:01:35 PM
If you done everything as described above there should be an installation screen which will ask you to reboot the cam before 30 seconds have passed.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 05:14:07 PM
There is no installation screen that asks me to reboot the cam before 30 seconds have passed, but starts to upgrade and after 3 seconds the screen gets black and the red light flashes...

What i've done: I formatted the card, first on my pc and then in the camera, then i put the card in my pc and i copy 550D-109.fir on my card. Then put the card in the camera, i try to upgrade the firmware and the first screen is "firmware upgrade program..loading...and after 2 seconds..black screen and red light flashes....
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 05:17:04 PM
You have to copy nightly contents, too.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 05:21:39 PM
Ah that's why. Could you give me the link to copy nightly contents?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 05:24:52 PM
Top of page? Downloads?
But you wrote you already have them?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 05:27:53 PM
Yes but i'm a little in confusion right now.. :)
you mean from here? https://builds.magiclantern.fm/#/
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 05:33:33 PM
Ok, i copied nightly contents in the card, then  i copied 550D-109.fir. But after 2 seconds of upgrade i get a black screen and red light flashes, just like before without putting nightly contents. ( I formatted again the sd card, so starting from scratch).

Maybe (i don't know, i'm not an expert) it's because the camera has already 1.09 firmware...

Ps You're very gentle! :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on December 06, 2014, 05:46:31 PM
You typically get the blinking red light when ML sees that the Canon firmware doesn't match what it expects (it does a checksum of the Canon firmware before starting and refuses to start if it doesn't match what it expects). Try re-updating your Canon firmware again (I know you say it's already 1.09, but some bit(s) could have got corrupted or something, and re-flashing the Canon firmware should fix that).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 05:54:11 PM
Ok, could you tell me where download the right firmware? Because with the firmware that i downloaded from here, http://bitbucket.org/magiclantern/magic-lantern/downloads/magiclantern-v2.3.550D.60D.600D.50D.500D.5D2.zip
It doesn't work...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 05:59:13 PM
Firmware files will be found here:
http://pel.hu/eoscard
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 06:12:01 PM
Ok the problem now is that: i copy the firmware on my card (done) but the camera says "memory card containing firmware is required to update" But i put the firmware on the card... mm what's wrong now?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 06:16:29 PM
The file you downloaded is e8kr7109.exe.
You have to extract e8kr7109.fir. Just unpack it and copy it onto the card. This fir must be the only fir located on the card.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 06:32:54 PM
Oook! Done it"
Here we are.. done everything as described above there should be an installation screen which will ask you to reboot the cam before 30 seconds have passed.
The screen says..please copy all ml files on your sd card
you may now turn off your camera..to disable the bootdisk flag, change the shooting mode from the mode dial (P/Tv/Av/M)

What now? :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 06:43:12 PM
"Done everything" isn't helpful either.

You skipped quite a few steps.

1.) Did you run firmware update with Canon's e8kr7109.fir first?
2.) If so: Delete FIR from card and copy 550D-109.fir and nightly build Autoexec.bin and ML directory to card. Run firmware update again and restart cam.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 06:58:55 PM
Yes, i've already done both of two steps you just wrote. what now?

I have to copy all ml files..right?

Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 07:08:04 PM
Of course. AUTOEXEC.BIN + ML directory.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 07:11:40 PM
Ok but there already are on the sd card, as you told me. I have to delete what is in the card now and copy new files?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 07:14:47 PM
What is on the card's root directory right now?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 07:16:37 PM
There was this file 550D-109.fir and didn't work..but now works!!!

Finally it works!!!! Thank you very very very very very very (and very) much!!!
:) :) :) :) :) :)

You're such a very gentle person!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 06, 2014, 07:18:11 PM
I'm not and 550D-109.fir won't do any harm if there or not.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: photo4ever on December 06, 2014, 07:28:37 PM
Ah really? Ok..but now it works properly!
Anyway even if you're not gentle, i want to tell you Thanks sooo much!
Have a nice day! :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: brucem3 on December 08, 2014, 06:38:58 AM
Is ML development still active?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on December 08, 2014, 07:16:55 AM
Yes, always. But they appears after you read all the topics ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: DeafEyeJedi on December 08, 2014, 08:28:48 AM
Think of it as a dictionary scrolling through in the index section in the back of a book -- however with Internet nowadays it's actually quicker to google literally everything let alone the search box within this particular forum as well...

No one was around to ask to when a1ex or g3gg0 are looking for resources trying to create this remarkably amazing Magic which is incredible, I would say.

Thanks to you all for keeping this Lantern well lit even during the off-season...  ;D

P.s. Regarding nightlies...It's rather close to being perfect on 1.2.3 and I only go back to 1.1.3 for high speed RAW/MLV needs other than that I've been happy!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tyfreak on December 11, 2014, 10:42:53 AM
To photo4ever
Dude, two pages of suffering, and all of because inattention (read FAQ). All you had to do is:
1) Reflash your camera with official canon firmware 109 (and yes, if you already had 109 firmware, you still had to do it)
2) Flash your camera with stable 2.3 build of magic lantern
3) Replace all ML files with nighly build
In my case (Canon 600D) reflashing with official firmware was key part of whole process, it was not working without this step.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ShkipeRR on December 16, 2014, 09:20:53 PM
Hello!
What is currently the latest version of the nightly build for the model Canon 650D?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 16, 2014, 09:29:53 PM
Top of page -> Downloads
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ShkipeRR on December 16, 2014, 09:37:34 PM
thank you!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: remco johannes on December 21, 2014, 10:16:22 PM
Hello ML,

it apears that there is no stable build?
There used to be one, if I'm not mistaken.

Sorry for posting in this thread, i could not find the "new post" button

Regards,

Remco J
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SLRPro on December 29, 2014, 02:41:49 AM
Hi Remco, the stable release has unfortunately been removed from the site. I have been able to find the Magic Lantern 2.3 Stable Release here 'https://bitbucket.org/magiclantern/magic-lantern/downloads/magiclantern-v2.3.550D.60D.600D.50D.500D.5D2.zip (https://bitbucket.org/magiclantern/magic-lantern/downloads/magiclantern-v2.3.550D.60D.600D.50D.500D.5D2.zip).'

I can confirm that this is the correct firmware after successfully Updating a T3i This morning.

Hope I helped!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: alexqsd on December 29, 2014, 11:47:35 PM
Hello guys,

I am new on this forum :)On my 5D mark iii I installed ML Nightly yesterday with the Canon firmware 1.2.3, I have a LEXAR 1066x 64gb but when I want to record RAW 1920x1080, the recording is dropping/skipping frames at around 10 or 15 seconds ! My card seems to be fast enough, isn't it? Have I skipped something in the camera menu/setup?

Do you have some advice please guys?

Thanking you!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 30, 2014, 06:30:15 AM
Not that much info given ...

First find out if your card is faked or not. Turn off global draw, access Debug tab -> Benchmarks. Run Card R/W benchmark (5 min). Press Play button immediately to activate Playback mode. Benchmark run will write a screenshot to the card's root directory called BENCH0.PPM. You may convert this one to JPEG. Upload it somewhere (Picload.org or else) and link it here.
If the numbers are suspicious you may stress test your card by H2testw. Benchmark programms like CrystalDiskMark and ATTO will do fine if you have a decent cardreader with a fast interface. USB 2.0 won't do.

If your card is good for RAW/MLV recording you should check your settings. Load MLV_REC.mo only and try again.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kthegroove on January 07, 2015, 06:41:42 PM
hi all
just installed Nighty Builds to my 60DA .... can't wait for this weekend to test it...greetings
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ferrocium on January 12, 2015, 09:39:02 AM
So forgive me for being a noob, but I have some noob questions that need to be clarified for me and other noobs apparently. :-[  After reading through this thread about nightly builds I am confused as to the proper installation proceedure for ML. 
The moderators on this thread have said several times that the proper installation proceedure is to install a "stable release" first, but there is no "stable release" to install first before installing nightly builds that I can find anywhere on ML.
On the ML website after clicking on the downloads tab the only option to click on is "browse nightly builds" then, it asks you to pick the correct camera, after that the only option is to install the latest nightly build (currently: magiclantern-Nightly.2015Jan03.60D111.zip)

I installed ML(nightly builds) this way on my 60D card about a month ago and have had no problems. 

So my question is:  Since this seems to be the only option, is this now the proper proceedure for installing ML on our Canon cameras now?  Am I missing something?  Is it no longer necessary to install a "stable release" first to avoid stability issues?

Any help from moderators would be greatly appreciated.  Thank you in advance and I apologize if this has been covered already, I just don't want to brick my camera because of my own ignorance.  You are all doing a wonderful job!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: walter_schulz on January 12, 2015, 10:05:05 AM
Disclaimer: I'm not a moderator ..

At time of writing there are three installation procedures for ML:
1. Easy (For 1100D, 500D, 50D, 5D2, 5D3 (firmware 1.2.3), 60D, 650D, 6D, 700D, 7D, EOS M)
2. Not that easy (For 550D, 600D)
3. Just to confuse the russians (5D3 with firmware 1.1.3)

1: Level "Easy"
- Make sure to run proper firmware version in your cam
- Format card and copy extracted nightly contents to card
- Run firmware update

2: Level "Not that easy".
FIR file needed for firmware update is not included in those builds.
- Make sure to run proper firmware version in your cam
- Download classic ML and extract the fir needed for your cam
- Format card and copy extracted nightly contents to card
- Copy FIR file to card
- Run firmware update

3: Level "Just to confuse the russians"
It's for those wanting to use 5D3 with firmware 1.1.3.
- Update your cam's firmware to 1.2.3
- Format card and copy extracted nightly contents (for 5D3 with fw 1.2.3) to card
- Run firmware update
- Best use a second card to downgrade your cam to fw 1.1.3
- Use a cardreader with your first card and delete AUTOEXEC.BIN and ML directory and FIR file
- Copy extracted nightly contents (for 5D3 with firmware 1.1.3) to first card and startup cam with that card.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ferrocium on January 12, 2015, 07:29:41 PM
Walter,
Thank you for your helpful reply.  So it looks like the ML install procedure has changed in the last few months from what it used to be.  Watching a few months old tutorial on youtube it looks like not too long ago the ML website had a "stable release" that had support for all the cameras to download first, and then you would have to replace files with nightly builds to get the nightlies to work properly no matter what camera you were using.
Now, you choose what camera you have from the downloads tab and follow the instructions for your specific camera.  As you state, some cameras can direclty download the ML / nightlies while some others look like they still require a "stable release" ML version first.  I see that on the 550D, and 600D pages, they instruct that you must install the stable release first, as you mentioned.

Let me know if I got this right.
Thanks again.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on January 12, 2015, 07:35:52 PM
Neither is wrong.
But I didn't mention to install "stable".

And be aware that ML development mode (called Rolling Release) and static content (as in Youtube) tend to divert quite soon.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: escho on January 12, 2015, 10:55:33 PM
Why not copying the existing fir-files of 550D and 600D from "stable" to the platform-folder of the source-code, so that they can be included in the nigthtly builds for those two cameras, too?
I know, there was a discussion about this some time ago somewhere in this forum or in bitbucket, but I didn´t understand the arguments, not to do so.
Edgar
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 12, 2015, 10:59:42 PM
It won't work. You need to install stable first (follow the instructions on the download page).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on January 12, 2015, 11:03:54 PM
Dang! Got it wrong, again.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Datadogie on January 13, 2015, 06:00:14 PM
Alex the link for the 2.3 needs updating as it does not work. This is where the problem is.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on January 13, 2015, 06:03:04 PM
Just tested both links listed in 550D and 600D. All are pointing to
https://bitbucket.org/magiclantern/magic-lantern/downloads/magiclantern-v2.3.550D.60D.600D.50D.500D.5D2.zip
and working just fine.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: hoopy on January 15, 2015, 11:08:33 PM
Hi guys. Stephen here from ireland. Iv had ML on my 60d for the past year and was wondering is there a way i can put ML on a sd card for both my 60d and 700d on the 1 card. So no matter what card i grab out of my bag, magic lantern would work on both cameras.
(Software for both cameras on the one card)
this will be my first time on a nightly build.
Thanks in advance..
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on January 15, 2015, 11:17:03 PM
Nightly builds are not "unified". Therefore you need different cards for different cams.

Computer at hand? You have to replace AUTOEXEC.BIN and ML directory with the versions valid for the cam you want to use.

Not worth the troubles, IMO.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: hoopy on January 15, 2015, 11:24:00 PM
thanks for your quick reply. so you reckon it would be better to have 2 sets of dedicated cards for each camera. i was using the V2.3 on my 60d and there was .fir files for several cameras. thought i might of been abel to just add the 700d to the list on the same card some how. thanks man
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on January 15, 2015, 11:48:05 PM
FIR files are camera specific files needed to set cam's bootflag and to make cards bootable during installation. After installation they are not needed anymore. Old 2.3 "stable" was indeed unified and able to run on different cams. But using the same card on different cams was not recommended because some settings are written to ML\Settings. Endless source for mixups.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: hoopy on January 16, 2015, 01:23:12 AM
Once again thanks very much for your help.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jipo on January 26, 2015, 09:59:15 PM

hi,
maybe it's a something like FAQ, but i tried to use the forum search (and probably failed).
I was very busy and I didn't follow ML development, today I visited this site to see what is new, so i downloaded the latest nightly build for 5D mk3 fw 1.2.3 and noticed that it is half year old build (magiclantern-Nightly.2014Aug07.5D3123.zip). something happened and mk3 version builds are stopped? i checked that 1.1.3 is fresh (jan 2015 as expected)
thanks for answer, and a happy new year:-)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jipo on January 26, 2015, 10:45:48 PM
well, i did a second search and i found that 1.2.3 build is created only when there are new commits. ok, but why is merge&build policy for this specific branch different than others? i fully understand why silent pics are still separated, but i did a quick look to the overall changelog and i see a lot of commits to modules, that are probably generic ones, 1.2.3 5dmk3 included. this is little bit confusing, even for the senior software developer:-) if someone returns after some time, this forum doesn't help well how to get the latest version (of course without experimental stuff like silent pics). sorry, i know, as an non-contributor....

Title: Re: Nightly Builds - try the very latest stuff here
Post by: swinxx on January 26, 2015, 10:53:13 PM
a1ex has no time for merging that stuff into the 123 firmware since some month now. it all began when rawmagic came out. from that moment on, a1ex stopped the development. we can only hope that someday he continues to complete those fragments..
greets. sw
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Lars Steenhoff on January 27, 2015, 01:07:57 AM
a1ex is awesome !
Title: Re: Nightly Builds - try the very latest stuff here
Post by: DeafEyeJedi on January 27, 2015, 02:00:16 AM
I noticed that as well regarding RAWMagic throwing down the HAMMER and somehow halting the nightlies for 5D3 1.2.3!

Is this really a big deal? NO... IMO only because I believe I can get more out of the latest nightly 1.1.3 (longer recording times for RAW/MLV as well as FRSP, etc...) whereas 1.2.3 is just simply out of date but can still be used since it still works well for the most part depending on your shooting situations.

I sometimes upgrade to 1.2.3 if need to use HDMI output for certain shoots in order for 'Producers' to see the actual shot on external monitors in real time. (This is not avail in 1.1.3 due to Canon's restrictions)

But for the most part I stick with 1.1.3 to get the most out of my 5D3 in terms of RAW/MLV, FRSP, Dual-ISO and so on...

As I previously stated "I'm a happy swinger between 1.1.3 & 1.2.3" as long as you know what you're doing during the upgrade/downgrade process!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on January 27, 2015, 03:21:34 AM
The only differences of any consequence between the main branch and the 5d3 123 branch are some recent changes to the io_crypt module and about a dozen lines of very minor changes. In other words there is practically no difference between the 123 branch and the nightly builds. Most commits to the repo over the past 6 months have been to "desktop" tools (mlv_dump, raw2dng, cr2hdr, etc) which reside in the same repo. A change to one of these tools triggers a new nightly build, even though no code that is actually part of ML for the cameras has changed.

So the fact that there are recent nightly builds, but the last 5D3 123 build is from August is a bit misleading. There really hasn't been any development progress of any real consequence in the last 6 months.

From all indications, the lack of development progress has been due to personal reasons with devs and not anything really to do with RAWMagic.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: DeafEyeJedi on January 27, 2015, 06:59:49 AM
Thanks @dmilligan for the clarification on that part regarding RAWMagic not having anything to do with the hiatus of 1.2.3 -- Makes more sense now!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: cale.rodriguez on February 02, 2015, 08:56:55 AM
Hey guys, I've posted this in the "de-bug" section and no reply.

Running Jan 2015 nightly build on a 1.1.3 5D MARK III and I'm getting no audio.

"Audio failed to stop, state 4 error"
Title: Re: Nightly Builds - try the very latest stuff here
Post by: walter_schulz on February 02, 2015, 09:23:37 AM
Sorry but a proper bug report doesn't look like this.
There are 6 builds with date "Jan 2015" ...
You haven't mentioned the video mode you were usings: Native Canon (H.264) or MLV/RAW?
You haven't mentioned the modules you loaded.
Steps to reproduce? Steps you tried to avoid this problem?
At which state does this error occur: Beginning or ending of record? Else?

Magic Ball mode: Most likely you are trying to run RAW_REC.mo which doesn't support audio at all. You have to run MLV_REC.mo together with MLV_SND.mo
Title: Re: Nightly Builds - try the very latest stuff here
Post by: cale.rodriguez on February 02, 2015, 12:47:04 PM
Sweet, that was the issue, thanks.

Is there a difference MLV and RAW in terms of quality?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Frank7D on February 02, 2015, 06:59:12 PM
"Is there a difference MLV and RAW in terms of quality?"

No.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jeffR on February 11, 2015, 04:17:20 AM
The link to the nightly builds is not working.  Is there a way I can get the latest build.....
Title: Re: Nightly Builds - try the very latest stuff here
Post by: martyrstar on February 14, 2015, 02:00:46 PM
link not working for me either
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on February 14, 2015, 02:13:01 PM
Try using http instead of https.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jeffR on February 14, 2015, 03:31:13 PM
https did not work.  I am able to select my camera model, but the link to the zip won't open.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on February 14, 2015, 03:35:54 PM
And http?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jeffR on February 14, 2015, 08:47:31 PM
http does not work either.  I tried on a few computers.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: pikepike on February 16, 2015, 07:14:25 PM
i'm having the same problem the link wont work
Title: Re: Nightly Builds - try the very latest stuff here
Post by: DeafEyeJedi on February 16, 2015, 08:03:58 PM
C'mon...Really?

https://vimeo.com/119783961 (https://vimeo.com/119783961)

Worked on both http & https in case you were curious.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jeffR on February 17, 2015, 12:28:13 AM
The link is broken.  Hope this helps more than what the previous poster did.


This should work guys:
http://builds.magiclantern.fm/jenkins/job/5D2.212/347/artifact/platform/5D2.212/magiclantern-Nightly.2015Jan29.5D2212.zip
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on February 17, 2015, 09:01:27 AM
If the link is not working for you, can you provide a video showing what you do? (just like the one uploaded by DeafEyeJedi).

One little request: upload it to youtube (for some reason I couldn't watch anything on vimeo lately)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: walter_schulz on February 17, 2015, 09:10:23 AM
Quote from: a1ex on February 17, 2015, 09:01:27 AM
(for some reason I couldn't watch anything on vimeo lately)
Sounds related to Adobe Flash-Player. Make sure to use latest (16.0.0.305) and you (or some security tool) aren't blocking it.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: darkvirus666 on February 20, 2015, 12:28:17 AM
I am having a lot of problems.

I bought a 5d3 camera unable to upload firm. Finally could install ML  nightly fron february this year (using  5D3-113-bootflag.fir) . But Im still unable to upload to firm123 (is there any way to get a 5D3-123-bootflag.fir or something similar?) .

I show this threath says done... but dont know where the solution is.

http://www.magiclantern.fm/forum/index.php?topic=9827.0

The camera says:

"Update file error. Please check the memory card and reload the battery and try again"

Thank you for helping

Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on February 20, 2015, 05:23:37 AM
Sorry, but I'm unable to understand what is actually going on. http://www.magiclantern.fm/forum/index.php?topic=9827.0 is *not* about installing ML!

Please clarify:
Which Canon firmware version is installed?
Which Canon firmware do you want to be installed?

Title: Re: Nightly Builds - try the very latest stuff here
Post by: darkvirus666 on February 20, 2015, 09:57:22 AM
Thank you for answering.


I´ve got the 1.1.3 canon firm with ML nightly built. (there are some isues when installing, but it seems to work perfect)
and I want to update to canons 1.2.3. firm.

If I directly put the canon .fir archive in the card it sends the error "unable Update file error. Please check the memory card and reload the battery and try again"

I want to install firm 1.2.3.and then magic lantern in the 1.2.3.

If Im not posting in the right place please excuse me.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: walter_schulz on February 20, 2015, 10:15:40 AM
Format card inside cardreader.
Copy Canon's firmware file 5D300123.FIR to card.
Insert card into cam und run firmware upgrade.
Insert card into cardreader, delete 5D300123.FIR and copy extracted nightly build contents to card.
Insert card into cam and run firmware update.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: darkvirus666 on February 20, 2015, 01:51:37 PM
What I do:

Format card inside cardreader.
Copy Canon's firmware file 5D300123.FIR to card.
Insert card into cam und run firmware upgrade.

Camera says.... unable Update file error. Please....
----------------

Also tryed:

Format card inside cardreader.
Format card inside cam.
Copy Canon's firmware file 5D300123.FIR to card.
Insert card into cam und run firmware upgrade.

Camera says.... unable Update file error. Please....

And starting become crazy.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: walter_schulz on February 20, 2015, 02:08:32 PM
Download zip once again http://pel.hu/eoscard
Extract files and copy FIR to card. Run firmware update.

If this doesn't work: Connect cam to PC/Mac via USB and use EOS Utility to install Canon's firmware.
http://addedoptimization.com/5d-mark-iii-firmware-update-using-canon-eos-utility/
Title: Re: Nightly Builds - try the very latest stuff here
Post by: darkvirus666 on February 20, 2015, 09:58:39 PM
done...but same answer from camera....
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on February 20, 2015, 10:27:44 PM
You tried EOS Utility, too?
What happens if you run EOS Utility to install Canon's firmware 1.1.3 (yes: one point one point three) again?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: darkvirus666 on February 20, 2015, 10:54:53 PM
Any original firm I try in any way same answer from camera.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: darkvirus666 on February 20, 2015, 10:58:52 PM
I dont think that it is important but I do with a macbook (eos utility) the rest with a pc.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on February 21, 2015, 12:03:50 AM
Reset cam to factory defaults (including C.Fn) and retry. If this won't work we missed something obvious or your cam has to be transfered to http://www.magiclantern.fm/forum/index.php?board=45.0
Title: Re: Nightly Builds - try the very latest stuff here
Post by: darkvirus666 on February 21, 2015, 01:03:14 AM
I did and still the same result.
Thank you very much. Ill transfer to the other side.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: wyrlyn on February 27, 2015, 11:40:07 AM
I maybe missed it but does the newest nightly builds include full-res silent pic module and SMR memory? thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: walter_schulz on February 27, 2015, 11:49:39 AM
SRM: Yes
FRSP: No
Title: Re: Nightly Builds - try the very latest stuff here
Post by: CF on March 01, 2015, 04:27:21 PM
I don't get WHICH Nightly to download. ON 5DMKIII under the 113 firmware it states that I cannot use the install package for first installation. And asks me to download and install the 123 firmware...
So which is it.... There are two 5DMKIII download options... 113 and 123. 113 states that I should download 123. But 123 has not been updated since 2014-08-07 00:01:30 +0200 -- whereas 113 is the most reason one from this February...

I would really like some input here... And perhaps someone could go about changing the highly misleading information on the nightly downloads section...

Thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on March 01, 2015, 04:53:33 PM
WTF is misleading there?
Please just follow those instructions.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: CF on March 02, 2015, 01:02:38 AM
If WTF is your word of choice... WHY on earth do you even bother to answer...

What is misleading there...

Well for ONE... The nightly builds which are CURRENT and NOT Old are ALL for Firmware 113. Under 113 it states that one cannot install with Firmware 113 but has to download firmware 123... For Christ Sake... Put the Updates of the nightly where it belongs then, in the first place....

All this confusion. And super poor documentation. Charge money for this software and get someone with half a brain to write the manual and clear up the misinformation on the site...

I myself would gladly pay $100 for the software is such were the case !!!


And if a rough mouth is ALL your brain can deliver - then DONT bother answering.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on March 02, 2015, 01:11:20 AM
This is an free time project.  Money is not needed, only contributions from the community.

Since you seem to find the current documentation somewhat lacking, we would all gladly appreciate your contribution to this project by updating the documentation as necessary.
Work has already begun here (http://www.magiclantern.fm/forum/index.php?topic=11269.0).

To help you along, I'll remove your posting privileges for 2 weeks, so that you have the extra time needed for working on the documentation.

Cheers.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Sward on March 06, 2015, 06:47:04 PM
Hi

I'm new to Magic Lantern. I installed the nightly build but I did not install the stable release before. Is that bad? I feel like half the features don't work.

- How can I uninstall the nightly build?
- Where can I find a link to install the latest stable release of Magic Lantern for a Canon 6D.

Thanks for the help!

And is there a user guide somewhere for Magic Lantern? I've heard there are all these cool features.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on March 06, 2015, 06:52:05 PM
Top of page -> User Guide
There is no stable build for 6D therefore you will not be able to do it wrong by following installation procedure described in the nightly download page.
This is where you find the uninstallation procedure, too.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jtvision on March 06, 2015, 09:47:54 PM
Quote from: CF on March 01, 2015, 04:27:21 PM
I don't get WHICH Nightly to download. ON 5DMKIII under the 113 firmware it states that I cannot use the install package for first installation. And asks me to download and install the 123 firmware...
So which is it.... There are two 5DMKIII download options... 113 and 123. 113 states that I should download 123. But 123 has not been updated since 2014-08-07 00:01:30 +0200 -- whereas 113 is the most reason one from this February...

I would really like some input here... And perhaps someone could go about changing the highly misleading information on the nightly downloads section...

Thanks


1.1.3 ML is to be installed on 1.1.3 Canon firmware only (and not on 1.2.3 Canon firmware)
Just follow this link for first install:
http://www.magiclantern.fm/forum/index.php?topic=2602.0

and then copy paste from nightly!


Yes, I can see what what was the reason of confusion. I just want to highlight this to ML web admins attention: Nightly build for 1.1.3 really says "to install ML, please upgrade to (Canon) Firmware 1.2.3." ?






Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on March 06, 2015, 10:20:54 PM
Yes, because in ML 1.1.3 nightly you can't set cam's bootflag.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jtvision on March 06, 2015, 10:42:32 PM
Yes, but thats not the point. Point is you cannot instal ML 1.1.3 on canon firmware 1.2.3.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on March 06, 2015, 10:44:44 PM
Yes. Who tells otherwise?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jtvision on March 07, 2015, 07:10:20 AM
Quote from: Walter Schulz on March 06, 2015, 10:44:44 PM
Yes. Who tells otherwise?

It is stated on nightly builds page for 5D3 1.1.3.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on March 07, 2015, 08:19:54 AM
? Please do your reading once again. It obviously doesn't say that. Point me to that part of the instruction where it is stated that ML for version 1.1.3 runs on 1.2.3. You won't find it.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jtvision on March 07, 2015, 09:58:11 AM
Please:

http://s11.postimg.org/zagxmojub/5d113.jpg
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on March 07, 2015, 10:05:03 AM
We're running in circles. It doesn't say ML for 1.1.3 will run on 1.2.3.

And for first time ML installation you have to upgrade to 1.2.3. Where is the problem?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: jtvision on March 07, 2015, 10:10:31 AM
Yes, we are. It confused CF (user). It was confusing to me. Thought to highlight this to eliminate confusion. Good day!!! No more running in circles!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: hell_warrior on March 08, 2015, 01:34:30 PM
I've installed newest ML on my 60d,
Shot couple of clips with 160ISO on MLV,
Here is result, however I can't get rid of those green-black pixels,
any ideas?

https://www.youtube.com/watch?v=Zjl8hYFdhkw
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on March 08, 2015, 07:42:58 PM
This is a spare time, hobby project. Nothing is ever promised, and ETAs are impossible to give.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: gaulpordon on March 26, 2015, 07:48:27 PM
Hi there,
Using 60D 1.1.1, Nightly.2015Mar26

I'm trying to fix an issue where I can't adjust settings while I'm recording. Was recording a show last night and needed to just swap cards out and hit record. Some of my cards didn't have the global draw options I liked so I tried adjusting on the fly but I could only see the menus but not change them. Is there a lock setting somewhere I need to disable? The version 2.3 seemed happy letting me change stuff. I'm sure I've just missed something in a config, but I would rather go back to the older version if it fixes the issue. Thanks in advance for any help.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on March 26, 2015, 07:58:37 PM
Delete ML directory and Autoexec.bin. Copy extracted nightly contents to card.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Datadogie on March 26, 2015, 08:06:28 PM
Just to make sure delete (not format unless you want to use EOScard to make the card bootable again.)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: gaulpordon on March 26, 2015, 10:02:56 PM
I am right in thinking that global draw options can be toggled on or off while recording? I only say this as I just tried 2.3 and I couldn't do it in there either-making sure I deleted all magic lantern files from the card before I started. I can adjust things that I've enabled prior to pressing record, but I can't enable new stuff.

I was sure I could do this but I might have dreamed it :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on March 27, 2015, 12:24:28 AM
Just tried on 60D and it worked fine.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: gaulpordon on March 27, 2015, 12:10:07 PM
I just deleted (not formatted) everything off the card, cleared the user and camera settings and extracted the zip from a fresh download of Nightly.2015Mar26.60D111

The card was still bootable so I could just press the trash can to enter the ml menu, once again to get beyond the initial message.
In movie mode with liveview activated and the ml shooting info visible I press record. I leave record running while I do the rest.
I press trashcan to get into the menu. So I move along to the Overlay menu by pressing the D-pad, and go to the Focus Peak option which is currently greyed out.
At this point I see a red thumb wheel icon in the bottom corner which has a stroke through it to suggest it is disabled.

I press the Info button which brings me to the expanded focus peak options, of course they are greyed out. The settings can be cycled using left and right on the d-pad but are still greyed out.
On the previous page (Overlay) which has the ability to enable the focus peak, I can't make any buttons activate this setting.
When the camera is not recording, this is activated by pressing the SET button, but while recording I have no idea.

Hopefully you guys can help.

Thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: DeafEyeJedi on March 27, 2015, 02:21:40 PM
Sounds like you forgot to Turn on the modules again?

Do that and restart camera.

Results?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on March 27, 2015, 02:33:41 PM
You don't need modules to run H.264 video recording and that's what he was doing.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: DeafEyeJedi on March 27, 2015, 04:35:27 PM
Okay my fault for misunderstanding his issues.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on March 29, 2015, 04:48:28 PM
Alright folks, full-res silent pictures are now in nightly builds, finally!

The main limitation remains: you can only do fairly long exposures, but even so, it's a very powerful tool for timelapses. You will need a ND filter for daylight usage.

Check the full-res silent picture thread (http://www.magiclantern.fm/forum/index.php?topic=12523.msg143510#msg143510) for more details, and please don't complain about overexposure issues.

This feature also comes with major backend changes on the photo RAW backend (for example, at least in theory, tools like ETTR and RAW exposure feedback should be a lot more consistent on 6D and 600D).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: blackcannonfilms on March 30, 2015, 06:29:53 AM
Thanks, A1ex! I'll test it out asap.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Kharak on April 06, 2015, 02:55:53 PM
Not sure if I should add this here, but after using the nightly with FRSP merged.

MLV recording has become very unstable for me.

I will try newest nightly (magiclantern-Nightly.2015Apr06.5D3113.zip) now and see if MLV is working better.

On current build, 29/3. Almost every MLV file has a random pink frame here and there or resolution "jump".
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on April 06, 2015, 05:15:49 PM
Are you sure the issues do not happen in the nightly right before merging fullres pics? (2015Mar28 - 5327699)

There were no changes to LiveView RAW backend or to mlv_rec in fullres silent pics, so it's unlikely to be related.

See also http://www.magiclantern.fm/forum/index.php?topic=11017.msg143402#msg143402
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Kharak on April 06, 2015, 06:18:54 PM
Yes, then it is most likely a build from before 29th.

But I see in the 29th build: 7bc8b4d "mlv_rec: fix compilation" So I assumed this could be the case.

Also: 70743c3:

"mlv_rec: make mlv_dump a bit more defensive with fwrite return values"

4c5829f | g3gg0
mlv_rec: mlv_dump now allows altering the frame rate e.g. for direct playback of full res silent pic shots using mlrawviewer. also rewrite the frame count in MLVI header.

I am not too good at reading in to the actual changes you guys have made. I am not a programmer at all, but those are the only  recent "mlv_rec" module changes I can see in the nightly builds. But the ROM change on the 28th, perhaps?

"5327699 | Alex
ROM autobackup: copy data to RAM before saving (no longer interferes with LiveView)"

I try and revert to older build and see when it starts. But ofcourse if no one else reports this issue on any build since FRSP merge, then I assume I am to blame somehow for this misfortune. Though I am running everything as I usually do when recording MLV.

I have not tried raw_rec, I also want mlv to work cause that is what I use as I need sound.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Kharak on April 27, 2015, 12:28:06 AM
Just to update in case anyone else has/d same problems as me.

I tried different things, updated to newest nightly (19. april), I still had same issues after that. Reformatted cards. I deactivated raw_twk module and these broken frames became more rare, but not completely gone.

So I reverted back to a build from February 20th. I believe this is the last build I was using before updating to the merged FRSP build (29. Mar) and I started getting broken frames.

Recorded a lot of long shots with low light, high light, changing light and what not, just different stuff to challenge the sensor, in case that was causing these broken frames to be written to the card and I did not have one dropped frame or broken frame.

I am sorry that I can't give a more technical idea to why I was experiencing these issues. raw_twk was causing the camera to crash everytime I took a picture with FRSP, so the raw_twk module had to be deactivated and the module might have had some kind of interference with mlv_rec too, I don't know.. It seemed like the broken frames were much less occuring after I deactivated the module. Before I did that I experienced broken frames in almost every shot and often several times.


Title: Can not play MOV movie files on 50D
Post by: sniperx31 on May 08, 2015, 12:29:49 PM
Maybe this bug has been reported before.
With the latest nightly build, 50D can record MOV video as before (and they are playable on PC/Smart TV etc.) but still can't show it on the LCD screen through MLV player. I did necessary module loading but no success yet.
HOWEVER, 50D can take RAW video and it CAN show it on the LCD screen (I just say WOOOW!).
50D is being able to make fantastic things after 7 years! Thank you ML people! 
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Licaon_Kter on May 08, 2015, 02:30:31 PM
Why don't you play MOVs through the Canon preview?

Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on May 08, 2015, 03:20:24 PM
Quote from: Licaon_Kter on May 08, 2015, 02:30:31 PM
Why don't you play MOVs through the Canon preview?
It doesn't exist. Stock 50D (without ML) cannot record video at all. H.264 video recording was something added by ML.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Licaon_Kter on May 08, 2015, 04:42:30 PM
oh, my bad, it crossed my mind but I was lazy enough not to check it :P :-[


on topic, it never played MOVs for me either
Title: will this ML work with latest 1.3.3 canon firmware?
Post by: Maxbaloo on May 16, 2015, 09:45:58 AM
will this ML work with latest 1.3.3 canon firmware?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on May 16, 2015, 11:18:04 AM
Yes....No....Maybe!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: basovandrey on May 25, 2015, 08:28:37 AM
Canon 550d. magiclantern-Nightly.2015May25.550D109.zip

(http://i.imgur.com/jxUpsxV.jpg)

(http://i.imgur.com/aP4sXlu.jpg)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Licaon_Kter on May 25, 2015, 03:39:17 PM

Quote from: basovandrey on May 25, 2015, 08:28:37 AM[/size]Canon 550d. magiclantern-Nightly.2015May25.550D109.zip
First issue won't be fixed, for now: https://bitbucket.org/hudson/magic-lantern/pull-request/625/dof_display-to-side-step-the-histogram/diff
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tolubizer on May 26, 2015, 06:57:58 PM
Guys, where are gone mapping G \ M in the last assembly? And something was all monotonous.
(http://s017.radikal.ru/i424/1505/a3/032f8578f950.jpg)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Licaon_Kter on May 26, 2015, 07:08:28 PM

Quote from: tolubizer on May 26, 2015, 06:57:58 PM
Guys, where are gone mapping G \ M in the last assembly? And something was all monotonous.
Rephrase please.

Which build: http://builds.magiclantern.fm/ (http://builds.magiclantern.fm/) ?

Also, going back to older builds ( press Show Older Builds blue button ), which one works like you want to?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on May 26, 2015, 07:11:21 PM
Most recent build. Not there for 7D, too.
Tried 7D build #73 (16.03.2014 15:49:22): Same.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: DameLee22 on May 28, 2015, 06:17:41 PM
I've successfully installed Magic Lantern V 2.3 on my T3i but there is no option to Record in Raw Mode. What am I missing?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on May 28, 2015, 06:22:51 PM
If you installed old "stable" version: Not there.
You have to install a nightly build. Just delete ML dir, autoexec.bin and all FIR files from card and copy extracted nightly build contents to card.
If you're running nightly build: Modules tab.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tolubizer on May 28, 2015, 08:33:50 PM
Sorry for my English!
The latest firmware is not displayed "Green\Magenta". How to enable it?
(http://s012.radikal.ru/i320/1505/5d/e840d448a586.jpg)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on May 29, 2015, 01:16:35 AM
It was removed. http://www.magiclantern.fm/forum/index.php?topic=8539.0
Title: Re: Nightly Builds - try the very latest stuff here
Post by: robertgl on May 29, 2015, 08:30:49 AM
Is it possible to get 2k 2048 and higher recording for the 50D in a future release?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stedda on May 29, 2015, 02:23:24 PM
Good news 2K announced and releasing soon for all 15 year old cameras!

Read more here... http://wiki.magiclantern.fm/faq#troll_questions
Title: Re: Nightly Builds - try the very latest stuff here
Post by: robertgl on May 29, 2015, 09:19:41 PM
Bad news: nevermind I dont want to be banned
Title: Re: Nightly Builds - try the very latest stuff here
Post by: irvcobb on June 12, 2015, 08:10:35 PM
I'm curious about the apparently stalled status of ML for the 600D. The most recent build available is magiclantern-Nightly.2015Apr19.600D102.zip, but I see that other cameras have much more recent builds. I also see that there is no thread for the 600D on the Camera-specific discussion portion of this forum, and that https://builds.magiclantern.fm/jenkins/job/600D.102/ states that the project is disabled.

Is the 600D no longer supported? Or do more recent ML builds include code that does not apply to the 600D and therefore there are no new builds for it? Or (most likely) do I simply not understand how the ML build process and availability works?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on June 12, 2015, 08:18:26 PM
No maintainer -> No thread
http://www.magiclantern.fm/forum/index.php?topic=12113.msg117301#msg117301
Title: Re: Nightly Builds - try the very latest stuff here
Post by: irvcobb on June 13, 2015, 12:34:30 AM
So
No maintainer -> no build -> no thread ?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: russellsnr on June 14, 2015, 11:28:04 AM
600D works just fine with what there is no need for anything else.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: chrismike on June 14, 2015, 10:59:26 PM
Completely new and just about completely lost. 

Why would I find the latest stable build and latest nightly file for 600D please?

And then what do i do?

Thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on June 14, 2015, 11:01:54 PM
The latest stable build is some years old now and no longer supported.
Top of page -> Downloads -> Download nightly builds -> 600D.111
You will find those informations in first post of this thread. It's always a good idea to read the first post in sticky threads.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Fran_94 on June 17, 2015, 09:23:50 PM
I install the last nightly in canon 600D (april 2015) and i dont have a raw vidoe option and I dont understand this nightly, in 2014 I understand all of things
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on June 17, 2015, 09:29:15 PM
Modules tab. You have to load modules for some of ML's recent features to work.
Download page -> Download nightly builds -> Features
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Fran_94 on June 18, 2015, 02:28:45 PM
Install raw module and when i load modules the screen sais "error memory full". With nightly builds of 2014 i can load modules...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on June 18, 2015, 02:29:57 PM
Delete ML directory and Autoexec.bin. Copy extracted nightly build contents to card and retry. If problem persists:
Snapshot your modules tab screen, please and link it here.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on June 19, 2015, 10:00:29 PM
Alright folks, finally got some time to merge these updates:
- 6D.116 (Maqs)
- 700D.114 (mk11174)
- new installers (https://bitbucket.org/hudson/magic-lantern/pull-request/631/new-installers)

Next in the queue: Lua scripting (http://www.magiclantern.fm/forum/index.php?topic=14828) (dmilligan)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kiki100 on September 09, 2015, 03:44:27 PM
600D.102 Will be new Magic Lantern firmware?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on September 09, 2015, 03:52:28 PM
Which problems do you have with the latest available build?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: kiki100 on September 15, 2015, 08:23:22 AM
I have no problem, perfect.  :D
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Shiiro on September 26, 2015, 08:02:29 PM
Hi,
Do I have to re-install the latest nightly build over the previous one or not ?
Thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on September 26, 2015, 11:20:14 PM
Delete ML directory and Autoexec.bin and copy extracted nightly build contents to card.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on September 27, 2015, 07:44:52 AM
Last build up to date 2 "error message" each 10 shots in MLV RAW.
Same message when card is full while recording.

With restart Off-On everything was fine.

If you want some log tell me.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: Lars Steenhoff on November 05, 2015, 11:18:43 PM
No more new nightly builds for firmware 1.2.3?

I'm using an Atoms ninja blade and I'm wondering whats new in the firmware but don't really want to downgrade and lose HDMI out.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: sparkplug on November 24, 2015, 07:46:25 PM
Working with a Canon 5d Mark ii here with 2.1.2 firmware.

A colleague formatted the camera (even though I warned him) and deleted Magic Lantern. I re-installed the nightly build yesterday and it's working fine, but I've no longer got audio on my livescreen view. I can see levels in the audio menu, but not live. Is there a way to change this so I can monitor levels on the fly?

I'd insert an image here, but it's not entirely obvious how to do so on this forum. I just get getting (//)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: sparkplug on November 24, 2015, 11:10:58 PM
Ok so after recording a clip I now have audio meters on my display. Explain that one?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on November 24, 2015, 11:20:09 PM
Try to find a way to reproduce, and report an issue.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: andrea73 on December 10, 2015, 11:39:43 PM
I tryed the last nighty build for the canon 5dmk2 but have a problem:

it drain the battery
i used only the dual iso (thats why i download the nighty build) but its off all the time
i tryed to change the powersetting but still same issue

the normal ml its fine

here the link to the discussion i hope in a reply:
https://bitbucket.org/hudson/magic-lantern/issues/2409/6d-battery-drain-issue

this other topic was for another camera:
https://bitbucket.org/hudson/magic-lantern/issues/2417/canon-eos-550d-battery-drain
Title: Re: Nightly Builds - try the very latest stuff here
Post by: andrea73 on December 11, 2015, 05:09:17 PM
Hello again,
sorry for the incovenience ..
yesterday I reinstalled last stable ML but I want to try the dual iso features again .. can someone tell me wich nigthly build for canon 5dmkii can be considerer stable?
I tryed the last but with my camera it drain the battery even when turned off. Thx
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 11, 2015, 05:58:22 PM
Remove ML directory, remove *.FIR, remove autoexec.bin from card. Copy extracted nightly build contents to card.
Remove battery. Insert battery. Insert card. Startup cam. Test.
Before removing card wait for some seconds after opening card compartment door and after LED activity stops.
Report back. If problem persists please give detailed report what you have done so we can reproduce your steps.

The problem with your reports is that there are lots of things you ommited. You may think we (as nerds) are weird but if you tell "I just downloaded the file and did nothing and battery drains." our mind will translate that to:
- Download files
- Do nothing
- Battery drains. Even batteries not inserted into cam are draining. Even batteries inside charger are draining.
Sounds funny, but this is what you described!

You may take it for granted that everybody knows you transferred files to card, inserted the card into the cam, started up the cam, took photos and all. But! We don't have access to your cam, we could not see the steps you take and are absolutely dependend on every single bit of information to reproduce your issue.
So: If the problem persists, try to find the steps it takes for you to reproduce the issue and report them here.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: andrea73 on December 12, 2015, 12:59:43 AM
Ty for the answer.
I did all this step:
download the last nightly built
formatted the card from the camera x2 ( i have 2 cards)
charged the battery for firmware installation
unzip the file and copy all folder and only the 5dmk2 firmware
put the card into the camera
run the firmware upgrade and saw the fix blue light
restart the camera (put off the battery)
set on the camera and navigated into the new menù ( i come from the stable version but i unistall it 1 or 2 month ago)
found the dual_iso module and set to on
restart the camera and did some try with dual iso.
saw the battery red the day after in the morning
recharged the battery and another try yesterday night
it drayned the battery from 100% to 80% only whatching the menu .. i took only 2 images .. and while i was writing in this forum another 3% lost without do nothing.
set off the camer, put offf the battery, the monitor was little warm and i put off the card too  same like the monitor bit warm
retryed again with same issue (monitor and card begin warm) so i deleted the ml NB and installed the stable version and stoped drain

Today after i saw your message i tryed the second card and untill now it drain only 1% from the 8 pm (now are 00:25 for me)
psame procedure as you said before:
on camera set to off put off the memory card and the battery
put in the right card with NB in and the battery
set to on
enjoy

i followed your procedure on the second card, deleted stable ML .. copy the new NB
put off battery .. enjoy




Title: Re: Nightly Builds - try the very latest stuff here
Post by: marcfitt on December 12, 2015, 07:50:42 AM
Is it only me but I cannot find the raw option in the menu in this build...

Please help.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on December 12, 2015, 07:59:02 AM
Quote from: andrea73 on December 12, 2015, 12:59:43 AM
it drayned the battery from 100% to 80% only whatching the menu .. i took only 2 images .. and while i was writing in this forum another 3% lost without do nothing.

If you were looking at the menu, that means both the display and the CPU were active. Guess what - they both need power!

Try doing a controlled test - do the same thing (for example, record video) with both Canon firmware and ML, and compare the battery drain rates. Tip: ML displays it in the Debug menu.

Quote
restart the camera and did some try with dual iso.
saw the battery red the day after in the morning

If the camera started from the first try, this would suggest old battery.
If the camera did not start from the first try (you had to take the battery out), this means incorrect shutdown, or you removed the card too fast.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: capnomade on December 15, 2015, 02:42:08 PM
Hi and sorry but I d't know where can I put my post...

I've got a problem with installation of Magic Lantern in my 5D Mark II. I did format my card, I cleared all settings, installed the files downloaded in the website written 212 for my camera, I copyed them on my card and then It appears the version is not the good one while tryning to install it on my camera. Do you have any idea to resolve it? Thanks in advance! And I tryed it with two different cards, one 4GB and one 64GB.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 15, 2015, 02:48:46 PM
Format card in camera. Copy Canon's firmware file version 2.1.2 (5D200212.FIR) to card and run firmware upgrade.
Format card in cam again and start ML installation once again. Report back.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: capnomade on December 15, 2015, 03:09:50 PM
It stils crashed. Saying "Incorrect Firmware version" Expecting a CANON 5D2, with firmware version 212. Please reinstall Canon Firmware 212 even if you already have this version...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: capnomade on December 15, 2015, 03:16:06 PM
Thanks Walter Schulz. It looks it's working, I downloaded another version on Canon Website with the name you gave me, and it's updating right now! Thanks a million ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: andrea73 on December 22, 2015, 03:41:02 AM
Thank you Alex
I dont know what i did wrong the first time and dont know what I did good on second try but now it working good.
When I told you battery drain I mean in 10 minutes the battery come from 100% to 80% without do anything .. I was typing in this forum, but now its working good .. from 15 december untill now it drain only 2% (I think my battery its bit old, 4 years old exactly) with the camera set to off.
Again thank for your good work keep going and happy holydays to all =)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: itsDPmikey on February 23, 2016, 01:35:54 AM
This is strange, I'm constantly getting this "card/camera really exFAT?" error whenever I format card in canon menu in camera(5DM3).

Some other errors i'm getting is "frame skipped, stopping recording" with 1920x808 23.976fps on lexar 1066x 119gb card, and "this card cannot be read remove card 1"

It seems to me that every time I update to a newer build I get more problems with ML.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on February 23, 2016, 03:35:30 AM
You have enabled the option in MLV menu to not split files at 4GB, but this requires an ExFAT formatted card, and your card is not formatted as ExFAT. Depending on card size, Canon firmware might format the card as Fat32 instead of ExFAT. So either turn off this option or use your computer to format the card as ExFAT.

If you encounter a problem when you update to a new build, figure out how to precisely reproduce it, and then go back and try older builds and see if the problem goes away. If it goes away, please report it and tell the builds where it worked and when it started failing, and exactly how to reproduce it. It's very easy to fix issues if you give and exact build when it first broke, and steps to reproduce. Otherwise, if the problem doesn't go away with older builds, well it was there all along, you just haven't encountered it before, and falsely associated the problem with newer versions.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: itsDPmikey on February 23, 2016, 08:38:56 PM
thanks for the response.

My cards are all formatted as exFAT, ALWAYS, I don't format them any other way.

Also the problem(error) is consistent with and without the 4gb split option.

The Problem started to occur with the latest build. So i'm not sure what to make of it..

I'll do as you suggested, reproduce it and maybe capture the error on video.



Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on February 23, 2016, 08:45:50 PM
A new card, you said? I suggest to make sure it's really the card you ought to buy ...


If on Windows run h2testw. https://sosfakeflash.wordpress.com/h2testw/
If on OS X: Download F3X https://github.com/insidegui/F3X

Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on February 23, 2016, 08:54:54 PM
Quote from: itsDPmikey on February 23, 2016, 08:38:56 PM
My cards are all formatted as exFAT, ALWAYS, I don't format them any other way.
Quote from: itsDPmikey on February 23, 2016, 01:35:54 AM
I format card in canon menu in camera(5DM3).
These two statements are in direct conflict.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on February 23, 2016, 08:58:10 PM
On 650D cards > 32 GB will be formatted as ExFAT in the cam. How does 5D3 handle this?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: axelcine on February 23, 2016, 09:06:02 PM
Cards 64 and below are fats. 128 and up are exfats. So the bible says.

But...

I just formatted my Lexar Professional 1066x with exFat on my computer just to verify this post and verified it with 'properties' - exFat. And then reformatted in 5dIII.113... Voila. Back to fat32.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on February 23, 2016, 09:09:15 PM
There is always confusion about GiByte and GByte. So I have to ask: Does a "Lexar 128 GB" (as advertised) card fall into first or second category?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: axelcine on February 23, 2016, 09:23:54 PM
My humble card says Lexar Professional 1066x 128 GB UDMA 7 with a clapperboard symbol with 65 in it.

I'm low-formatting my 128 with exFat, takes a while, and then I'll reformat in cam. But, hey, I got this idea: Both my SD cards in 5d113 and 5d123 are fats. So maybe the cam formats the CF in accordance with the SD?

I'll put the CF in cam, take out the SD and reformat CF. If exFat is still there, we might have learned something. I'll get back in a minute or so.

OK. Low level formatted and verified exFat with MSI winX/64. Reformatted in 5d123 without SD-card. CF was returned to fat32.

Next I'll try is to format CF as exFat and NOT reformat in cam, and then go out and produce some footage.

Well, I didn't make Steven Spielberg level footage, but the exfatted card works excellently without in-cam formatting and remains exfat. So: On 5d don't format CF in cam if you really don't have to. Put exFat on in PC.

Next I'll be formatting my 64GB with exFat and let it sit in cam w/o formatting away from exFat.

OK. I formatted the CF 64GB I use in 5d123 > exFat. Then I took out the SD-card with ML, reformatted in PC to exfat, reinstalled ML and fir'red the card in cam without in-cam reformatting. Voila: exFat on 32GB 1000x Lexar Professionel 150MB/s SD-card. With ML running as smooth as a new-born shitting in his diapers.

Did the same with my 5d113 including reinstalling settings. SD is still exFat. And works with ML.

So I wonder why the install instructions in the nightlies keep telling us to format in PC, then in cam and then copy ML to the card. IMHO an exFatted card loaded with ML in the PC and fir'red as usual in cam should do the trick - and you'd escape the annoying return to fat32.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: itsDPmikey on February 24, 2016, 05:04:31 PM
Quote from: dmilligan on February 23, 2016, 08:54:54 PM
These two statements are in direct conflict.


Point taken. I did not realize that camera formats in 32 and not exFat. I should have known this tho my fault.
but just an FYI I downgraded to 1.1.3 from 03/27/2014 and everything just works BEAUTIFULLY!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on February 24, 2016, 05:17:42 PM
It would be fine telling us if you are now using ExFAT. I take it for granted your previous error was caused by FAT32 file system vs. ML setting exclusive to ExFAT.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on February 24, 2016, 06:19:10 PM
Quote from: itsDPmikey on February 24, 2016, 05:04:31 PM
I downgraded to 1.1.3 from 03/27/2014 and everything just works BEAUTIFULLY!
Okay. That's step 1. Now you can start trying builds between then and now and figure out exactly which features break in which builds, and give detailed steps to reproduce them.

(You don't have to try every build, just do a binary search (https://en.wikipedia.org/wiki/Binary_search_algorithm))
Title: Re: Nightly Builds - try the very latest stuff here
Post by: axelcine on February 24, 2016, 07:40:59 PM
Did my little test all over again - with the difference that the SD cards in both cams (with ML) are now exFat, just to eliminate the cams from following the format from the SD-card (until yesterday they were fats, until I forced exFat on them, Ml'led and fir'red - ML works just fine.) I formatted both CF cards, the 64GB in my 123 and the 128GB in my 113, and both were "reduced" to fat32, so obviously my two cams haven't learned how to do exFat. I put both cards back in my card reader and PC-reformatted them back to exFat. The cams accept the exfatted cards and install dcim and misc folders without any problem.
So my experience tells me, that what I have thought to be true - that 5d formats bigger cards (128>) with exFat - isn't correct, at least with my cams. From now on I'll only rely on my PC to exfat my cards.

Even the respected DP Review maintains in their thread 5D Mark III video time limit, that 128GB cards will be exfat-formatted in cam - which my cams don't seem to know.

Of course the major weakness with my argument is, that I haven't tried cards larger than 128GB.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on February 24, 2016, 11:13:16 PM
Both of my 5D3s with firmware 1.2.3 format 64GB cards as follows: CF 64GB: FAT32. SD:exFAT.

I want both of them to be FAT32 so as to back them up with my hyperdrive (the specific non-latest model does not understand exFAT even with latest firmware).

I can format SD card with a specific utility to make it FAT32 and recreate the directory structure manually (this works with both camera and hyperdrive) but it seems complex to also put ML above that.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: axelcine on February 27, 2016, 06:54:45 PM
Of course that would be the solution if your raw videofiles never exceed 4G. Normally I'd never make so long shots myself, but maybe once in a year a job comes up, where one cam has to continue filming beyond the factory limit. Then I'd feel safer with exFat permanently mounted instead of having to remember to prepare a card specifically for this job. So from now on I'll have exFat on all cards in my 5dIIIs. If there should be any kind of a problem with this I'll post ML Universe immediately.

But, @itsDPmikey, don't blame yourself too much. Until I tested the stuff I believed, that 5DIII would format 128's and higher with exFat.
Title: Nightly Builds - try the very latest stuff here
Post by: DeafEyeJedi on February 27, 2016, 07:01:42 PM
exFAT for life! I'd try and find a way to get that hyperdrive of yours fixed somehow to make it read/write exFAT otherwise what's the point of sticking to the limitations of FAT32 and fear these nasty dropped frames once you hit the 4GB barrel?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: axelcine on February 27, 2016, 07:23:19 PM
HyperDrive ColorSpace UDMA3 specifications indicate, that it will work with fat32 OR EXFAT -  BUT... Individual files must be smaller than 4G. Strange...!

http://www.bhphotovideo.com/c/product/1191265-REG/sanho_shdcsudma3500_500gb_colorspace_udma_3.html
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on February 27, 2016, 07:30:00 PM
Not the only ones: Canon supports ExFAT but will splitt files to fit into 4 GB limit.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: axelcine on February 27, 2016, 10:56:39 PM
And where would we be without ML?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on February 28, 2016, 01:51:58 PM
I was commenting on FAT32/exFAT only. I do not shoot video. I thought of exchanging experience regarding how our 5d3s behave with formatting various cards. I have already 2 hyperdrives and I do not intend to buy a 3rd one. Even my "latest" which is the UDMA model (2 gens behind) cannot be upgraded to support exFAT. It would be best if Canon gave us a format choice in menu but I know this is not going to happen...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: tron on February 28, 2016, 01:55:19 PM
@axelcine: I just read about latest UDMA3 limitations comment. Strange indeed. I guess UDMAxx (xx > 10) will fix that  :D

Anyway they also have to increase copy speed and support CFAST 2.0 and XQD ....  :D
Title: Re: Nightly Builds - try the very latest stuff here
Post by: itsDPmikey on March 03, 2016, 01:08:03 AM
what I want to know at this point is, are pink frames/bad frames inevitable with the new builds at this point? because for a long time every new build  that I have tried has given me bad frames/pink frames.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dmilligan on March 03, 2016, 01:50:46 AM
Quote from: itsDPmikey on March 03, 2016, 01:08:03 AM
what I want to know at this point is, are pink frames/bad frames inevitable with the new builds at this point?
They are until you help us fix them.

Quote from: dmilligan on February 24, 2016, 06:19:10 PM
Okay. That's step 1. Now you can start trying builds between then and now and figure out exactly which features break in which builds, and give detailed steps to reproduce them.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Danne on March 03, 2016, 08:47:58 AM
I,ll see if I can narrow down the first problematic build on a 7D on monday since it was easily reproduced in 60 fps both with RAW and MLV.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Übermatik on March 05, 2016, 08:31:07 PM
Hi there, I'm in need of some help resolving an issue with using magiclantern-Nightly.2016Feb28.550D109 on my 550D.

I followed the installation instructions (format card in camera, check Canon firmware, install etc.) and everything worked out fine. However, following the installation it seems like the camera has difficult actually using the ML firmware. When I boot up it cleans the sensor (normal?) and then presents me with a black screen as if the camera can't display the ML menu. I can press 'Display" to bring up the normal Canon UI, but all that's changed is the card memory display on the bottom right. Am I missing something? Nothing else seems different, and I certainly don't see any of the menus etc. that ML show on their site, nor can I find any new camera options (ISO etc.).

First post, so hopefully that all made sense!

Thanks in advance.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on March 05, 2016, 09:24:23 PM
Don't mind reading FAQ or Install Guide.
Use trashcan button to access ML menu.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: c4alex on March 11, 2016, 05:31:11 PM
Hi guys !

Just installed the fresh new build ( my last was from june 2015 ) , and now its impossible to have global draw while recording , or do i miss something ?

EDIT : Im just stupid > MOVIE > RAW VIDEO > GLOBAL DRAW --> Allow
Title: Re: Nightly Builds - mine does not work on my 600d
Post by: VirgiBRS on April 09, 2016, 01:19:54 PM
Please help, Ive tried to install the nightly build twice, without any success
I Installed the old version, delete and then install the nighly buid, please its been several hours since I started , andmy camera doesnt turn on
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Licaon_Kter on April 09, 2016, 01:24:51 PM
It turns on w/o the card?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on April 10, 2016, 09:07:22 PM
I managed to take a break from my usual stuff and cleaned up a bunch of things in ML. Here's what I'd like to merge in the next few days:

- [MERGED] pink frame fix for mlv_rec (http://www.magiclantern.fm/forum/index.php?topic=5473.msg165522#msg165522) (credits: beauchampy for helping narrowing down)

- [MERGED] small fixes for both raw_rec and mlv_rec (https://bitbucket.org/hudson/magic-lantern/pull-requests/698/raw-recording-fixes-both-raw-and-mlv/diff), such as blocking the zoom key while recording to avoid crashes, or blocking all the buttons after recording stops to avoid accidental data loss

- [MERGED] Black level fix (https://bitbucket.org/hudson/magic-lantern/pull-requests/484/black-level-fix) - finally managed to clean it up and polish the remaining rough edges

- [MERGED] Benchmarks and self-tests (https://bitbucket.org/hudson/magic-lantern/pull-requests/610/benchmarks-and-self-tests-refactored-as) moved out of the ML core and refactored as modules (this frees memory for 600D to be re-included in the nightly builds, and hopefully also fixes the "busy" bug (http://www.magiclantern.fm/forum/index.php?topic=13706))

- [MERGED] lots of Lua fixes (https://bitbucket.org/hudson/magic-lantern/pull-requests/683/lua-scripting-lots-of-fixes-plus-api); this also includes a bunch of core fixes (http://www.magiclantern.fm/forum/index.php?topic=14828.msg164972#msg164972). I just want to bring it to the point where it actually runs all the example scripts.

- [MERGED] 60D 640x480 crop mode centering fix (https://bitbucket.org/hudson/magic-lantern/pull-requests/693/fix-mv640crop-mode) for raw recording (credits: dfort and xiga)

These are for later:

- MLV Lite (https://bitbucket.org/hudson/magic-lantern/pull-requests/685/proposal-completely-replace-the-old-raw) (dmilligan): there are still reports that it's a little slower than raw_rec, so I made a small change (http://www.magiclantern.fm/forum/index.php?topic=16650.msg165538#msg165538) for which I'd like some feedback.

- the crop_rec module (http://www.magiclantern.fm/forum/index.php?topic=17021.msg165229#msg165229) and the patch manager (https://bitbucket.org/hudson/magic-lantern/pull-requests/687/patch-manager-wip/diff) library

I'd appreciate any help in reviewing the code and testing the above pull requests.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: josepvm on April 15, 2016, 08:11:29 PM
Last nightly builds (2016-04-15 and 2016-04-13) are failing for 50D, with this error in the build log:



../../src/zebra.c: In function 'clearscreen_task':
../../src/zebra.c:3862:25: error: implicit declaration of function 'idle_kill_flicker' [-Werror=implicit-function-declaration]
                         idle_kill_flicker();
                         ^
../../src/zebra.c:3867:25: error: implicit declaration of function 'idle_stop_killing_flicker' [-Werror=implicit-function-declaration]
                         idle_stop_killing_flicker();
                         ^
cc1: some warnings being treated as errors
make: *** [zebra.o] Error 1



So it seems that functions "idle_kill_flicker()" and "idle_stop_killing_flicker()" are not well defined in /src/zebra.c

I do not see this error on recent nightly builds for other cameras.

There's something we have to test in order to have it fixed? Could be this error related to the recent stubs reformat? (perhaps some stubs missing for 50D?)


--------- Edit --------------------

Perhaps the problem is in this code:


#ifdef CONFIG_KILL_FLICKER
static void idle_kill_flicker()
{
    if (!canon_gui_front_buffer_disabled())
    {
        get_yuv422_vram();
        canon_gui_disable_front_buffer();
        clrscr();
        if (is_movie_mode())
        {
            black_bars_16x9();
            if (RECORDING) {
                fill_circle(os.x_max - 12, os.y0 + 28, 10, COLOR_RED);
            }
        }
    }
}
static void idle_stop_killing_flicker()
{
    if (canon_gui_front_buffer_disabled())
    {
        canon_gui_enable_front_buffer(0);
    }
}
#endif


That originally was on "zebra.c" but now has been moved to "powersave.c" (line 406). 

My C programming knowledge is very rusty now, after many years of not practising it, but it seems to me that this code contains the actual function definitions for "idle_kill_flicker()" and "idle_stop_killing_flicker()", so the definitions are missing in "zebra.c"
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Levas on April 16, 2016, 12:05:54 PM
I read in the change log of the nightly builds that the magnify button is blocked during recording to prevent the camera to freeze.
But doesn't this interfere with the magic zoom option ?
In the older builds, when magic zoom is disabled, the camera freezes when magnify button is used(during recording), when magic zoom is enabled you can use the magnify button without the camera to freeze(during recording).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Licaon_Kter on April 16, 2016, 03:21:13 PM
Quote from: josepvm on April 15, 2016, 08:11:29 PM
That originally was on "zebra.c" but now has been moved to "powersave.c" (line 406). 
Yes the powersave move is at fault, some stuff needs to be added I guess.

I've tried some things, like added:
static CONFIG_INT( "global.draw",   global_draw, 3 );
static void black_bars_16x9();

#define ZEBRAS_IN_LIVEVIEW (global_draw & 1)

#ifdef CONFIG_KILL_FLICKER // this will block all Canon drawing routines when the camera is idle
extern int kill_canon_gui_mode;
#endif
In powersave.c under #include "lens.h"

And:
extern void idle_kill_flicker();

extern void idle_stop_killing_flicker();
Somewhere in powersave.h, which made things move along a bit yet still crash since I id not define them right :(.
[ CC       ]   powersave.o
../../src/powersave.c:11:13: warning: 'black_bars_16x9' used but never defined
static void black_bars_16x9();
             ^
[ CC       ]   ml-cbr.o
[ CC       ]   raw.o
[ CC       ]   chdk-dng.o
[ CC       ]   edmac-memcpy.o
[ CC       ]   console.o
[ CC       ]   tcc-glue.o
make -C ../../tcc
make[2]: Entering directory '/my-magic-lantern-update/tcc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/my-magic-lantern-update/tcc'
[ CC       ]   module.o
[ CC       ]   misc.o
[ CC       ]   afma.o
[ AR       ]   strrchr.o
[ AR       ]   dietlibc.a
[ AR       ]   lib_a-setjmp.o
[ AR       ]   newlib-libc.a
[ CP       ]   newlib-libm.a
[ CP       ]   gcc-libgcc.a
[ LD       ]   magiclantern
powersave.o:(.config_vars+0x60): multiple definition of `__config_global_draw'
zebra.o:(.config_vars+0x220): first defined here
zebra.o: In function `clearscreen_task':
zebra.c:(.text+0x68a4): undefined reference to `idle_stop_killing_flicker'
zebra.c:(.text+0x6b34): undefined reference to `idle_kill_flicker'
zebra.o: In function `_redraw_do':
zebra.c:(.text+0x703c): undefined reference to `idle_kill_flicker'
powersave.o: In function `idle_kill_flicker':
powersave.c:(.text+0x1bc): undefined reference to `black_bars_16x9'
../../src/Makefile.src:196: recipe for target 'magiclantern' failed
make[1]: *** [magiclantern] Error 1
make[1]: Leaving directory '/my-magic-lantern-update/platform/50D.109'
Makefile:18: recipe for target '50D' failed
make: *** [50D] Error 2

So, yeah we need help. :)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on April 16, 2016, 08:52:49 PM
Fixed both, hopefully.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: josepvm on April 16, 2016, 09:32:44 PM
Quote from: a1ex on April 16, 2016, 08:52:49 PM
Fixed both, hopefully.

Now it builds correctly for 50D.

I have just done a quick test in camera. Everthing seems Ok, zebras (RAW and LumaFast) work, and powersave settings in liveview photo mode work Ok also (turn off global draw, dim display).

   
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on April 17, 2016, 01:38:24 AM
Bug with tonights nightly?

7D, enabled Selftest.mo and after reboot Modules tab is gone. Have to restore ML defaults to bring it up again.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on April 17, 2016, 07:26:20 AM
You can reproduce it by simply loading the module and restarting?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on April 17, 2016, 07:42:29 AM
Yes.
1. Setting ML defaults
2. Restart cam
3. Enable Selftest.mo
4. Restart
-> Module tab missing in 7D


650D: No problem.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on April 17, 2016, 07:48:48 AM
Found it (copy-paste error from bench.mo, which had one extra level of submenus).

The 7D selftest menu should have an extra item: RPC reliability test (this is for testing the communication between the two processors). Can you try it?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on April 17, 2016, 07:54:05 AM
Thanks! Will try to compile it after some tea ...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on April 17, 2016, 09:04:23 AM
Menu problem fixed!

RPC test seems to do nothing at all.
Tried some other tests without problems (yet).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Ottoga on April 19, 2016, 06:04:52 AM
@A1ex

April 19 nightly displays the flowing error message:


Linking..
tcc: error: undefined symbol 'get_out_of_play_mode'
    [E] failed to link modules



Note that error only appears if the adv_int module has been selected to load. If this module is excluded then all other modules load successfully.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on April 20, 2016, 07:52:47 AM
Got it, I should include it in the nightly builds, so it no longer falls behind.

For the testers, there are 3 pull requests awaiting your attention:

RAW recording fixes, part 2, including a small speedup: https://bitbucket.org/hudson/magic-lantern/pull-requests/710/raw_fixes-part-2/diff (test build available here (http://www.magiclantern.fm/forum/index.php?topic=17091.msg165845#msg165845))

MLV Lite with the same fixes: https://bitbucket.org/hudson/magic-lantern/pull-requests/685/proposal-completely-replace-the-old-raw/diff (test build available here (http://www.magiclantern.fm/forum/index.php?topic=17091.msg165845#msg165845))

Lua scripting fixes, which also touches some core features such as focus backend and exposure setters: http://www.magiclantern.fm/forum/index.php?topic=14828.msg164972#msg164972
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on April 22, 2016, 01:44:17 PM
Update summary for the latest nightly:

- lua_fix (http://www.magiclantern.fm/forum/index.php?topic=14828.msg166022#msg166022) (was merged in previous nightly, but had a small problem with focus backend on some lenses)
- lua_fix also comes with some bugfixes in ML core, the most important ones being:
  - focus backend (fixed crash when Step Delay was turned off)
  - exposure setters (max roundoff error 1.5/8 EV, or 1/8 EV for integer raw requests)
- raw recording fixes part2 (https://bitbucket.org/hudson/magic-lantern/pull-requests/710/raw_fixes-part-2/diff) (see also this benchmark (http://www.magiclantern.fm/forum/index.php?topic=17091.msg166027#msg166027), there might be a small speedup, not fully confirmed)
- advanced intervalometer (http://www.magiclantern.fm/forum/index.php?topic=8431.0) (dmilligan)
- small UI fixes in movie mode (https://bitbucket.org/hudson/magic-lantern/pull-requests/681/recording-mode-ui-info-reorder/diff#chg-src/bitrate.c) (Licaon_Kter)
- 600D builds are back (thanks irvcobb for testing)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dfort on April 22, 2016, 06:00:21 PM
Just wanted to add another pull request for testers:

Fix image centering on mv640crop mode https://bitbucket.org/hudson/magic-lantern/pull-requests/693/fix-mv640crop-mode/diff (test build for 60D available here (http://magiclantern.fm/forum/index.php?topic=12608.msg165718#msg165718))

This test build has been updated to the latest nightly.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Lars Steenhoff on April 23, 2016, 11:33:42 AM
Any one who can make a new 5d3 1.2.3 build?

I will be happy to test it out
Title: Re: Nightly Builds - try the very latest stuff here
Post by: beauchampy on May 04, 2016, 01:42:23 PM
Quote from: Lars Steenhoff on April 23, 2016, 11:33:42 AM
Any one who can make a new 5d3 1.2.3 build?

I will be happy to test it out

Me too, I'm dying for a 123 with the raw recording fixes..
Title: Re: Nightly Builds - try the very latest stuff here
Post by: squig on May 04, 2016, 02:18:22 PM
Pretty please with magic mushies on top  :D
Title: Re: Nightly Builds - try the very latest stuff here
Post by: GutterPump on May 04, 2016, 02:23:13 PM
Why you don't downgrade to 1.1.3 ?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on May 04, 2016, 02:33:37 PM
Maybe because they want to use the features included in 1.2.3?
A1ex made it clear ML for 1.1.3 and 1.2.3 (1.3.3) serve specific needs and will - at time of writing - coexist.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: beauchampy on May 04, 2016, 03:50:24 PM
Quote from: GutterPump on May 04, 2016, 02:23:13 PM
Why you don't downgrade to 1.1.3 ?

The achilles heel of 1.1.3 is the lack of clean HDMI output. Most of the time, it's fine and it works just great. However when you have a series of interviews lined up and you don't want to risk it all on a single Komputerbay CF card and the intricacies of RAW recording, you just gotta have that Atomos backup.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: squig on May 05, 2016, 02:03:05 AM
Plus why would anyone drop 1k on a smallHD 501 and want to monitor a lo-fi image?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: markodarko on May 05, 2016, 08:22:19 AM
Quote from: squig on May 05, 2016, 02:03:05 AM
Plus why would anyone drop 1k on a smallHD 501 and want to monitor a lo-fi image?

If you're referring to the HMDI out when running v1.1.3 my understanding is that it's still full HD, but not clean - I.e., what you see on your screen will be on the HDMI monitor too including all overlays from ML etc.

I use an external HD monitor on my 5D III / v1.1.3 with no problems.

I think it's possible to set ML to have zero overlays when recording and hence essentially get a pseudo clean HDMI out (although I've not tried it) with v1.1.3 but of course at the expense of having no overlays. It was certainly possible to do this with the 5D II according to this video (http://m.youtube.com/watch?v=PSM5m7hYtNQ).

May be worth looking into if you don't want to go down the v1.2.3 route.

Cheers,

Mark.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on May 06, 2016, 05:51:49 AM
ML 5D3 1.1.3 from May 5, it's the faster ML that I have: camera startup, menu, etc.

I don't know why.

;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Ottoga on May 08, 2016, 04:29:24 AM
Nightly build magiclantern-Nightly.2016May07.7D203.zip is missing the following ML subdirectories:


No problem for me, I added them manually. Just letting the devs know.

Other camera model users should check that these directories exist before updating to this build.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 08, 2016, 06:17:25 AM
Did you *have* to add them manually? As in, it didn't work without doing that?!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Ottoga on May 08, 2016, 07:03:39 AM
@A1ex

I didn't know whether they would be created automatically in camera or not or, if the camera would get upset if they weren't there at boot time. As such, I took the cautious approach to manually create the directories avoid any risk.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 08, 2016, 07:09:45 AM
They are created automatically, and these two directories are mentioned in the change log. So I don't see the reason for scaring other users away from this build...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Ottoga on May 08, 2016, 12:43:50 PM
@A1ex,

Thanks for clarifying.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on May 10, 2016, 11:12:29 PM
Some more pull requests where you can help by either reviewing the approach, the code, by finding stubs for your camera, or even by digging a little into the code:

- pre-recording feature for raw_rec (https://bitbucket.org/hudson/magic-lantern/pull-requests/728/pre-recording-feature-raw_rec/diff) (I thought this one will generate a little more interest; maybe I'm wrong, or people simply weren't aware of it?)

- RscMgr memory (https://bitbucket.org/hudson/magic-lantern/pull-requests/731/rscmgr-memory-60d-todo-7d/diff) (done for 60D, todo: 7D, maybe also 50D and 700D)

- menu: proper handling of RAW/H.264/JPG-specific features (https://bitbucket.org/hudson/magic-lantern/pull-requests/730/menu-proper-handling-of-raw-jpg-h264) (I need some guidance about which approach to choose)

- fix H.264 recording indicators for files larger 2GB (https://bitbucket.org/hudson/magic-lantern/pull-requests/729/fix-recording-indicators-above-2gb) (not tested at all)

- vsnprintf from dietlibc (https://bitbucket.org/hudson/magic-lantern/pull-requests/705/use-vsnprintf-from-dietlibc-instead-of) (easy coding task: fix the warnings)

- complete list at https://bitbucket.org/hudson/magic-lantern/pull-requests/ (you can find more easy coding tasks if you browse around)

Thanks.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Lars Steenhoff on May 11, 2016, 09:24:55 AM
pre recording defenitly has my interest  :)

But i dont know how to compile the code and test it, so im waiting for the builds to test them out.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: wgreene on May 27, 2016, 09:01:24 PM
New to this forum and new to ML.  Made several attempts to install ML on my 50D-1.0.9 and keep getting a red error message at the bottom of the screen to restart my camera.  I assume by restart to power down and back up but I always end up with the same result.  ML install attempts made for most recent version and the previous version.  I'm surely missing something basic but don't know what it is.  Any advice appreciated.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on May 30, 2016, 04:30:21 AM
You followed the install instructions to the letter? (http://www.magiclantern.fm/forum/index.php?topic=9852.0)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: duke_sweden on May 30, 2016, 06:28:57 AM
I just read in an admittedly old article on dpreview that you can't use a nightly build the first time you install ML. You have to use a stable build first, but I can't find any links to stable builds. Is this true? If so, where can I download a stable build of Magic Lantern?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: _OLLE_ on May 30, 2016, 03:16:29 PM
http://magiclantern.fm/downloads.html (http://magiclantern.fm/downloads.html) scroll down to Download Nightly Builds and follow the intstructions and you will be fine!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on May 30, 2016, 03:54:35 PM
Quote from: duke_sweden on May 30, 2016, 06:28:57 AMI just read in an admittedly old article on dpreview that you can't use a nightly build the first time you install ML.
This was valid for 550D before 24/06/2015 and 600D before 22/04/2016. Most other cams made transition from two-stage install quite some time  ago.
Anything outside this forum and 4 weeks or older may be outdated. Or sooner. Dev team likes to keep regulars on their toes ...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on July 08, 2016, 11:16:02 PM
Next nightly will bring a few minor improvements, the most interesting ones being:

- temperature formulas updated (https://bitbucket.org/hudson/magic-lantern/pull-requests/738) (escho)
- after formatting the card and restoring ML, camera is now auto-restarted (https://bitbucket.org/hudson/magic-lantern/pull-requests/736) to reduce the chances of data loss
- fix for recording indicators above 2GB (5D3, 6D) - issue #2530 (https://bitbucket.org/hudson/magic-lantern/issues/2530/remaining-time-indicator-goes-negative-xxx)

That's all I've been able to test for now, sorry about that.

Some nice works in progress:
- Support for BULB mode in full-res silent pictures (https://bitbucket.org/hudson/magic-lantern/pull-requests/735/frsp-bulb-support/diff) (Greg)
- Support for BULB mode in Auto ETTR (https://bitbucket.org/hudson/magic-lantern/pull-requests/674/bulb-mode-support-for-auto-ettr-for-very/diff)
- 1100D zoom button fix (https://bitbucket.org/hudson/magic-lantern/pull-requests/743/misc-cleanups-some-gui-button-codes/diff) (not tested)
- Lua: only load scripts on request (https://bitbucket.org/hudson/magic-lantern/pull-requests/720), with options for autoload, and ability to run very simple scripts without requiring a custom menu (dmilligan)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: budafilms on July 09, 2016, 09:18:01 AM
Thank you Master!  ;)

Works like explained.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jockerl on July 09, 2016, 10:55:11 AM
How much work must be done to compile a new build for the 5D3 1.2.3 ?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Ottoga on July 09, 2016, 11:25:24 AM
Reboot after formatting worked fine on my 7D.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ourmark on July 09, 2016, 10:30:05 PM
Auto restarted my 550D fine.

Thanks for the update
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Intenditore on July 13, 2016, 11:12:04 PM
Sorry that's a bit off topic but...
On the downloads page I don't see stable release downloads. Nightly builds are going number one. Where to find stable build and what's the version?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Licaon_Kter on July 14, 2016, 12:30:43 AM
There is no stable any more, not in the last 3 or 4 years.

It's a rolling version, always use the latest nightly, always submit bugs (reproducing) using the latest nightly.

Not to mention, you get all the fun toys _now_ ;)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on July 14, 2016, 03:25:10 AM
Stable build | Latest builds (http://www.magiclantern.fm/forum/index.php?topic=14280.0).
Title: Canon EOS 70D-Is there a nightly out?
Post by: Canon EOS 50D on July 18, 2016, 06:57:20 PM
Hi all, I'm thinking about getting an EOS 70D, just wanted to know if there's a nightly of Magic Lantern for the 70D. I won't probably get it if I can't use ML onto it!  ;D I used Magic Lantern since 2013 on my 50D and really loved it. You guys are really great. Thumbs up for the devs. I heard that there's a pre-beta but fps override isn't working. I really used that alot and would like to see that working.
I dont know any code but i could help with bug reporting and testing Magic Lantern for the 70d.  :D
Anyways, thanks for all the time and effort you guys put into Magic Lantern: i know its a lot of work.   :D

Matthew
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on July 20, 2016, 03:46:49 AM
Quote from: Canon EOS 50D on July 18, 2016, 06:57:20 PM
Hi all, I'm thinking about getting an EOS 70D, just wanted to know if there's a nightly of Magic Lantern for the 70D.

No (http://www.magiclantern.fm/forum/index.php?topic=14309.0).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: motionSOUL on August 09, 2016, 11:10:54 AM
Hello,

I've just downloaded the last nightly build for my 5DMKIII - 1.1.3 firmware.
All MLV modules are loaded, but I don't seem to have all the options I see in the forum for the sound.
Here I just can select the sound recording frequency, the beep and the play volume.
How can I access to all the sound parameters as digital gain, input source, ...
I have made a search but can't find the answer.

Thanks for any help on this.

S/.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 09, 2016, 11:19:02 AM
http://lmgtfy.com/?q=sound+options+not+available+5d3+site%3Awww.magiclantern.fm%2Fforum
Title: Re: Nightly Builds - try the very latest stuff here
Post by: motionSOUL on August 09, 2016, 11:24:28 AM
Thanks for the answer and the search tutorial ;)
That was fast, I have missed that.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Miklas on August 14, 2016, 09:36:42 PM
Waiting for a newer nightly build for the 5D3 1.2.3. Still get occasional pink frames which I don't know how to easily fix. My 256GB and 128GB cards are slow as hell to start. Been using an SD for ML and CF for the data.

I'd love for a simple program that would batch ALL mlv files to DNG+WAV. Like, taking 1TB or a couple hundred clips and dump them into another 1TB of DNG's and WAV files, using standard C-LOG. MLRAWVIEWER is what I use and on El Capitan but it crashes a lot and cant add the directories without it crashing or idling. Only about 15 mlv at a time, as anything above that crashes.

If anyone has any suggestions, please say so. Thanks!

EDIT: another thing I miss is the option to have the stereo track feature one track with the inner microphone at AGC levels and the other track the shotgun mic connected externally. That way, one could have a backup track. I remember doing that with the external mic at different gains, so as to prevent distortion. Very useful and a way to disregard AGC completely. Sadly, the 5D3 ML nightly builds do not feature this anymore. It was really a great feature I'd love to have back. So much amplitudes in event videography... sudden screams and constant whispers.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 05, 2016, 10:31:50 PM
Next build will have some small updates:

- WB shift values back on the LiveView info bar
- 5D3: white level changed from 15000 to 16300 in LiveView, giving about 0.15 stops of extra highlight detail (details (https://bitbucket.org/hudson/magic-lantern/pull-requests/732/5d3-attempt-to-fix-vertical-stripes-so-it/diff#comment-23278056)). I tried to fix the vertical stripes in camera, but that didn't work as expected, and noticed this one while I was at it.
- 700D: minor fixes (https://bitbucket.org/hudson/magic-lantern/pull-requests/750/700d-minor-fixes)
- Warnings for bad settings: notification options (andreasb242 (https://bitbucket.org/hudson/magic-lantern/pull-requests/749/make-warning-for-bad-settings-message/diff))
- Some backend updates (will ask for a few tests in another thread)

Also, mlv_dump got some nice updates covering bad pixels, vertical stripes and flat field correction (http://www.magiclantern.fm/forum/index.php?topic=7122.msg171415#msg171415).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: markanini on September 07, 2016, 08:42:04 PM
Quote from: a1ex on September 05, 2016, 10:31:50 PM
- WB shift values back on the LiveView info bar

Can't wait for this feature.  :D
Title: Re: Nightly Builds - try the very latest stuff here
Post by: marv on September 10, 2016, 09:44:52 PM
just downloaded the latest night for 6D ( Nightly.2016Sep10.6D116) why is raw_rec.mo missing in the modules? only the MLV raw is present.......is the MLV raw better in all aspects?  thanks, sorry new to ML
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Licaon_Kter on September 15, 2016, 11:23:59 AM
Compile issue?

Building module raw_rec...
Updated HGVERSION
[ README   ]   module_strings.h
[ CC       ]   raw_rec.o
[ HGDIFF   ]   hgdiff.tmp
[ MODULE   ]   raw_rec.mo
[ STRIP    ]   raw_rec.mo
[ OBJCOPY  ]   raw_rec.mo
[ EXPORTS  ]   raw_rec.sym
00001984 raw_video_enabled
000019ac raw_movie_filename
[ DEPENDS  ]   raw_rec.dep
Will load on:
    6D.116
Will NOT load on:
    6D.113 (powersave_prohibit, powersave_permit)
Not checked (compile ML for these cameras first):
    1100D, 500D, 50D, 550D, 5D2, 5D3, 600D, 60D, 650D, 700D, 7D, EOSM
[ GCC      ]   raw2dng
[ GCC      ]   raw2dng
../lv_rec/raw2dng.c: In function 'find_and_fix_cold_pixels':
../lv_rec/raw2dng.c:1213:9: error: 'for' loop initial declarations are only allowed in C99 mode
../lv_rec/raw2dng.c:1213:9: note: use option -std=c99 or -std=gnu99 to compile your code
../lv_rec/raw2dng.c:1215:13: error: 'for' loop initial declarations are only allowed in C99 mode
../lv_rec/raw2dng.c:1233:5: error: 'for' loop initial declarations are only allowed in C99 mode
../lv_rec/raw2dng.c:1243:9: error: 'for' loop initial declarations are only allowed in C99 mode
../lv_rec/raw2dng.c:1245:13: error: 'for' loop initial declarations are only allowed in C99 mode
make[4]: *** [raw2dng] Error 1
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on September 15, 2016, 07:15:45 PM
Should be fixed in next nightly.

Meanwhile, the fix revealed some warnings; who would like to help me clean them up?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: rleonard4949 on September 21, 2016, 05:46:49 PM
Any ETA on nightly build server?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on September 22, 2016, 08:36:56 AM
http://magiclantern.fm/forum/index.php?topic=17924.msg172418;topicseen#msg172418
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SmartGR on November 23, 2016, 06:01:01 PM
Hello,

I'm a german newbie. I have stille installed magic Lantern on my 50D. I discovered in youtube that MagicLantern supports DotTune automatically. But I can't find thes item in my magic lantern menu. Isn't it available for the 50D? I have installed the canon firmware 1.09 an ml-nightly .2. That is shown in the display of my camera. Isn't it the right version. If so, wha t version I have to install?

Thanky you so much for your help.

Kind regards

SmartGR
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on November 23, 2016, 07:39:41 PM
http://www.magiclantern.fm/forum/index.php?topic=15045.msg147465#msg147465 -> "Wichtig: Module"
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SmartGR on November 23, 2016, 08:49:21 PM
Hallo Walter,

der Tip mit den Modulen ist super, vielen Dank!!!!!!!!!!!!!!!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: itsDPmikey on December 01, 2016, 06:30:40 AM
Hey I've got the mark III. I Recently ordered the ATOMOS Shogun Inferno for my future RED Scarlet-W. for now I wanted to know if anyone knows if magic lantern works with atomos monitors. I don't necessarily want to record on to the Inferno just use it as a monitor but still get RAW plus I don't think it's even possible to record raw through hdmi.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: twentephotography on December 19, 2016, 04:52:21 PM
There is already ML for 1300d???
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Licaon_Kter on December 22, 2016, 04:06:00 AM
Quote from: twentephotography on December 19, 2016, 04:52:21 PM
There is already ML for 1300d???
There is a 1200D in progress for some years,  but not for 1300D.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 06, 2017, 02:49:07 PM
Updated the nightly page with some new sections:

- Modules: some additional modules that can be installed on top of the main builds.
- Utilities: mostly post-processing tools.
- Experiments: works in progress, such as 10/12-bit raw recording, crop_rec and so on.

They are not yet complete, but at least it's a start.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: garry23 on January 06, 2017, 02:51:39 PM
Brilliant!!!!!!!!

Can't wait to see the Astro module here  ;)

Once again thanks to everyone who has made this possible.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: [email protected] on February 28, 2017, 09:20:45 AM
The ML for 1200D is available or not? I just searching ML for months, But do download links are available. But som Youtube Users are available to install ML for 1200D for their own.... Plzzz Help...
Thanks in advanced.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Audionut on March 01, 2017, 09:00:48 AM
At the top right corner of every page on this forum is "Downloads".  Which leads to here:  https://builds.magiclantern.fm/
Scroll down to "Ports In Progress".

Discussion thread is here (http://www.magiclantern.fm/forum/index.php?topic=12627.0).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Martymax on May 11, 2017, 12:24:17 PM
 I'm a photographer, and I have Сanon 5D mark3. I have a question. Can I make a video in 4096x2160  25fps. But I will be delighted if there is an opportunity to shoot a video only 10-20 seconds,
not more.

Title: Re: Nightly Builds - try the very latest stuff here
Post by: ibrahim on June 03, 2017, 04:03:33 PM
I've been using Nightly.2017Mar30 on my 5D3 113.

In almost 90% of cases my audio is not synched with my footage. Besides that the begining of the audio is found either at the end or in the middle, vice versa.
It makes it almost impossible for me to synch my audio to the audio of my field recorder in post.

Any ideas what I should do?

Title: Re: Nightly Builds - try the very latest stuff here
Post by: Danne on June 03, 2017, 04:26:08 PM
Quotebegining of the audio is found either at the end or in the middle, vice versa.
That doesn't sound right. Any example files? Have you tried different ML builds? Same result?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: ibrahim on June 05, 2017, 06:15:32 PM
I noticed that is is some kind of a bug only heard from MLrawviewer 1.4.3.

When I export MLV files via MLVproducer I don't get any problem with the audio.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: R on June 07, 2017, 08:21:30 PM
Hi,

In the latest build (2017-06-03 22:09) I've seen that change 4126b56 affects modules/dual_iso/cr2hdr.c and the comment says "temporary patch for module_get_string API".

I really don't understand what that temporary patch does. Can someone here explain if it's an important update?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Danne on June 07, 2017, 08:55:44 PM
It's related to compiling issues that now are fixed.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: pipkato on August 16, 2017, 03:25:34 PM
I'd appreciate some advice and info on the latest Magic Lantern installs for my Canon 600D.  I haven't used my Canon for video for quite a while and I did have an early ML version 2.3 installed which worked fine - thanks again to the ML team!  Checking again I'm now seeing references to a 'Nightly Build' for the 600D which I understand has Audio Meters and even an option for headphone output.  The most recent one seems to be dated August 7, 2017.

I'd love to have at least the live Audio Meters but I'm not a risk-taker with audio and don't know exactly what the status of these Nightly Builds is.  If they work fine and are stable why have they not been incorporated into the current version of Magic Lantern, which still seems to be v2.3? 

Does anyone have a suggestion as to the most recent and most stable Nightly Build for the 600D which includes Audio Metering?  Maybe the most recent one if fine?  I know that there's an installation guide at the top of this thread, but wondered if there there are any unlisted special precautions that need to be taken when installing compared to the normal ML v2.3?

Thanks in advance.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on August 16, 2017, 03:48:14 PM
Dev team switched to a release model closely related to "Rolling release" (look it up in wikipedia) some time ago. You won't see anything like 2.3 in near future or - more likely - ever. 2.3 is considered to be outdated, unsupported, dead in the water and - if I understood correctly - devs regret its release altogether.

For those asking which release to pick answer normally is: The newest one because it contains fixes for bugs comming with older releases.
Of course this is not true everytime because bugs may be introduced by added features/code changes (which will be fixed soon, if reported ... most of the time). There is no guarantee ML will *not* brick your cam. It hasn't broken my 650D and 7D in years and I run untested "branches" as a reviewer, too.

Feature matrix: https://builds.magiclantern.fm/features.html
Title: Re: Nightly Builds - try the very latest stuff here
Post by: pipkato on August 16, 2017, 07:51:52 PM
Hello Walter.

Thanks very much for that informative and reassuring reply.  I've gone ahead and installed the latest 'Nightly Build' without any obvious issues and will try and get to grips with the audio later on today.

Regards.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: comurit on August 27, 2017, 10:54:59 AM
off topic , no ML software related but an ML hardware, maybe a stupid question but what do you think of focal length reducer to be adapt on a 5D3 (sort of a speed booster) when using the 4k crop mode on the 5D3, especially when using the 3.5k 1:1 centered x5 mode which off course depends on the resolution and aspect ratio that your are using, say for example with a 1.64 crop, an adapter that will reduces focal length to 0.72x , to adjust the image size to closer 1.18x crop factor. I don't even know if that is possible to do but was just curious to hear your opinions. thanks and sorry if this is off topic.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Lars Steenhoff on August 27, 2017, 11:25:13 AM
There may be an adapter for medium format lenses, for normal 35 mm lenses there is no such adapter because of the flange distance on the canon.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: comurit on August 27, 2017, 11:39:25 AM
yeah thanks, I know there is not such an adapter for sale, but I am curious to know if someone would build one from scratch like they did for the Samsung NX1 http://www.eoshd.com/2017/06/samsung-nx1-now-full-frame-first-look-canon-mount-nx-l-speed-booster-italy/   or it's totally impossible to overcome the flange distance problem?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: nikfreak on August 27, 2017, 11:57:19 AM
Maybe it could be possible to not damage the camera with some caveats. You would have to lock the mirror if your magically adapter needs to be fitted between body and lens. You then wouldn't be able to focus to infinity at all besides having to focus manually anyways etc.

Rather read and consider this about fisheye / ultrawide lenses (https://www.magiclantern.fm/forum/index.php?topic=15750.0)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: comurit on August 27, 2017, 12:08:50 PM
yeah that make more sense, forgot about the mirror drawback, thanks!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: garry23 on August 27, 2017, 01:12:10 PM
@comurit

I use a Vizelex ND Throttle Lens Mount Adapter on my 5D3 with a 645 lens.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: seokchung on December 08, 2017, 09:17:46 PM
download link is not working.. (2017-12-08, 21:16 UTC+1)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: JesseAdrian on December 09, 2017, 05:15:16 PM
Quote from: seokchung on December 08, 2017, 09:17:46 PM
download link is not working.. (2017-12-08, 21:16 UTC+1)

All links (including utilities downloads) were not working for me either before, but they are now.
Title: EOS M Update
Post by: hkden on January 02, 2018, 06:07:15 AM
Hi guys,
I just updated my EOS M firmware to the latest, 2.0.3.

I went to download the appropriate ML firmware.

The ML release says it's only for 2.0.2.

Before I downgrade my firmware - 

quick questions, has anyone used the ML Firmware on Canon Firmware 2.0.3?

Is it be stable?

Thank you

Den
Title: Re: EOS M Update
Post by: NunoCaldeira on January 02, 2018, 11:31:19 PM
Quote from: hkden on January 02, 2018, 06:07:15 AM
Hi guys,
I just updated my EOS M firmware to the latest, 2.0.3.

I went to download the appropriate ML firmware.

The ML release says it's only for 2.0.2.

Before I downgrade my firmware - 

quick questions, has anyone used the ML Firmware on Canon Firmware 2.0.3?

Is it be stable?

Thank you

Den
you answered your own question. unless you want to try something that might brick your camera.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 03, 2018, 12:25:02 AM
Unless you... what?! (https://c1.staticflickr.com/3/2942/34078165241_8e580d46aa.jpg)
Title: Re: EOS M Update
Post by: dfort on January 03, 2018, 01:10:22 AM
Quote from: hkden on January 02, 2018, 06:07:15 AM
quick questions, has anyone used the ML Firmware on Canon Firmware 2.0.3?

Is it be stable?

Yes and I find it as stable as 2.0.2.

A year ago someone did a pull request (https://bitbucket.org/hudson/magic-lantern/pull-requests/792/update-to-eosm-firmware-revision-203/diff) and it worked so well that I posted builds (https://bitbucket.org/daniel_fort/magic-lantern/downloads/) made announcements (http://www.magiclantern.fm/forum/index.php?topic=9741.msg178394#msg178394) and tried to get users to post test results (http://www.magiclantern.fm/forum/index.php?topic=9741.msg178885#msg178885). The pull request sat there without updates, accumulating conflicts as it fell further behind in development until I decided to post a pull request for 2.0.3 for the bleeding edge crop_rec_4k branch (https://bitbucket.org/hudson/magic-lantern/pull-requests/879/crop-rec-4k-eosm203/diff).

Well it was a good exercise but it would mean so much more if someone other than me would say that they want it. Come on guys, 452 downloads of the original 2.0.3 update and 70 downloads of the crop_rec_4k version and there is nothing to report?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Kokoe on January 06, 2018, 01:12:05 PM
Quote from: a1ex on January 03, 2018, 12:25:02 AM
Unless you... what?! (https://c1.staticflickr.com/3/2942/34078165241_8e580d46aa.jpg)

(Similar to what I was thinking last night, Nuno, but today I am here, still breathing) ...

Spec: 5D3 running firmware 1.2.3.
(On a Lexar Card 32gb 2000x running 300 MB/s. 2 Komputabay 1000 cards).

I think there are few or inadequate instructions or warnings. This is not ML's fault. It is down to the fact that there are so many posts and it is impossible to cross-correlate certain ammends to instructions with warnings.
But based on recent experience, please allow me to suggest an edit to a front page to eradicate one stream of issues. Moderators/Admin? Please feel free to edit/update this in your current instructions on the 5Dmkiii' 'installation' instructions (link below).

I have recently had a 'stall' where my 5D3 stopped during the install process happen to me so my solution posted here has been 'tested' but I did safely recover by following this process.

I wanted to downgrade to 1.1.3 due to many loading/setting up instructions not seeming to be relevant to 1.2.3 and I wanted some of the crop features in 1.1.3.
Uninstalled ML for 1.2.3. (Note: This flow is essential before installing new Canon Firmware)

Uninstall ML
CHECK YOUR BATTERY IS FULLY CHARGED OR USE MAINS POWER IF YOU HAVE IT
Run the same firmware update that you ran when you installed ML using the same ML file that you used to install it the first time.
The firmware procedure will start.
On screen Restart camera will appear.
Wait so that ML can uninstall (see 'countdown' text at the base of your camera screen).
After ML has been uninstalled you should see a message that says: 'boot flag has been disabled.'
Restart your camera.
Check all is OK.
(In every case I suggest waiting until the red light on your 5D3 has finished flashing/writing to card or camera before dropping out batteries or turning it off or pulling any cards out).


NEW ML 1.1.3 INSTALL INSTRUCTIONS
In my experience, this is from a firmware downgrade from 1.2.3 (or any other firmware).
Before you downgrade, after uninstalling ML (see above), as it says, you have to ensure that you set the boot flag to make the SD Card bootable.

Updated instructions (my experience and solution pointed out in red)
So I have updated the instructions on the following page: http://www.magiclantern.fm/forum/index.php?topic=5520.0

1. Format card on PC (must use card reader) - (note: if using a Mac, format using Utilities in the Applications folder)  and then format on Camera.
2. Put card back into card reader (PC or Mac) and copy the 5D3-113-bootflag.fir file to the card root directory.  Get it here: http://a1ex.magiclantern.fm/bleeding-edge/5D3/5D3-113-bootflag.fir - IMPORTANT: CHECK THAT THE FIRMWARE YOUR CAMERA USES IS 1.1.3 or your camera will go into a 'loop' with the red light flashing and nothing seeming to load and your first thoughts are that you may have bricked your camera. You have not. If this happens to you, AFTER the red light has flashed, turn off the camera and drop out the battery at the same time.
2a. Install/downgrade the firmware that you wish to downgrade to by formatting your card (as above) and by installing ONLY the firmware .fir file on your card. Run the firmware update as per Canon instructions. Note: You cannot download older firmware updates from the Canon site. You must download any older .fir files from other websites.
After firmware downgrade, check on your Canon screen that it has installed.
3. Put the card back in Camera and go to the Firmaware update section (Canon Menu) do an update with the 5D3-113-bootflag.fir  Make sure you have a full battery, a dead battery during any firmware update could be a disaster.
4. Once the firmware update is finished you have set the bootflag on your camera. 

Install 1.1.3 as per instructions her on the forum.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on January 07, 2018, 02:26:28 AM
Sorry, kudos for effort but your instruction does contain several flaws. In general I think your procedures are overcomplicated, using outdated files and unneccessary steps.

Next week I have some time to look into peer-review enabled manual/help text platform (http://www.magiclantern.fm/forum/index.php?topic=20455.0). Hope seeing your input there, soon.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 07, 2018, 08:15:56 AM
Home page -> Download -> Download nightly builds -> select camera model and firmware version -> Installation.

Should I change anything to the main page to make it obvious this is the recommended installation procedure?

Should anything be changed in the short install guide? The guide at http://wiki.magiclantern.fm/install is... well... a wiki page, editable by any forum users.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Kokoe on January 08, 2018, 02:01:43 PM
Quote from: Walter Schulz on January 07, 2018, 02:26:28 AM
Sorry, kudos for effort but your instruction does contain several flaws. In general I think your procedures are overcomplicated, using outdated files and unneccessary steps.

Next week I have some time to look into peer-review enabled manual/help text platform (http://www.magiclantern.fm/forum/index.php?topic=20455.0). Hope seeing your input there, soon.

Hi Walter. My instructions were the same instructions from RenatoPhoto; suggestions came from my experience following them and didn't want people to miss the point not to load the 1.1.3 boot .fir unless you have the 1.1.3 .fir firmware installed.

Been using ML for (has it been a decade)? 50D, 550D, 70D and recently going back to the 5D3 to experiment even more with this stuff so I will defiantly call in and check your peer-review enabled manual/help text platform.
I patted myself on the back when I got a 14 bit 1920x818 file (About as high as I can get on a Nightly Build (but 14 bit? Bravo, ML).

Admit, getting 4k to work on my 5D3 has been finicky and I cannot match the results some people are getting <yet> and there is, as you put it, 'inadequacy' and 'flaws' but what part of 'experimental' in the term Experimental Build would be devoid of those? Solution? Report. Wait.

PS: I used to write tech manuals if I can be on any help in my spare time (currently 'spare time' being between midnight and 7 in the morning although have been known to work during sleep).
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on January 08, 2018, 06:05:10 PM
"Updated Jan 04 2014"
This illustrates quite vividly why I wrote
QuoteI'm not exactly a friend to sloppy and outdated tutorials (video and text) spread all over the place.

@RenatoPhoto: Can you clean this up?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: a1ex on January 08, 2018, 07:26:16 PM
Quote from: Walter Schulz on September 04, 2017, 10:16:23 PM
spread all over the place.

Are you guys able to edit the wiki? Just wanting to make sure the lack of activity in that area is not caused by login issues.

(same user/password as on the forum)
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stathman on January 08, 2018, 11:58:11 PM
Just tried to log in. No success.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: g3gg0 on January 09, 2018, 12:39:19 AM
hmm. odd.
what does "no success" mean? any error message appearing?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Stathman on January 09, 2018, 01:05:04 AM
"Sorry, username or password was wrong."
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on January 10, 2018, 12:39:34 AM
Had to reset pw for second account (forgotten). Login to wiki successful. Page edit successful.
Title: Dual ISO directive
Post by: goldv on March 07, 2018, 08:04:50 PM
I would like to first thank all those who worked so hard and developed this wonderful (ML) software, and keep improving it constantly; I am a huge fan! If I may, though, I would like to suggest, if it's at all possible, not to let hap-hazard directives and how to's spread in too many places over the Internet because searching for something specific endlessly may end the search before something is found due to lost energy. Case in point: the Dual ISO software and its ability blew my mind but, took me about four days of searching all over the place, installing the nightly, turning on-and-off the camera endlessly before I was able to take a Dual ISO picture, install the Lightroom CC 6.14 plugin, Export the picture, and then drop it into CR2HDR. I am still not sure 100% how to do this right or, how I did it in the first place. Can someone please write a concise step-by-step directive on the Dual ISO from A - Z :)?  How to take the picture, ways to post-process it, how to open the picture to enjoy it. Thank you.
Title: my firmware is slightly too new for the latest build... should I do it?
Post by: alex2777 on February 26, 2019, 03:40:58 PM
I have the Rebel T4i and thinking of putting the latest version of magic lantern on it with firmware 1.0.5 and the website is reccomending 1.0.4 firmware. Has anyone tried this yet with success?
Title: Re: my firmware is slightly too new for the latest build... should I do it?
Post by: Audionut on February 27, 2019, 01:15:55 AM
Quote from: alex2777 on February 26, 2019, 03:40:58 PM
Has anyone tried this yet with success?

No.  The install page doesn't say "Make sure you are running Canon firmware 1.0.4." for no reason.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: dfort on February 27, 2019, 02:52:33 AM
Unless you want to jump into the deep end and try out an experimental build. I've got a build for the Rebel T4i, a.k.a. 650D, 1.0.5 firmware on my Bitbucket downloads page (https://bitbucket.org/daniel_fort/magic-lantern/downloads/). Look for "650D105" in the filename.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: CBGoodBuddy on April 11, 2019, 03:34:38 PM
Any reason the nightly builds have been stuck since July 2018?
Thanks!
Title: Re: Nightly Builds - try the very latest stuff here
Post by: mariofutire on August 11, 2019, 07:45:17 PM
Quote from: CBGoodBuddy on April 11, 2019, 03:34:38 PM
Any reason the nightly builds have been stuck since July 2018?
Thanks!

Was looking at the same thing.
If you look at the unified branch

https://bitbucket.org/hudson/magic-lantern/commits/branch/unified

There hasn't been a single commit since.

All activity seems to happen in the qemu branch.

https://bitbucket.org/hudson/magic-lantern/commits/branch/qemu
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Bernie54 on October 15, 2019, 10:46:48 AM
I've lost track on the various developments too.

I'm currently running magiclantern-Nightly.2018Jul03.EOSM202, but can offer to test newer bulids for the EOS M (with both original Canon lenses an manual 3rd party lenses). I would focus on basic video functions (like crop_rec and FPS_override), stuff from the "shoot" ans "overlay" menues as well as support for non-cpu lenses.

Can anyone redirect me please to an appropriate development build to test improvements vs. the magiclantern-Nightly.2018Jul03.EOSM202?
Thanks in advance.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Danne on October 15, 2019, 11:00:19 AM
Good morning:
https://www.magiclantern.fm/forum/index.php?topic=9741.msg208959#msg208959
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Bernie54 on October 15, 2019, 05:30:52 PM
Thx @ Danne, I've loaded the build tried some of the new movie stuff.

However I'm not sure how the how the menues "presets" and "startoff presets" are intended to work, because I see differents settings/entries there. How is the relationsip between (if any)?

Another finding: so soon as the the option "fps override" is used, the live view shows a purple band on the left hand side of the live view that only can be cleared with a on/off reset of the camera. Btw, with the original bulid magiclantern-Nightly.2018Jul03.EOSM202 this does not happen.

Screen shoots can be found here: https://c.gmx.net/@334287797445728069/Km7jP4p4Tvq6nn8IFBr2Yw

If this questions are discussed elsewhere at this forum, it would be great if You will redirect me again.

Feel free to move this reply to another topic if it's better fits there.

Thank's again.


Title: Re: Nightly Builds - try the very latest stuff here
Post by: 25th of May 1967 on November 05, 2019, 09:32:58 PM
Hello to all,

I'm using ML Nightly.2018.Jul03 in my 50D. All the files are being saved as .mov

Are these the RAW files I wish to have, or have I to change something to save as RAW files?

If so, how to do this?

Regards to all...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on November 07, 2019, 12:56:05 AM
Already answered via Reddit.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: SKecorius on November 22, 2019, 02:20:26 PM
Dear all,
I have asked the following in different post, however, nobody reacted. Perhaps it was my fault publishing these questions in wrong section...

Thus, I ask again: if "magiclantern-crop_rec-3k_Updated_Center_4.20pm-5D2-eXperimental.2019Nov14.5D2212.zip" is the last working build that would allow me to use (assuming I have fastest lexar cf) the following:

1. continuous 1044 raw at 23.9 fps
2. 12-bit and 10-bit full 1080 raw at 23.9 fps
3. higher resolution (3K, 2.5K) using cropping, at 12-bit, 10-bit 23.9 fps, that would reduce moire and aliasing
4. dual iso video at 23.9 fps (I saw some videos online that say dual iso can only be used for static shots (due to ghosting)).

I am eager to test the mentioned functions and perhaps to conclude my experience in a short report here in forum.

I would also like to ask:

a) what is the biggest capacity CF that will work on 5DmII with ML?
b) how far is eXperimental 2019Nov14 build from becoming a nightly build?
c) is there any other plans that are one the pipeline for 5DmII (e.g. improvements on the existing features, rather than adding new ones)?
d) is there a list of known issues that comes with your latest 2019Nov14 build?

Looking forward hearing from you.

Sincerely,
Simonas
Title: Re: Nightly Builds - try the very latest stuff here
Post by: 25th of May 1967 on November 22, 2019, 07:17:40 PM
Indeed it was Walter.

Regards to you...
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Jeremiah216 on March 26, 2020, 08:14:52 PM
Hi does this work for the t6 1300D?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on April 01, 2020, 02:34:49 PM
Top of page -> Downloads -> Download Nightly Builds -> Scroll down to "Your camera is not listed?"
Title: Nightly Builds - try the very latest stuff here
Post by: thieubao on May 16, 2020, 04:51:04 AM
I'd appreciate some advice and info on the latest Magic Lantern installs for my Canon 600D.  I haven't used my Canon for video for quite a while and I did have an early ML version 2.3 installed which worked fine - thanks again to the ML team!  Checking again I'm now seeing references to a 'Nightly Build' for the 600D which I understand has Audio Meters and even an option for headphone output.  The most recent one seems to be dated August 7, 2017.

I'd love to have at least the live Audio Meters but I'm not a risk-taker with audio and don't know exactly what the status of these Nightly Builds is.  If they work fine and are stable why have they not been incorporated into the current version of Magic Lantern, which still seems to be v2.3?

Does anyone have a suggestion as to the most recent and most stable Nightly Build for the 600D which includes Audio Metering?  Maybe the most recent one if fine?  I know that there's an installation guide at the top of this thread, but wondered if there there are any unlisted special precautions that need to be taken when installing compared to the normal ML v2.3?

Thanks in advance.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on May 16, 2020, 01:51:00 PM
Short answer: v2.3 is outdated and not supported anymore. ML dev team approach is close to "Rolling release". In ML terms this means there are nightly builds and there will be no final version.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: umbyfish on July 24, 2020, 02:59:23 PM
hi all,
the last available nightly for Canon 5D2 (from 2018) is marked as failed. is it trusted for install or I should go for the previous build (0 tests failed) ?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on July 31, 2020, 11:00:44 AM
How is a build with 7 tested items and 7 passed tests any better than a build with 8 tested items and 1 failed?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: histor on July 31, 2020, 09:52:03 PM
For 5DII, please, check this (https://www.magiclantern.fm/forum/index.php?topic=19336.0) thread. And Downloads> Experiments for other latest staff.
Failed auto test is not a problem. There are more dangerous things here  :P
Title: Re: Nightly Builds - try the very latest stuff here
Post by: chris88 on September 19, 2020, 10:07:43 PM
Can anyone involved in development please make a statement why the nightly builds are no longer updated since 2018? This is pretty sad  :'(. Thanks
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on September 19, 2020, 10:20:08 PM
Back then innovations were done in experimental builds, features added there. There was the intention to merge them into main branch (aka: Nightly Build). Then a1ex had to take a long break: www.magiclantern.fm/forum/index.php?topic=23927 backed by everyone involved in the project.

Or in short: There was a break because *you* haven't done enough to support the project.
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Alex550dhelp on November 20, 2020, 08:30:04 AM
Hi, I have Canon 550D. I download firmware 1.0.9 from your link, and there is 1.1.0. firmware 1.0.9 is nowhere to be found. without it, you cannot install your firmware. What to do?
Title: Re: Nightly Builds - try the very latest stuff here
Post by: Walter Schulz on December 09, 2020, 11:50:15 PM
Sorry, try https://pel.hu/down/e8kr7109.exe