Magic Lantern Forum

Using Magic Lantern => General Help Q&A => Topic started by: bluebit25 on October 26, 2013, 09:07:47 PM

Title: How to get rid of Canon's Display when pressing shutter button half way down?
Post by: bluebit25 on October 26, 2013, 09:07:47 PM
How to get rid of Canon's Display when pressing shutter button half way down?

and

Would it be possible to switch the start video record button to the shutter button?
Title: Re: How to get rid of Canon's Display when pressing shutter button half way down?
Post by: dmilligan on October 26, 2013, 11:07:45 PM
In shoot_task (in shoot.c) you can call display_off() if get_halfshutter_pressed() is true. Probably a good idea to make sure you don't call it more than once, call display_on() once it's released.
Title: Re: How to get rid of Canon's Display when pressing shutter button half way down?
Post by: bluebit25 on October 26, 2013, 11:19:16 PM
Quote from: dmilligan on October 26, 2013, 11:07:45 PM
In shoot_task (in shoot.c) you can call display_off() if get_halfshutter_pressed() is true. Probably a good idea to make sure you don't call it more than once, call display_on() once it's released.

I can't find how to get to shoot.c
Title: Re: How to get rid of Canon's Display when pressing shutter button half way down?
Post by: bluebit25 on October 26, 2013, 11:21:32 PM
I see wb_shoot.lua in the scripts folder, is that it?
Title: Re: How to get rid of Canon's Display when pressing shutter button half way down?
Post by: dmilligan on October 27, 2013, 12:07:05 AM
It's a source code file
Title: Re: How to get rid of Canon's Display when pressing shutter button half way down?
Post by: dmilligan on October 27, 2013, 12:09:35 AM
http://www.magiclantern.fm/forum/index.php?topic=991.0
Title: Re: How to get rid of Canon's Display when pressing shutter button half way down?
Post by: bluebit25 on October 27, 2013, 12:32:23 AM
Quote from: dmilligan on October 27, 2013, 12:09:35 AM
http://www.magiclantern.fm/forum/index.php?topic=991.0

Any chance you could make the file for me? I feel like i would mess something up, since i don't know anything about code.