Magic Lantern Forum

Developing Magic Lantern => Feature Requests => Topic started by: einor on July 03, 2012, 07:12:50 PM

Title: Camera start in LiveView mode
Post by: einor on July 03, 2012, 07:12:50 PM
I always shooting in liveview mode. Is it possible to camera after power on immediately run in liveview mode?
Title: Re: Camera start in LiveView mode
Post by: a1ex on July 10, 2012, 10:07:21 AM
On 5D Mark II and in movie mode, yes.
Title: Re: Camera start in LiveView mode
Post by: einor on July 10, 2012, 10:16:45 AM
I have 60D  :(
Title: Re: Camera start in LiveView mode
Post by: a1ex on July 10, 2012, 10:25:54 AM
You can add a fake button press for BGMT_LV in boot-hack.c .
Title: Re: Camera start in LiveView mode
Post by: Malcolm Debono on July 10, 2012, 11:06:47 AM
If you're shooting videos, setting the 60D's mode dial to movie mode (last item on the dial) will turn the camera on in live view.
Title: Re: Camera start in LiveView mode
Post by: xcreativ on July 12, 2012, 03:55:00 AM
Quote from: a1ex on July 10, 2012, 10:07:21 AM
On 5D Mark II and in movie mode, yes.
Tell me how to do it on the 5D Mark II? In the 550D camera in movie mode immediately incorporated into the video capture mode (LiveView), and 5D Mark II, even with the setting ML "Force LiveView" is included in the first mode, exposure settings for the photo, then switch to LiveView. Is it possible to automatically, without delay, power-5D Mark II camera just to get LiveView? Thanks in advance.
Title: Re: Camera start in LiveView mode
Post by: a1ex on July 12, 2012, 08:45:19 AM
Yes, but only with a custom version that goes to LiveView before reading config file.

ML has to do some initialization (like: subscribe to camera events, read config file, load fonts... and this requires waiting for Canon firmware).