Custom Query (38 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 38)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#32 invalid motion detector has defect on S5 IS pethead

Reported by pethead, 5 years ago.

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) {

bufoff = 2;

} else {

bufoff--;

} 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

Reported by c, 5 years ago.

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

Reported by anonymous, 5 years ago.

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.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.