Trunk 304 Errors? - AllBest's Builds - CHDK Forum supplierdeeply

Trunk 304 Errors?

  • 6 Replies
  • 5020 Views
*

Offline quietschi

  • ***
  • 116
  • Ixus70 102a
Trunk 304 Errors?
« on: 19 / February / 2008, 15:26:58 »
Advertisements
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


Re: Trunk 304 Errors?
« Reply #1 on: 19 / February / 2008, 15:56:36 »
I found these lines in conf.c
    CONF_INFO(128, conf.nd_filter_state,  CONF_DEF_VALUE, i:0, NULL),               
    CONF_INFO(128, conf.histo_show_ev_grid,  CONF_DEF_VALUE, i:0, NULL),      
I guess one should be 129. ???

*

Offline Jucifer

  • *****
  • 251
  • [A710IS]
Re: Trunk 304 Errors?
« Reply #2 on: 19 / February / 2008, 16:07:22 »
I also guess that the other CONF_INFO-line should have 129.

That's why I put it in my patch... ;) (Remaining RAW+JPG shots + filespace icon/text- done :D)

Re: Trunk 304 Errors?
« Reply #3 on: 20 / February / 2008, 04:19:33 »
quietschi fingalo
Thank you. All errors was fixed!


*

Offline quietschi

  • ***
  • 116
  • Ixus70 102a
Re: Trunk 304 Errors?
« Reply #4 on: 20 / February / 2008, 04:33:36 »
Hi Allbest

theres still 1 error in core:gui_osd.c

thanks for your work

Re: Trunk 304 Errors?
« Reply #5 on: 20 / February / 2008, 06:44:08 »
quietschi  
:blink:
Thank you
Fixed :)

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: Trunk 304 Errors?
« Reply #6 on: 20 / February / 2008, 07:10:29 »
by the way there is a glitch in chdk that nobody seemed to notice before: when you have a series camera and you record a video, taking a picture with raw enabled will stop the video recording. this has nothing to do with Allbest, only with the RAW feature.

more info in the end of this post: Remaining RAW+JPG shots + filespace icon/text- done :D
maybe you can add a check on these s-series cams that when in video_rec mode, to temporarily disable RAW. this way they can shoot their video AND take pictures (no raw though).
if this doesnt belong here i can happily create a new bugreport thread ;)

 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal