Magic Lantern Forum

Developing Magic Lantern => General Development => Topic started by: Marsu42 on September 26, 2012, 11:26:51 PM

Title: Is there a dedicated video mode on all supported eos and how to detect it?
Post by: Marsu42 on September 26, 2012, 11:26:51 PM
I think the "rack focus" and "stack focus" triggers in the focus menu should/could to be merged since they are mutually exclusive - rack is for video, stack/bracket is for still shots.

Before I do something that only works on my 60d (the only one I have or know) I wan to better make sure: Is there a dedicated video mode (60d: last setting on dial) on all supported eos, so ml can detect if a video or lv photo mode is selected? And if so, is there an existing variable I can check?
Title: Re: Is there a dedicated video mode on all supported eos and how to detect it?
Post by: a1ex on September 26, 2012, 11:30:17 PM
Use is_movie_mode() - this one is portable.

What's harder is to switch from photo mode to movie mode. On some cameras works via mode remap (but not quite stable), on others (5d3, maybe 650d in future) it doesn't work at all since it's a hardware switch.
Title: Re: Is there a dedicated video mode on all supported eos and how to detect it?
Post by: Marsu42 on September 26, 2012, 11:34:24 PM
Quote from: a1ex on September 26, 2012, 11:30:17 PM
Use is_movie_mode() - this one is portable.0

Thanks, will do. While I am not the most experienced low level hacker, maybe I can contribute to the usability because I've been using ml for ~2 years on my 60d now.

Quote from: a1ex on September 26, 2012, 11:30:17 PM
What's harder is to switch from photo mode to movie mode.

Yes, I remember you removing movie remap - waaaaaaahhhhhh :-o ... but better safe than sorry I guess.