Fullscreen magic zoom for 5D2

Started by shayok, May 04, 2013, 05:10:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

shayok

I see on magiclantern-v2.3.NEXT.2013Apr20.zip that fullscreen magic zoom is available for the 600D but not on 5D2. This, at 1:1 magnification, is incredibly useful and practically does away with the need for focus peaking.

See also http://www.magiclantern.fm/forum/index.php?topic=5185.msg32985#msg32985

shayok

Ah well...

zebra.c
#ifndef CONFIG_CAN_REDIRECT_DISPLAY_BUFFER_EASILY // old cameras - simple zoom box
                .max = 2,
                .help = "Size of zoom box (small / medium / large).",
#else // new cameras can do fullscreen too :)
                .max = 3,
                .help = "Size of zoom box (small / medium / large / full screen).",

platform/5D.212/internals.c
/** We can redirect the display buffer to some arbitrary address, but only with an ugly hack **/
//~ #define CONFIG_CAN_REDIRECT_DISPLAY_BUFFER_EASILY
#define CONFIG_CAN_REDIRECT_DISPLAY_BUFFER