How to get rid of Canon's Display when pressing shutter button half way down?

Started by bluebit25, October 26, 2013, 09:07:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bluebit25

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?

dmilligan

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.

bluebit25

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

bluebit25


dmilligan



bluebit25