Ignore:
Timestamp:
02/19/11 22:29:37 (2 years ago)
Author:
reyalP
Message:

g12 and sx30 updates from philmoz in http://chdk.setepontos.com/index.php?topic=650.msg61729#msg61729

  • fixed 'off by 1' mistake in get_focal_length (main.c) for both cameras.
  • moved the call to 'capt_seq_hook_raw_here' to fix problem with exposures longer than 1 second not saving RAW/DNG file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/sx30/sub/100h/capt_seq.c

    r1008 r1065  
    522522"                MOV     R0, R5 \n" 
    523523"                BL      sub_FFAEC95C \n" 
    524  
    525 "               BL      capt_seq_hook_raw_here\n"               // added 
    526  
    527524"                B       loc_FFAECBC4 \n" 
    528525 
     
    543540 
    544541"loc_FFAECBC4: \n" 
     542 
     543"               BL      capt_seq_hook_raw_here\n"               // added (16/2/2011, moved here so that long exposures work) 
     544 
    545545"                MOV     R6, R0 \n" 
    546546"                B       loc_FFAECBF4 \n" 
Note: See TracChangeset for help on using the changeset viewer.