Custom Query (38 matches)
Results (31 - 33 of 38)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #32 | invalid | motion detector has defect on S5 IS | pethead | |
| Description |
motion detector has defect on S5 IS. any call MD freezes camera at all. code below must be removed to correct work. /*#if defined (CAMERA_s5is) long bufoff = *((long *) 0x218C); if(bufoff == 0) {
} else {
} img += bufoff * 0x7E900; #endif*/ removed version tested successfully and there is here http://pethead.nm.ru/CHDK/0.5.5/s5is-motiondetect-patch/ |
|||
| #8 | fixed | optical zoom locked again after digital zoom | c | |
| Description |
When unlocking optical zoom in movies, it works well except that if you keep zooming with the digital zoom after the optical zoom, you can unzoom the digital zoom, but not the optical zoom: it's locked at the max (I have an SD1000). |
|||
| #21 | fixed | reset cchdk.cfg file when new script is loaded | phyrephox | anonymous |
| Description |
Currently some cameras show pretty mad behavior after repowered or after a new script is loaded into memory. The reason is the (c)chdk.cfg file that strores some parameters and even values for variables. Apart from global settings like center OSD or alike it would be good to have all settings reset when a new script is loaded. |
|||