Unified Magic Lantern - new release (now with 50D support)

2,142 views
Skip to first unread message

Alex

unread,
Oct 14, 2011, 10:55:31 AM10/14/11
to ml-d...@googlegroups.com
Quick update (that's not a release, actually it's highly
experimental). If you open the docs, you'll notice that I'm preparing
for ML 0.2.2 release, so I've called this one "pre-0.2.2".

* 50D compatibility

The 50D port is ready for a first alpha version (let's call it Alpha
0). There are still problems, bust most essentials should work; at
this point, I believe it's a good idea to be tested by more users.

Since I don't have a 50D, the port is still quite far from what's
available on 550D and 60D. Use it at your own risk!

What works:
- Movie recording (1080p, 30fps, no audio)
- Almost all LiveView tools (exposure tools, focus peaking, magic
zoom, cropmarks)
- Most still photo functionality (bracketing, intervalometer, motion
detection, mirror lockup)
- All items in the Focus menu
- Most important tweaks (e.g. quick zoom in playback mode, night vision...)

What doesn't work:
- Setting bootflag from ML installer (you have to use EOSCard/MacBoot)
- Keeping ML after formatting the card
- Manual exposure controls for movie
- You may have to assign AF to * button to use bracketing or focus stacking
- You can't take pictures while recording (it crashes, but this also
happens with standard firmware)
- Probably a lot of not-so-often used features (or making them work
may be tricky)

Also follow the development thread:
http://chdk.setepontos.com/index.php?topic=6161.msg74469#msg74469

Warning: this camera was NOT designed to record movies. This is only a
nice addition, not a serious filmmaking tool. Video function in
550D/60D/600D/5D2 is much better.

* Other new features (for all cameras):

- Flicker-free installer
- Experimental auto ISO in Liveview, M mode only (warning: it may be
counter-intuitive, but it's something I would use) -- check the Tweak
Menu
- Menu: when a ML item has a red dot icon, there is an onscreen
explanation below
- Flash EV goes down to -10EV again (can be used to trigger external flashes)
- Startup logo enable again (100% option, you can disable it by
removing logo.bmp from your memory card)
- Beep on start/stop recording (you can disable it from Canon menu; if
it's too obtrusive, let me know)
- LCD backlight (550D only, sensor + up/down): if you need more, ML
increases display gain

* Bug fixes (all cameras):

- Powersave during record
- Intervalometer with bulb timer on Rebel cameras
- Slowed down bracketing a bit (should fix issues with missed frames)
- New method for catching half-shutter press in HDR shots (should no
longer set 10-second timer when you press the shutter quickly).

==========
DOWNLOAD
==========
http://bitbucket.org/hudson/magic-lantern/downloads/magiclantern-2011Oct14.550D.60D.600D.50Dalpha0.zip

Works on 550D 1.0.9, 60D 1.1.0, 600D 1.0.1 and 50D 1.0.8. Please unzip
ALL the files on your card.

Overall, it seems pretty stable for non-HDMI use. I'll do some more
serious testing this weekend.

TODO for the the release:
- Better HDMI compatibility (it's already much better than in the
August release, but further improvements require major rewrite for
most graphics functions).
- Fix major bugs in 50D (and in other cameras, if you find them)
- Move most ML files in subfolders (I'll keep autoexec.bin, FIR files
and magic.cfg in the root folder)
- More small suggestions from the previous thread, which I didn't
address yet (but I didn't forget them).

I've also started a draft page where you can vote for future
developments in ML (inspired from Vim):
http://magiclantern.wikia.com/wiki/Unified/Vote_for_Features

Since a few users have asked me to add the 5D Mark II to the Unified
branch, I've also added this item to the list.

Enjoy!

Chris71

unread,
Oct 14, 2011, 12:12:28 PM10/14/11
to Magic Lantern firmware development
Thanks, Alex, for this new (pre-)release!

It seems to work as stable as your last 2.1.0 version on my 550D. It's
great that the 50D users are now also part of the club! :-)

There's one small bug that I saw in the Expo menu: The new onscreen
explanation for red dot icons isn't displayed there because all menu
lines are being used. Maybe a solution would be to split the Expo menu
into Expo 1 and Expo 2 (the still could share the same icon.) This way
you could also implement new features in future without worrying that
there aren't enough free menu lines.

Could you change the text "Set 'Movie Exposure -> Manual'" to the
smaller font and transparent backgrould for the final 2.2.0 release?
As I wrote some days ago, I'm sometimes lazy and use auto exposure and
then this text is a bit too prominent.

Also, I would like if you could add a feature request I made some time
ago to the list: Auto-Rotation of the pictures in play mode by using
the gravity sensor, so that the camera acts similar to a smart phone
when rotating the body in play mode. You can of course leave it off
the Vote for Features list if you're sure that it's impossible to
implement.

Chris
> ==========http://bitbucket.org/hudson/magic-lantern/downloads/magiclantern-2011...

Alex

unread,
Oct 14, 2011, 12:27:54 PM10/14/11
to ml-d...@googlegroups.com
Nice to know it works stable, I hope it's the same for 50D and 600D users too.

Menu will become less cluttered when the new layout will be done (with
submenus). For now, items in that menu will become red when the value
is zero (so there's no much info lost).

I'll make the exposure warning to be displayed only once. It's there
because there were a lot of users saying "I can't change ISO in video
mode!" (obviously, they were in Auto exposure mode).

Auto-rotation: I still don't know how to implement it.

> --
> http://magiclantern.wikia.com/
>
> To post to this group, send email to ml-d...@googlegroups.com
> To unsubscribe from this group, send email to ml-devel+u...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/ml-devel?hl=en
>

Chris71

unread,
Oct 14, 2011, 12:52:19 PM10/14/11
to Magic Lantern firmware development
Thanks for your reply. I haven't donated for ML for a while so I just
made a donation as a vote for "MRAW / SRAW on Rebel cameras". Other
features I'm interested in are "Continuous recording (bypass the 30
minute / 4 GB limit)" and "Continuous autofocus in movie mode". I
didn't split the donation because I'm not sure if PayPal takes more
fees in this case.

About "Auto-rotation in Play mode": Is the unsolved problem to read
out the gravity sensor, to rotate the picture, or both?

Alex

unread,
Oct 14, 2011, 1:51:55 PM10/14/11
to ml-d...@googlegroups.com
Thanks again for your donation!

For continuous recording I have a few ideas to try (this is actually
based on Trammell's 1080i code). I hope it will work (but then, the
main problem will be overheating).

For auto-rotation, the main problem is how to tell Canon's firmware to
rotate a photo. Sensor is half-way solved (the address from the wiki
works, but only in LiveView, not in playback mode, so probably it
should be similar to the LCD sensor).

Regarding this, I've seen a nice implementation in an older Konica-Minolta:
http://www.steves-digicams.com/camera-reviews/konica/minolta-maxxum-5d-slr/konica-minolta-maxxum-5d-slr-review-12.html

Chris71

unread,
Oct 14, 2011, 2:48:13 PM10/14/11
to Magic Lantern firmware development
Hm, this older Konica-Minolta is called Maxxum *5D* (I wonder if Canon
got sued for using the same name in their product line :-)

So maybe we can just copy the code from the Maxxum 5D firmware... ;-)

But joking aside, here are my thoughts on how to tackle this idea:

1. I guess that there must be some hardware addresses for the sensors.
I don't know if and how it is possible to find them out, but if we do,
it should be possible to read the orientation sensor periodically in
Play mode too.

2. There are at least two modes for the camera to display the pictures
in Play mode (landscape and portrait), so I guess there must also be a
way for ML to influence this.

3. If 2. is not (yet) possible, I think it should be possible and fast
enough if ML rotates the pictures in the display buffer by software
from landscape (where they have a higher resolution on the display) to
portrait. Zooming the pictures would be difficult or not possible, but
at least this could be a first working implementation of this feature.

These are just my ideas on this, unfortunately I'm not a programmer
myself (I haven't done C and ASM for the past 15 years).

On Oct 14, 7:51 pm, Alex <broscutama...@gmail.com> wrote:
> Thanks again for your donation!
>
> For continuous recording I have a few ideas to try (this is actually
> based on Trammell's 1080i code). I hope it will work (but then, the
> main problem will be overheating).
>
> For auto-rotation, the main problem is how to tell Canon's firmware to
> rotate a photo. Sensor is half-way solved (the address from the wiki
> works, but only in LiveView, not in playback mode, so probably it
> should be similar to the LCD sensor).
>
> Regarding this, I've seen a nice implementation in an older Konica-Minolta:http://www.steves-digicams.com/camera-reviews/konica/minolta-maxxum-5...

"Sztupák Sz. Zsolt"

unread,
Oct 14, 2011, 3:51:48 PM10/14/11
to ml-d...@googlegroups.com
Damn, I switched from Minolta 5D (and all my lenses) to Canon 60D... I
should have stayed :)

By the way on the 5D the only useful stuff was that by rotating the info
screen rotated too (and without liveview and external LCD you had to
read those values). Unfortunately the play menu got really weird when
you held the camera on it's side: There was an option whether you want
to autoratate the pictures or not. I always used autorotate on, so
portrait pics would be rotated during playback, although it didn't
really look good (there wasn't enough active pixels on the screen, and
there was too much black area). When I rotated the camera sometimes the
pictures got rotated twice, instead of being "perfect".
Another feature was useful though: when you pressed the zoom in button
during play mode, it initially zoomed all the way in, so you could check
focus instantly. I really miss this function on the Canon.

SztupY

Alex

unread,
Oct 14, 2011, 4:36:50 PM10/14/11
to ml-d...@googlegroups.com
> 1. I guess that there must be some hardware addresses for the sensors.

The code referencing the address from the wiki (0x1DB2 in 550D) seems
related to face detection, and to decide the value (0, 1 or 2) it
compares something with round numbers like 45 and 315 (those can be
degrees). In 550D, the key location is ff039364. That "something"
should be the gravity sensor, and I believe its output is in degrees.

> Another feature was useful though: when you pressed the zoom in button
> during play mode, it initially zoomed all the way in, so you could check
> focus instantly. I really miss this function on the Canon.

Do you have a movie showing this? With ML it takes one second or so,
with quick zoom feature.

"Sztupák Sz. Zsolt"

unread,
Oct 14, 2011, 5:05:05 PM10/14/11
to ml-d...@googlegroups.com

>> Another feature was useful though: when you pressed the zoom in button
>> during play mode, it initially zoomed all the way in, so you could check
>> focus instantly. I really miss this function on the Canon.
> Do you have a movie showing this? With ML it takes one second or so,
> with quick zoom feature.
>
I'll do a video next week.

SztupY

Chris71

unread,
Oct 14, 2011, 5:19:19 PM10/14/11
to Magic Lantern firmware development
> The code referencing the address from the wiki (0x1DB2 in 550D) seems
> related to face detection, and to decide the value (0, 1 or 2) it
> compares something with round numbers like 45 and 315 (those can be
> degrees). In 550D, the key location is ff039364. That "something"
> should be the gravity sensor, and I believe its output is in degrees.

This sounds interesting, I too think that it must be in degrees: A
value of 0 degrees is horizontal (landscape), everything above 45
degrees (and below 135 degrees at the same time) can be assumed to be
portrait (anti-clockwise) and everything below 315 degees (and above
225 degrees at the same time) ca be assumed to be portrait
(clockwise).

Can you read out the value of ff039364 at any time, i.e. also in Play
mode? Then we would be a big step closer to Auto-rotation in Play
mode.

Another nice feature of the gravity sensor would be an Electronic
Level Display like the 7D has. As a starting point, it would be great
if you could just have a numeric display of the degrees displayed the
screen, so that one can adjust the camera in a proper 0° horizontal
level. A graphical display (level line) would be quit nice too, but is
not really necessary IMHO.

Cri

unread,
Oct 15, 2011, 6:58:07 AM10/15/11
to ml-d...@googlegroups.com
Hi Alex, i just tried it with the DP6 and i can only see cropmarks and no parameters of any kind.

Sent from my iPad

Alex

unread,
Oct 15, 2011, 6:11:53 AM10/15/11
to ml-d...@googlegroups.com
What parameters do you expect to find?!

ML works on my monitor just like in all recent versions (i.e. zebra is
OK, cropmarks OK... others may have trouble).

cristian paradiso

unread,
Oct 15, 2011, 6:28:29 AM10/15/11
to ml-d...@googlegroups.com
I can't see ISO, F-stop basically all the numbers in the bar below and above are gone. I'll try to reinstall it. Oh when I replaced it I only left the old cropmarks folder that might be the cause. I'll check it out. thanks


Da: Alex <broscu...@gmail.com>
A: ml-d...@googlegroups.com
Inviato: Sabato 15 Ottobre 2011 10:11
Oggetto: Re: [ML] Unified Magic Lantern - new release (now with 50D support)
>> To unsubscribe from this group, send email to ml-devel+unsub...@googlegroups.com

>> For more options, visit this group at http://groups.google.com/group/ml-devel?hl=en
>
> --
> http://magiclantern.wikia.com/
>
> To post to this group, send email to ml-d...@googlegroups.com
> To unsubscribe from this group, send email to ml-devel+unsub...@googlegroups.com

> For more options, visit this group at http://groups.google.com/group/ml-devel?hl=en

--
http://magiclantern.wikia.com/

To post to this group, send email to ml-d...@googlegroups.com
To unsubscribe from this group, send email to ml-devel+unsub...@googlegroups.com

cristian paradiso

unread,
Oct 15, 2011, 6:38:15 AM10/15/11
to ml-d...@googlegroups.com
I confirm what I said, I reinstalled it and the bar with all the things below is gone, the one above with audio parameters is there. Anything else work fine. just the bar with all the colored manual settings it'ds gone. What can I do? any suggestions?


Da: Alex <broscu...@gmail.com>
A: ml-d...@googlegroups.com
Inviato: Sabato 15 Ottobre 2011 10:11
Oggetto: Re: [ML] Unified Magic Lantern - new release (now with 50D support)

>> To unsubscribe from this group, send email to ml-devel+unsub...@googlegroups.com

>> For more options, visit this group at http://groups.google.com/group/ml-devel?hl=en
>
> --
> http://magiclantern.wikia.com/
>
> To post to this group, send email to ml-d...@googlegroups.com
> To unsubscribe from this group, send email to ml-devel+unsub...@googlegroups.com

> For more options, visit this group at http://groups.google.com/group/ml-devel?hl=en

--
http://magiclantern.wikia.com/

To post to this group, send email to ml-d...@googlegroups.com
To unsubscribe from this group, send email to ml-devel+unsub...@googlegroups.com

Cri

unread,
Oct 15, 2011, 7:59:13 AM10/15/11
to ml-d...@googlegroups.com
Just last thing, i noticed then when i go by the expo menu and i change for example the ISO they appear to soon disappear when i get out of the menu. Sorry to bothernyou again

Sent from my iPad

Jan Larmann

unread,
Oct 14, 2011, 3:59:21 PM10/14/11
to Magic Lantern firmware development
600d works fine except for flicker when shutting down after
installing. P.S why no iso higher than 12000

Cri

unread,
Oct 15, 2011, 7:55:30 AM10/15/11
to ml-d...@googlegroups.com
I can see them on the camera, but not on the dp6, they always worked untill yesterday upgrade. Could formatting the card possibly fix my problem?
Thanks


On 15 Oct 2011, at 10:11, Alex <broscu...@gmail.com> wrote:

Ash McKenzie

unread,
Oct 16, 2011, 7:05:30 AM10/16/11
to Magic Lantern firmware development
Seems solid, on quick test!

Alex

unread,
Oct 17, 2011, 11:45:59 AM10/17/11
to ml-d...@googlegroups.com
Little update:

- Fixed audio missing on 600D (it was caused by the beep feature on
recording starting)
- Fixed bottom bar missing from external monitors (actually, on
external monitors, ML bar is always displayed, even if Canon bar is
active)
- Fixed issues 728 and 726
- Disabled digital zoom shortcut on 600D (it's causing problems for some users)
- Movie exposure warning is only displayed once
- Restored old method for intercepting the shutter in bracketing (new
method wasn't as reliable as I thought)
- Bracketing now works with 10s self-timer (not only 2s)
- Trap focus: when you hold the shutter half-way, the card LED will be
on (just to let you know that trap focus is enabled, when you shoot
with display off).

And the bleeding edge change: reworked the functions for taking a
picture and assigning AF button to star or half-shutter. This should
fix ML not properly restoring AF button setting (for example, after
selecting new focus patterns).

Possible side effect: it might cause lockups. Let me know how to
reproduce if you get any.

Side note: during the weekend I took around 2000 photos with the 60D
(used trap focus, AF patterns, a few brackets, exposure checking in
playback mode, a few long exposures). Zero crashes (the only issue was
that switching AF patterns too fast did not properly restore AF button
assignment because I was pressing the buttons too quickly).

But for today's version I didn't do any extensive testing, so there
may be surprises.

On Sun, Oct 16, 2011 at 2:05 PM, Ash McKenzie <a...@pov.co.nz> wrote:
> Seems solid, on quick test!

autoexec.bin

Daniele Musso

unread,
Oct 17, 2011, 3:13:56 PM10/17/11
to ml-d...@googlegroups.com
Alex,
thanks once again for your unvaluable effort.
Please keep at least as an option the digital zoom shortcut on 600D.
It allowed us to have a lot of error-free shooting sessions using one-lens-only, that is probably one of the most attractive features of 600D over the entire dslr line, especially for reporting purposes. 
I'll feedback any issues with the bleeding edge.
Regards
Daniele

Alex

unread,
Oct 17, 2011, 4:29:11 PM10/17/11
to ml-d...@googlegroups.com
So, it was actually working?!

I'm sorry, but since I can't test it myself, I'm relying completely on
user feedback for the 600D port. So if users say things like "no way
to record at 3x digital zoom" (not only in the issue tracker, but in
other forums too), I'm assumming it doesn't work...

Here's a binary with digital zoom shortcut enabled again (otherwise
it's identical to the previous one). If you have problems with
recording stopping after using the shortcut, try enabling it from
"don't click me". This will do the same thing, but called from a
different context (the shortcut operates in the main GUI task, while
"don't click me" does this from a dedicated task).

autoexec.bin

Mandi

unread,
Oct 17, 2011, 5:30:59 PM10/17/11
to Magic Lantern firmware development
Lastest build is "THE ONE". Game changer. Stable and Solid.

If I could be so bold to ask for 2 beeps for record stop instead of 1,
to tell a difference between start and stop by hearing.

Mandi

unread,
Oct 17, 2011, 5:31:58 PM10/17/11
to Magic Lantern firmware development
And Buld ramping is genius!!!!!!!!!!!!!!!!!!!!!!!!!

Daniele Musso

unread,
Oct 17, 2011, 7:32:32 PM10/17/11
to ml-d...@googlegroups.com
You rock man!
I confirm It works like charms! I can start/stop alternating 1x-3x without no problems at all!
No need to use "don't click me"...
If needed I can post a short video to proof.
On thursday a whole day shooting is on the schedule, I'll be able to test it on the long run...
It's really a pitty to not have this on 60D ;(

mart

unread,
Oct 17, 2011, 8:34:51 PM10/17/11
to ml-d...@googlegroups.com

Great work ! Thank you Alex !
Is there another way to buy you a pizza ? :) In my country we can't use paypal yet :(

LV-off cancelation by triggering the sensor is really helpfull, no periodic body shakes anymore !

Some more thoughts on how to make power saving mode more efficient and usefull (in terms of use-case). Some of this cases are already implemented, though (just to summarise). So, here they are:
- When any external event occurs (from any button, chipped lens, dial, sensor) - LV turns on;
- When no external events - after predefined amount of time LV goes off.

Now something new :)

- When sensor is covered - LV turns off more quickly (3 seconds ?) ignoring the parametrized time-out. That is usefull when the camera is carryed on shoulder or neck and the sensor is covered by the body, so there is no need to wait a second and waste precious energy. This functionality simulates already existing behaviour of LCD switching (auto on/off) in non-LV mode.
- When sensor is covered - LV turns off quickly, UNLESS an associated shortcut button is pressed. In this case 3 sec time-out resets into a common one, giving the user oportunity to use LCD.

This behaviour can be explained more simplier:

- When a non-sensor input is triggered - parametrized timeout resets and LV turns on (if it was off).
- When sensor is covered AND LV is on - timeout resets into the smaller one, ignoring parametrized value
- When sensor becomes uncovered AND LV is on - timeout resets into the parametrized one. Thus we keep the ability to cancel LCD from switching off using "wave" gesture in front of sensor.

Hope I didn't complicate it too much :)

Malcolm Debono

unread,
Oct 18, 2011, 5:26:23 AM10/18/11
to ml-d...@googlegroups.com
Eager to try out this release tonight! Thanks Alex! :-)

niklasR

unread,
Oct 18, 2011, 8:36:53 AM10/18/11
to Magic Lantern firmware development, jlsal...@gmail.com
Hi,
How far have you got with the devlopment of ML for the 500D? We
haven't heard anything about this for over 3 months now.. (I can't
even find the thread about it).

niklasR

PS: I was asked that on our ML facebook page and promised to hand it
on to you guys ;)

niklasR

unread,
Oct 18, 2011, 8:38:14 AM10/18/11
to Magic Lantern firmware development
Sorry, I wasn't meant to change the subject..

Cri

unread,
Oct 18, 2011, 9:28:16 AM10/18/11
to ml-d...@googlegroups.com
Hi Alex,
I got back my ML back thanks a lot :) May i ask a question? Still regarding dp6, you know the 25pHd thing on the top right bar, that quickly blink and break the cropmarks plus it does it on top of the end of the audio parameters. Any chance can be moved or removed on DP6?? not a huge problem anyway, the quick blinking it is just a bit annoying
Thanks

Alex

unread,
Oct 18, 2011, 4:03:37 PM10/18/11
to ml-d...@googlegroups.com
A few fixes:

- 600D issue with 3x shortcut (the problem was only for 30fps)
- 600d: hopefully fixed issue 688 (problem with rode videomic) - not
tested, let me know if it works
- 50D: you should be able to select all possible ExpSim values in
video mode (maybe it helps with manual controls)
- all cameras: globaldraw issue from
http://groups.google.com/group/ml-devel/browse_thread/thread/1a37bf1f18e140cc/
- all cameras: fixed issue 730 (focus info is hidden if the lens does
not report the distance)

Experimental: electronic level indicator (bubble). Only works on...
60D, which already has it. But at least it doesn't cover the subject
completely :)

I'm 99% sure the sensor is present in 550D too, but so far I wasn't
able to read it directly.

autoexec.bin

Cri

unread,
Oct 18, 2011, 6:48:16 PM10/18/11
to ml-d...@googlegroups.com
Hi Alex,
Thanks a lot for the removing of the 25p HD it is much better now, just one more thing, You know the ML bottom bar had disappear and then you fixed it for hdmi monitor dp6, now it is there but the ISO value is missing, and another thing I cannot hear any bip at the start and end of recording, is there any setting for it? Last thing any chance we can get ghost image?? Thanks and sorry to bother you with the dp6 stuff, but I love to see the ML working in that amazing monitor.
Take care

> <autoexec.bin>

Malcolm Debono

unread,
Oct 19, 2011, 6:10:49 AM10/19/11
to ml-d...@googlegroups.com
Works great on the 60D! The level indicator is much more handy than the built-in since you get both the level and the preview. One thing I noticed was that the option to turn it on/off is not tied to the display presets, i.e. you cannot leave it only On in a particular preset. This would be great to have as it's something which is mostly needed before shooting, and would be quite handy!

Once again, good job! :-)

Alex

unread,
Oct 19, 2011, 10:56:52 AM10/19/11
to ml-d...@googlegroups.com
Today's update brings one (small) feature from the 1D X. I'll let you
discover it ;)

Hints:
- it was mentioned in this thread
- it's only for photo mode
- I didn't find it on Canon USA, but it's mentioned on Canon Japan and
on some blogs (not all)

It was only tested on 550D and 60D.

Other features:
- shortcut key for protecting images quickly (LV button). Tested on
60D, might work in 600D too; in older cameras it's much more difficult
to implement.
- feedback when toggling trap focus with the shortcut (LED flash +
optional beep)
- level indicator tweaked as suggested by Malcolm

For other cameras, the sensor value must be requested via SIO3/MREQ
interface, which isn't fully understood yet. I've added it to the
"vote for features" page; if there are users interested in it, I'll
look at it again.

autoexec.bin

James Donnelly

unread,
Oct 19, 2011, 11:37:52 AM10/19/11
to ml-d...@googlegroups.com
You've added a DIGIC V emulator!!??

Alex

unread,
Oct 19, 2011, 12:08:51 PM10/19/11
to ml-d...@googlegroups.com
> You've added a DIGIC V emulator!!??

Wow, does it feel that fast? :)

heartbeat

unread,
Oct 19, 2011, 12:12:18 PM10/19/11
to Magic Lantern firmware development
please tell us what you have done

i can´t find somthing

On 19 Okt., 18:08, Alex <broscutama...@gmail.com> wrote:
> > You've added a DIGIC V emulator!!??
>
> Wow, does it feel that fast? :)
>
> On Wed, Oct 19, 2011 at 6:37 PM, James Donnelly
>
>
>
>
>
>
>
> <jamesjdonne...@gmail.com> wrote:
> > You've added a DIGIC V emulator!!??
>
> > On 19 October 2011 15:56, Alex <broscutama...@gmail.com> wrote:
>
> >> Today's update brings one (small) feature from the 1D X. I'll let you
> >> discover it ;)
>
> >> Hints:
> >> - it was mentioned in this thread
> >> - it's only for photo mode
> >> - I didn't find it on Canon USA, but it's mentioned on Canon Japan and
> >> on some blogs (not all)
>
> >> It was only tested on 550D and 60D.
>
> >> Other features:
> >> - shortcut key for protecting images quickly (LV button). Tested on
> >> 60D, might work in 600D too; in older cameras it's much more difficult
> >> to implement.
> >> - feedback when toggling trap focus with the shortcut (LED flash +
> >> optional beep)
> >> - level indicator tweaked as suggested by Malcolm
>
> >> For other cameras, the sensor value must be requested via SIO3/MREQ
> >> interface, which isn't fully understood yet. I've added it to the
> >> "vote for features" page; if there are users interested in it, I'll
> >> look at it again.
>
> >> On Wed, Oct 19, 2011 at 1:10 PM, Malcolm Debono <mdebon...@gmail.com>

unity2k

unread,
Oct 19, 2011, 12:16:08 PM10/19/11
to Magic Lantern firmware development
Same here, I've looked at all the ML menus, ISO settings, bracketing,
Canon menu's as maybe you buried it there, I can't find it. But like
you said, it's small.
> > >http://groups.google.com/group/ml-devel?hl=en- Hide quoted text -
>
> - Show quoted text -

Jolly Roger

unread,
Oct 19, 2011, 12:24:23 PM10/19/11
to Magic Lantern firmware development

heartbeat

unread,
Oct 19, 2011, 12:30:42 PM10/19/11
to Magic Lantern firmware development
Experimental: zoom to 100% in play mode on first press is it this
feature, if yes please remove it 100% is so much
> > > > >http://groups.google.com/group/ml-devel?hl=en-Hidequoted text -

AlexV

unread,
Oct 19, 2011, 12:36:43 PM10/19/11
to Magic Lantern firmware development
I love the level indicator!
One thing I just noticed in this build (and also in the one before),
when I go to quick menue I can't go up or down anymore. (60D)
Cheers
Alex
>  autoexec.bin
> 999KAnzeigenHerunterladen

tassos plak

unread,
Oct 19, 2011, 12:44:02 PM10/19/11
to Magic Lantern firmware development
I agree,its tooo much.! Maybe it should be changed to double press
(like mouse double click)
> > > > > >http://groups.google.com/group/ml-devel?hl=en-Hidequotedtext -

unity2k

unread,
Oct 19, 2011, 12:53:39 PM10/19/11
to Magic Lantern firmware development
I disagree with the two guys who don't like this 100% zoom feature. I
normally end up zooming in to 100% checking focus along the way, this
saves me the step, allows me to go directly to 100% and then
incrementally back out if I need to, or hit play to view normal. I'm
sure that Canon added this feature for professionals, as if you are
photographing sports, celebrities, or wildlife, you need a quick peek
to see if you nailed focus before you continue shooting.

My vote is for leaving it. Thanks Alex for the new function.
> > > > > - Show quoted text -- Hide quoted text -

ml@den

unread,
Oct 19, 2011, 12:59:24 PM10/19/11
to ml-d...@googlegroups.com
1+ for 100% zoom feature

heartbeat

unread,
Oct 19, 2011, 1:10:13 PM10/19/11
to Magic Lantern firmware development
ok for somebody it´s good and for somebody not so good

you can add a menuentry so we can decide for ourself normal fast and
100%

mart

unread,
Oct 19, 2011, 1:20:59 PM10/19/11
to ml-d...@googlegroups.com
I'm also totally for 100% zoom !
But it would be more useful if zooming region would depend on used focusing point, not just center.

Is it possible ?

mart

unread,
Oct 19, 2011, 1:31:54 PM10/19/11
to ml-d...@googlegroups.com

If zooming feature will be added as option in menu entry, maybe it would be better to make it more flexible: to give the posiblity to chose the amount of zoom factor ?

unity2k

unread,
Oct 19, 2011, 1:46:29 PM10/19/11
to Magic Lantern firmware development
Brilliant idea to zoom to focal point

On Oct 19, 10:20 am, mart <decan...@gmail.com> wrote:
> I'm also totally for 100% zoom !
> But it would be more useful if zooming region would depend on used focusing
> point, not just center.
>
> Is it possible ?
>
> >http://groups.google.com/group/ml-devel?hl=en- Hide quoted text -

Chris71

unread,
Oct 19, 2011, 1:56:28 PM10/19/11
to Magic Lantern firmware development
Hi Alex,

I'd vote for having the 100% zoom feature as an option in Play menu
under "Zoom in PLAY mode". So far we have "Normal" and "Fast", so
"100%" should be easy to add!?! Additionally, this new function could
be put on a vacant button in play mode (e.g. the AV+- button might be
possible.)

Thanks for the new versions and for making the Movie auto exposure
warning appearing just once per session! One small improvement to this
would be to have the warning text on a transparent background, it
should then still be readable and present enough. :)

As I've already wrote, I'd really like if you could support the
gravity sensor on the 550D for electronic level and auto rotate
function. I now also voted officially on the Vote for Features page
for this feature, so you can buy another pizza and further explore the
SIO3/MREQ interface... :)

Chris

On Oct 19, 6:59 pm, "ml@den" <mladen.pa...@gmail.com> wrote:
> 1+ for 100% zoom feature

heartbeat

unread,
Oct 19, 2011, 2:13:44 PM10/19/11
to Magic Lantern firmware development
100% zoom is now optional (added in the menu) @ changesets

alex you are the best

unity2k

unread,
Oct 19, 2011, 4:07:33 PM10/19/11
to Magic Lantern firmware development
Where does one download this version from?
> > > 1+ for 100% zoom feature- Hide quoted text -

Sergey Yurkov

unread,
Oct 19, 2011, 6:26:54 PM10/19/11
to ml-d...@googlegroups.com
On Friday, October 14, 2011 5:55:31 PM UTC+3, Alex wrote:

I've also started a draft page where you can vote for future
developments in ML (inspired from Vim):
http://magiclantern.wikia.com/wiki/Unified/Vote_for_Features

I'd vote for stop adding features and focus on stability and size.

And this may help to free some memory: in most situations it would be more convinient to have "aspect" parameter instead of cropmarks. Also you have to wait for few seconds for cropmarks to appear after pressing REC button. I believe it's faster to don't draw two rects of video than draw a bitmap above.

Morgan Look

unread,
Oct 19, 2011, 8:46:07 PM10/19/11
to ml-d...@googlegroups.com
I vote to fork into stable and unstable releases, like Debian.

Freeze a given feature set, then only offer stability fixes to that version.  Concurrently develop new features to be incorporated into the next stable release.

In Debian the even numbered point releases are stable e.g. 3.0x, 3.2x, 3.4x etc, odd numbers are unstable development 3.1x, 3.3x.
They even have a third experimental branch for really bleeding edge stuff.

Occasionally if it's warranted backport the odd feature into the current stable release, but that would usually be a pretty special case.

If the stable releases were handed over to another developer, then Alex could concentrate on discovering/implementing new features.

Morgan.

scrax

unread,
Oct 19, 2011, 11:38:14 PM10/19/11
to ml-d...@googlegroups.com


Il giorno mercoledì 19 ottobre 2011 16:56:52 UTC+2, Alex ha scritto:

Other features:
- shortcut key for protecting images quickly (LV button). Tested on
60D, might work in 600D too; in older cameras it's much more difficult
to implement.

Tested working on 600D
 

- feedback when toggling trap focus with the shortcut (LED flash +
optional beep)

Tested working on 600D

The 100% zoom is great, if options will be added in the play menu i'll suggest one more in "after takin a pic: hold->zoom" to activate it automatically after each pic. 

Just a reminder, on my 600D the Q button don't works in the menu if opened from photo mode, it works only when ML is opened from LiveView or movie modes. Is like this also on other cameras (60D, 550D) ?

Daniel Norberto

unread,
Oct 20, 2011, 1:29:05 AM10/20/11
to Magic Lantern firmware development
I have the same issue with other 60D

Chris71

unread,
Oct 20, 2011, 2:18:40 AM10/20/11
to Magic Lantern firmware development
> I'd vote for stop adding features and focus on stability and size.

In the past couple of weeks, Alex has concentrated a lot on the
stability issues, e.g. implemented the stability tests to sort out
problems.

Now the code seems to be pretty stable, as others wrote here too. Code
size doesn't seem to be a problem either at the moment.

So IMHO it is great if Alex works on new features and asks us which
features we would like to see in ML. Please remember that this forum
is still called ML firmware *development*.

On http://magiclantern.wikia.com/wiki/Unified under Downloads there is
already a distinction of release builds and experimental builds. A
good idea would be to add some hint there like "stable" if the overall
feedback here is positive.

moebius event

unread,
Oct 20, 2011, 4:18:31 AM10/20/11
to ml-d...@googlegroups.com
I'd vote to investigate on for example, why t2i won't use 3rd party flashes.

Cheers
Dave

Peter Scharff

unread,
Oct 20, 2011, 6:13:44 AM10/20/11
to ml-d...@googlegroups.com

Would love to see t3i 3x digital zoom ported to other cameras, is this possible though alex ?

heartbeat

unread,
Oct 20, 2011, 4:48:46 PM10/20/11
to Magic Lantern firmware development
when do you release a new version with the new fixes from changesets?


On 20 Okt., 12:13, Peter Scharff <pe...@pipinq.com> wrote:
> Would love to see t3i 3x digital zoom ported to other cameras, is this
> possible though alex ?
> On 20 Oct 2011 09:18, "moebius event" <moebiusev...@gmail.com> wrote:
>
>
>
>
>
>
>
> > I'd vote to investigate on for example, why t2i won't use 3rd party
> > flashes.
>
> > Cheers
> > Dave
>

Martin

unread,
Oct 21, 2011, 6:35:03 AM10/21/11
to Magic Lantern firmware development
Didn't work on 50D. I reset the camera, switch to M, copy ML files in
the root of a formated CF-Card, start the update-process. The green
screen appears, i switch of the camera, take the card out and put it
in a card-reader. Then i start the MacBoot-Programm and patch the
card. Put it back into the camera, and start. The Cam boot to the
menu, but don't start ML.

Cri

unread,
Oct 21, 2011, 12:06:39 PM10/21/11
to ml-d...@googlegroups.com
My camera seems not having the bip sound at the start nor At the end with the last update

Cristian Paradiso

Alex

unread,
Oct 21, 2011, 4:44:52 PM10/21/11
to ml-d...@googlegroups.com
Let's try a new experimental version:

https://bitbucket.org/hudson/magic-lantern/downloads/magiclantern-2011Oct21.550D.60D.600D.50D.zip

- new installer, which is able to make cards bootable on 50D (just
like with all other cameras) and also fixes some problems like issue
698 and flicker during sensor cleaning
- new install tutorial here: http://vimeo.com/30803116
- 50D is now able to format cards and restore ML
- 60D: fixed Q menu navigation when level indicator was active (oddly
enough, enabling this sensor disables menu navigation)
- 100% zoom is now optional
- custom recording notifications (perfect if you forget to press record)
- quick erase shortcut (SET+erase, be careful)
- fixed issue 738
- refactored custom functions
- minor tweaks here and there

Meanwhile, Coutts is making significant progress in porting the
unified ML to 500D; follow the development thread from CHDK for more
info.

> I'd vote for stop adding features and focus on stability and size.

Did you have any stability problem in last two weeks? I didn't have
any crashes since fixing the ERR70 problem, and I'm not aware of any
stability problem in current versions. The current stress test
exercises a lot of functions and passes without any problem (at least
on my cameras).

There are two kind of bugs: those introduced by a new feature (solved
by simply disabling that feature from the menu) and backend bugs
(which may affect stability even if ML only displays audio meters).
The one causing ERR70 was a backend bug (in the clearscreen routine),
and it was found because recent versions cleared the screen more
often. Also installer bugs (which affect maybe 1% of all users) were
found because more users tried this software and reported them.

> A good idea would be to add some hint there like "stable" if the overall feedback here is positive.

The version listed as "highly recommended" is because it received
positive feedback and no major problems were found. It's usually one
day or two (sometimes more) behind the latest version.

> Just a reminder, on my 600D the Q button don't works in the menu if opened from photo mode

Tell me the button code for Q when Canon menu is active (because in
photo mode, ML menu sits on top of Canon menu). It seems it's neither
0x1C nor 0x13 (what I'm using now).

> But it would be more useful if zooming region would depend on used focusing
> point, not just center.

> Brilliant idea to zoom to focal point

Could be possible, but this requires another round of reverse
engineering (to find the focus point). If that's not possible, the
focus point may be guessed with the focus peaking algorithm (and this
will also work for manual lenses). But this is very hit-and-miss.

For now, I'll leave this feature as is. If you need more advanced zoom
options, you may vote here:
http://magiclantern.wikia.com/wiki/Unified/Vote_for_Features#More_zoom_options_in_playback_mode

> I'd vote to investigate on for example, why t2i won't use 3rd party flashes.

Can you explain what is the problem with this? I've searched a bit and
found nothing (for example, in this thread, they are recommending 3rd
party flashes for t2i:
http://forums.dpreview.com/forums/readflat.asp?forum=1031&message=37008497&changemode=1

What I know is that it's difficult to trigger them in LiveView
(workarounds: take 2 pictures or use ISO 25600).

> Would love to see t3i 3x digital zoom ported to other cameras, is this possible though alex ?

Short answer: no.

P.S. I was able to navigate the menu in LiveView with the wheels (but
it's not yet usable and not implemented in this version).

That's it for today, enjoy!

Message has been deleted

Malcolm Debono

unread,
Oct 21, 2011, 5:04:31 PM10/21/11
to ml-d...@googlegroups.com
Can you give us more details regarding this issue? For example are you in live view or not?

Alex

unread,
Oct 21, 2011, 5:06:38 PM10/21/11
to ml-d...@googlegroups.com
Which issue?

On Sat, Oct 22, 2011 at 12:04 AM, Malcolm Debono <mdeb...@gmail.com> wrote:
> Can you give us more details regarding this issue? For example are you in
> live view or not?
>

Malcolm Debono

unread,
Oct 21, 2011, 5:10:17 PM10/21/11
to ml-d...@googlegroups.com
I was referring to Peter Scharff's message regarding the 3rd party flashes. Sorry if I wasn't clear Alex.

Alex

unread,
Oct 21, 2011, 5:12:55 PM10/21/11
to ml-d...@googlegroups.com
Now it's clear, I was expecting to find the issue quoted somewhere
(since there were more issues reported in this thread).

On Sat, Oct 22, 2011 at 12:10 AM, Malcolm Debono <mdeb...@gmail.com> wrote:
> I was referring to Peter Scharff's message regarding the 3rd party flashes.
> Sorry if I wasn't clear Alex.
>

Sergey Yurkov

unread,
Oct 21, 2011, 5:47:08 PM10/21/11
to ml-d...@googlegroups.com
>> I'd vote for stop adding features and focus on stability and size.
 
Did you have any stability problem in last two weeks? I didn't have
any crashes since fixing the ERR70 problem, and I'm not aware of any
stability problem in current versions. The current stress test
exercises a lot of functions and passes without any problem (at least
on my cameras).
There are two kind of bugs: those introduced by a new feature (solved
by simply disabling that feature from the menu) and backend bugs
(which may affect stability even if ML only displays audio meters).
The one causing ERR70 was a backend bug (in the clearscreen routine),
and it was found because recent versions cleared the screen more
often. Also installer bugs (which affect maybe 1% of all users) were
found because more users tried this software and reported them.

I didn't mean absence of ERR70 but absence of other bugs. There are several bugreports in the group and new ones appear regularly.

Neil Camara

unread,
Oct 21, 2011, 11:49:06 PM10/21/11
to ml-d...@googlegroups.com

Neil Camara

unread,
Oct 22, 2011, 1:40:35 AM10/22/11
to ml-d...@googlegroups.com
Success Alex. I do see some flickers during liveview when changing menus but that's ok. I only see one mode, 1920x1080 30fps. Is there are 24?

Here is a sample recording
http://www.youtube.com/watch?v=LxxxVE_9ugw

scrax

unread,
Oct 22, 2011, 8:59:17 AM10/22/11
to ml-d...@googlegroups.com
On 600D ML don't show up in movie mode, instead display stop working. Battery pull needed.
this happened twice, then all seems good for a couple of other time and then again a display black while calling ML in movie mode.

I think I get it, ML hangs when Magic Zoom is shown, maybe it goes in conflict with the new rec notification.

Set+Erase works only with picture, with video it starts slow motion.

I'll check the number for Q button but I remember that it was working good some time ago, I don't remember right the first time it stopped working.


EDIT: I've checked it's 13, 1c when in LV or photo mode.I'm searching one build where it was working...

scrax

unread,
Oct 22, 2011, 9:10:05 AM10/22/11
to ml-d...@googlegroups.com
the last build I have that working is this changeset: https://bitbucket.org/hudson/magic-lantern/changeset/7610a91bb4eb

The 19 september 2011 build I have is the first one with the Q button not working in ML if started from photo mode on 600D.
I have no build for the changesets from 15 to 18 september to test.

Malcolm Debono

unread,
Oct 22, 2011, 9:35:50 AM10/22/11
to ml-d...@googlegroups.com
Just installed this version and it's working great! Wanted to share some points:

- HDR seems to be working fine here. I've tried it with 5 x 1EV, and after taking the 5 shots I can take another 5 without re-applying the setting from the menu.
- If (like me) you have set the level indicator to a display preset, you might notice that after switching from the display preset where it is set to off to the one where it is set to one, the level indicator is still not shown. This appears to be some re-draw issue as the feature works fine and in fact the angle indicator on the top left corner appears. The level indicator also appears as soon as you tilt your camera a bit (which causes the level to redraw, thus being displayed).
- The 100% zoom is very efficient. It's very useful to press the zoom button to check focus, and then pressing the play button to see the whole focus again (instead of having to zoom out all the way).

Alex

unread,
Oct 22, 2011, 11:03:51 AM10/22/11
to ml-d...@googlegroups.com
A few small fixes:
- fixed the small redraw bug in level indicator
- fixed increments in flash EV (should be 1 EV for large values and
0.5 EV for small values)
- attempt to fix 600D Q button (not tested)
- new method for bulb exposure (not really tested, but it does no
longer require ML to change AF to back button)

And now some cool tricks:
- flashlight function (with the front self-timer LED or by making the
screen bright white)
- half-shutter button can be made sticky (like the DOF button);
- some tricks with half-shutter button documented here:
http://magiclantern.wikia.com/wiki/Unified/UserGuide#Debug
(front led as AF-assist light, disable powersaving in LiveView, trap
focus without having to hold the shutter...)

The front LED tricks didn't work on 60D (at least with my settings).

Can you find a way to reproduce the problem with movie mode switch?
The stress test doesn't reveal it (and it does a few mode switches).

autoexec.bin

scrax

unread,
Oct 22, 2011, 12:05:57 PM10/22/11
to ml-d...@googlegroups.com
Ok, Q button is now fixed also in photo mode.

I have no hangs now with that version, before was Magic Zoom when shown to hang ML.

flashlight works with q button (white screen) but at first with SET or PLAY it goes into A+ mode, raise the flash, onscreen i see a warning of a not permitted option and then display is switched off, pressing DISP or halfshutter brings me back to the canon mode I was before (not to ML).
I have not tested it with the settings posted in the userguide, so i'll retry again, probably it's something wrong i did.

Halfshutter sticky is really a nice and useful addition. thanks.

New bulb exposure not tested yet

Alex

unread,
Oct 22, 2011, 12:14:08 PM10/22/11
to ml-d...@googlegroups.com
If you find more tricks for sticky half-shutter, please share them.

It is possible that front LED can't be triggered on 60D/600D with the
current method. Maybe 50D and 500D users will be more lucky.

On 60D, if I pop the flash and enable red eye manually, it works. But
I have to keep my finger on the shutter button (with sticky
half-shutter doesn't work, but in 550D it works).

FYI: here's what's going on:
- ML enables red eye, goes to auto mode, pops the flash, sets drive
mode to single
- Then it holds shutter pressed half-way (via software) => LED turns on
- After you press the shutter, it restores things back.

There's no easy way to drive this LED (unlike the card LED). It only
works in certain modes.

With bulb mode I've only ran bulb timer once and seems to work as before.

scrax

unread,
Oct 22, 2011, 12:29:05 PM10/22/11
to ml-d...@googlegroups.com
focus pattern is not working anymore, and it's strange, it say focus patterns require a chipped lens and the lens i'm using is chipped, i can also see focus length etc..

Alex

unread,
Oct 22, 2011, 12:32:22 PM10/22/11
to ml-d...@googlegroups.com
This may happen if the camera reports aperture F0. Focus patterns are
working on 550D.

scrax

unread,
Oct 22, 2011, 12:40:11 PM10/22/11
to ml-d...@googlegroups.com
I can use the sticky halfshutter to enable the front led light (like in the 550D i think) with the correct settings it works also from the debug menu.
So it works also on 600D like on 550D.
Can you make that halfshutter press or closing the flash will reset things back, because now after activating it from ML if flash is closed lights goes off and display stay off.

Focus pattern working again after unmounting and remounting a few time the lens, maybe a contact, not a ML problem...

Alex

unread,
Oct 22, 2011, 12:49:21 PM10/22/11
to ml-d...@googlegroups.com
On 550D, half-shutter press resets things back (then you have to close
the flash).

Just noticed that flashlight doesn't work when HDR is enabled.

Johnby

unread,
Oct 23, 2011, 6:28:49 AM10/23/11
to Magic Lantern firmware development
Really liked the feature - "rec/stby notif red crossout"
Very convenient, I hope that now I will not miss important moments in
the video shoot.
Thank you very much.
My Canon 60D is still working perfectly. While there are no
criticisms. Most of all, I use video mode.

Очень понравилась функция - "rec/stby notif red crossout"
Очень удобно, надеюсь, что теперь не буду пропускать нужные моменты
при видео съёмке.
Огромное вам спасибо.
Мой Canon 60D пока работает отлично. Пока нет никаких замечаний.
Больше всего я использую видеорежим.

Alex

unread,
Oct 23, 2011, 6:56:08 AM10/23/11
to ml-d...@googlegroups.com
That feature should probably be enabled by default, but I'm sure it
would generate a lot of issues :)

2011/10/23 Johnby <admintir...@gmail.com>:

Cri

unread,
Oct 23, 2011, 7:09:42 AM10/23/11
to ml-d...@googlegroups.com
Hey Alex.
I dont know if that is an issue on your dp6 but i cannot see the ISO value oon the bar. I can see anything else

Cristian Paradiso

Ash McKenzie

unread,
Oct 23, 2011, 10:24:58 PM10/23/11
to Magic Lantern firmware development
Hey Alex

Q Menu on lastest bulid fixes 600d errrors very tidy

Cheers
Ash

On Oct 24, 12:09 am, Cri <guit...@yahoo.it> wrote:
> Hey Alex.
> I dont know if that is an issue on your dp6 but i cannot see the ISO value oon the bar. I can see anything else
>
> Cristian Paradiso
>

> On 23 Oct 2011, at 11:56, Alex <broscutama...@gmail.com> wrote:
>
>
>
>
>
>
>
> > That feature should probably be enabled by default, but I'm sure it
> > would generate a lot of issues :)
>

> > 2011/10/23 Johnby <admintiraspoli...@gmail.com>:


> >> Really liked the feature - "rec/stby notif red crossout"
> >> Very convenient, I hope that now I will not miss important moments in
> >> the video shoot.
> >> Thank you very much.
> >> My Canon 60D is still working perfectly. While there are no
> >> criticisms. Most of all, I use video mode.
>
> >> Очень понравилась функция - "rec/stby notif red crossout"
> >> Очень удобно, надеюсь, что теперь не буду пропускать нужные моменты
> >> при видео съёмке.
> >> Огромное вам спасибо.
> >> Мой Canon 60D пока работает отлично. Пока нет никаких замечаний.
> >> Больше всего я использую видеорежим.
>
> >> --
> >>http://magiclantern.wikia.com/
>
> >> To post to this group, send email to ml-d...@googlegroups.com
> >> To unsubscribe from this group, send email to ml-devel+u...@googlegroups.com

> >> For more options, visit this group athttp://groups.google.com/group/ml-devel?hl=en

Stifa

unread,
Oct 24, 2011, 3:10:46 AM10/24/11
to Magic Lantern firmware development
About that front LED assist...

I am not sure what is new, because that could be done with Canon
fw...am I right? Raise flash...front led lights...focus....lower
flash...take pic.

Right?

Alex

unread,
Oct 24, 2011, 3:42:28 AM10/24/11
to ml-d...@googlegroups.com
With Canon firmware I have to hold the shutter half-way (to turn on
the light) and press the * button to focus.

Now ML can hold the shutter pressed halfway for you.

When I only raise the flash, the AF LED doesn't light (at least with
my settings).

mart

unread,
Oct 24, 2011, 5:54:21 AM10/24/11
to ml-d...@googlegroups.com
Hi Alex,


>> But it would be more useful if zooming region would depend on used focusing
>> point, not just center.

>> Brilliant idea to zoom to focal point

> Could be possible, but this requires another round of reverse
> engineering (to find the focus point). If that's not possible, the
> focus point may be guessed with the focus peaking algorithm (and this
> will also work for manual lenses). But this is very hit-and-miss.

There is another way to figure out focus points to zoom in.
DPP (Canon's raw processor) is able to indicate focus points on the photo.
Reading the forums I found that this information is stored in optional sectors of EXIF data.

Is it possible to extract and parse EXIF data within the ML ?

Alex

unread,
Oct 24, 2011, 6:20:11 AM10/24/11
to ml-d...@googlegroups.com
So far it's not possible to access EXIF data. But you could set the
camera to display AF points and ML could look for the red dots :)

mart

unread,
Oct 24, 2011, 7:15:36 AM10/24/11
to ml-d...@googlegroups.com
Good idea to somehow overcome this feature :)
I believe ML could automatically emulate zoom-in button press in non-LV mode, and grab screen buffer with focus points map in it. Then remains to detect which boxes are filled in :)

Fernando Freire

unread,
Oct 24, 2011, 4:27:40 PM10/24/11
to ml-d...@googlegroups.com
Hi Alex, I was trying the intervalometer, and it seems there is a problem with stability on 550D and silent pics
.
With silent pic mode to single, intervalometer with a 10 seconds interval, whatever the mode is (Av, video, ...) , the cam takes around 105 .422 photos, stopping at about 105/106 frame (around 1060 seconds), and I need to remove the battery to bring the cam to an alive mode.

This problem arises with the newer versions. Previously I didn't perceive this problem.

And the last photo of the set has garbage.

It seems a memory problem or a collision with a power saving setting, but I disabled all of these, I hope.

Thanks a lot.


Andrew Coutts

unread,
Oct 24, 2011, 6:12:38 PM10/24/11
to Magic Lantern firmware development
Pleased to announce that the 500d / Rebel T1i has finally joined the
unified tree :)

Alex still has to pull some late changes to the main repository, but
the sourcecode for this release can be found at my fork here:
https://bitbucket.org/coutts/magic-lantern

download link / details:
http://chdk.setepontos.com/index.php?topic=5971.msg74895#msg74895


I'm glad the 50d is supported now as well - it seems the 5d2 / 50d /
500d are similarly designed, just as the 550d and newer cameras are.
Question: is any development happening with the 5d2 still? Has anybody
thought about porting the 5d2 to the unified tree? Porting would be
very similar to the 500d / 50d, so it would be easy.

Any 5d2 users still out there??

RdAs

unread,
Oct 25, 2011, 10:58:45 PM10/25/11
to ml-d...@googlegroups.com

Peter Scharff

unread,
Oct 26, 2011, 5:52:47 AM10/26/11
to ml-d...@googlegroups.com

Above post look like a dodgey link to me don't click on it !!

TOM_M

unread,
Oct 26, 2011, 7:08:53 AM10/26/11
to Magic Lantern firmware development
YES PLEASE!!! I'm a 5D user who would LOVE a port please! I miss all
the updates there used to be :-(

Jeppe Toustrup

unread,
Oct 26, 2011, 8:09:18 AM10/26/11
to ml-d...@googlegroups.com
On Wed, Oct 26, 2011 at 11:52, Peter Scharff <pe...@pipinq.com> wrote:
> Above post look like a dodgey link to me don't click on it !!

It's a link to a Youtube video Youtube, Google owns the youtu.be
domain name and it can be used to create short links to Youtube
videos.

I do however agree that it doesn't make much sense in this context :)

--
Venlig hilsen / Kind regards
Jeppe Toustrup

Daniele Musso

unread,
Oct 26, 2011, 8:37:23 AM10/26/11
to ml-d...@googlegroups.com, Magic Lantern firmware development
Me too! Thumbs up!

Inviato da iPhone

Andrew Coutts

unread,
Oct 26, 2011, 11:47:09 PM10/26/11
to Magic Lantern firmware development
new build for the 500d / T1i:

- LCD triggering works
- HDR bracketing works (hold half shutter during hdr sequence)
- Fixed vram scaling for 500d. This fixes many features like defishing
and all vram related features (they no longer draw where they
shouldn't).
- Audio thresholds from Alex - fixes audio meters.
- Audio triggering works.
- Silent pictures now show a preview after you take them.
- Trap focus works.
- Bottom bar info in live view will never draw on top of canon UI any
more.
- Magic zoom (zoom overlays) work now in movie mode (while recording
too).
- Intervalometer won't start blinking the LED until after you close
the ML menu now.
- Fixed buffer resolution for 720p movie mode - it's the only one that
changed. it got bigger :). silent pics work in 720p mode now (along
with other vram features).
- AE value is accurate now in live view / movie modes (on ML bottom
bar display).
maybe more, I can't remember :)

It's getting very stable now. For the first time, I am confident
enough to leave magic lantern on my card at all times. It's never been
stable enough in the past for my trust, but now it's very nice. Good
news!!


Download:
http://bit.ly/ug9Fjg

Johnby

unread,
Oct 27, 2011, 1:13:47 AM10/27/11
to Magic Lantern firmware development
I propose to add the possibility of adjusting the lens. And quickly
save the position for different lenses.
Sometimes it is a necessity .... Such a function is on the camera 7D
If I went to the wrong address, then I'm sorry ....

Предлагаю добавить возможность юстировки объектива. И быстрого
сохранения позиции для разных объективов.
Иногда бывает такая необходимость.... Такая функция есть На
фотоаппарате 7Д
Если я обратился не по адресу, то извините меня....

Rich

unread,
Oct 27, 2011, 1:38:40 AM10/27/11
to Magic Lantern firmware development


Another great big YES PLEASE for 5D Mk II support. It would be SO
helpful for those of us still limping along trying to make out how to
use the wonderful, quirky, sometimes exhilarating, sometimes
exasperating features that this software makes available. And another
round of thanks to all the brave souls who have made this possible.
Here, here!
rich

Axel

unread,
Oct 26, 2011, 5:07:07 PM10/26/11
to Magic Lantern firmware development
> Any 5d2 users still out there??

You bet! :-)

Peter Scharff

unread,
Oct 27, 2011, 2:46:16 AM10/27/11
to ml-d...@googlegroups.com

Thanks for the clarification Jeppe you learn something new every day :D

It is loading more messages.
0 new messages