Hi Allbest
Tested the new trunk 304 a little with my ixus70. There are a few errors like this.
core:gui.c -> 8 times
core:gui_osd.c -> 1 times
lib:ubasic:ubasic.c -> 1 times
platform:generic:shooting.c -> 12 times
#if defined (CAMERA_ixus800_sd700) || defined (ixus70_sd1000) || defined (CAMERA_a560)
should be
#if defined (CAMERA_ixus800_sd700) || defined (
CAMERA_ixus70_sd1000) || defined (CAMERA_a560)
ND Filter seems to work as fas as i can see.
And can you please edit the core:gui.c
#if defined (CAMERA_ixus700_sd500) || defined (CAMERA_ixus800_sd700) || defined (CAMERA_ixus850_sd800)
if (gui_mode==GUI_MODE_NONE && kbd_is_key_pressed(KEY_SHOOT_HALF) && ((m&MODE_MASK)==MODE_REC) && ((m&MODE_SHOOTING_MASK))!=MODE_VIDEO_STD) {
strcpy(osd_buf,shooting_get_tv_str());
strcat(osd_buf,"\" ");
strcat(osd_buf,shooting_get_av_str());
draw_txt_string(22-strlen(osd_buf)/2, 14, osd_buf, conf.osd_color);
}
#endif
not useful for ixus70_sd1000 because TV and AV value is permanetly displayed in Canon original ON Screen Menu.
thanks quietschi