emlyn / chdk

A port of CHDK to the Canon IXUS 130 (SD 1400IS)
http://chdk.setepontos.com/index.php/topic,5034.0.html
GNU General Public License v2.0
7 stars 1 forks source link

shoot function does not work #11

Open emlyn opened 13 years ago

emlyn commented 13 years ago

Reported by oskretc, using press and release instead.

emlyn commented 13 years ago

from SX210IS porting thread:

http://chdk.setepontos.com/index.php?topic=5045.msg56815#msg56815

alvm: The cause of the problem with shoot() is function shooting_in_progres() return wrong value. Looks like PROPCASE_SHOOTING is wrong. I meet the issue at trunk954. If I check propcase 96 instead 208 for finishing of shooting process it works fine. c10ud: are you sure the shoot() problem is propcase related? i had something like that with ixus105 and it was because of kbd keymap being wrong. do you have some code revision that has this script working? alvm: After researching the code I'm not sure now.

pixeldoc2000 commented 13 years ago

same issus with shoot() on SD4000. I'm gonna test PropCase 96, but wrong Keymap is possible too (KEY_SHOOT_FULL & KEY_SHOOT_HALF).