Changeset 916


Ignore:
Timestamp:
08/01/10 06:17:16 (3 years ago)
Author:
reyalp
Message:

d10 fix missing raw on quick press

Location:
trunk/platform/d10
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/d10/notes.txt

    r914 r916  
    2424- multi partition support 
    2525- motion detection 
     26- setting Tv from script 
    2627 
    2728Scripts tested successfully 
     
    3435 
    3536Known issues: 
    36 - Continuous shooting with raw enabled crashes 
    37 - DNG is not calibrated, matrix is copied from ixus 100 
     37- Continuous shooting with raw/dng enabled crashes (sometimes ?) 
     38- DNG is not calibrated, matrix is copied from ixus 100. Looks reasonably close to jpeg 
    3839- CHDK OSD disappears frequently. 
    39 - If you press the shutter quickly without waiting for focus, raw is not saved. 
    40 - Overrides probably don't work with quick press either 
     40- If you press the shutter quickly without waiting for focus, override settings are ignored 
    4141- DNG has dark borders. This is intentional, the active area covers all pixels that have any data, but there are large areas which have data but are distinct from the normal jpeg area. 
    4242 
  • trunk/platform/d10/sub/100a/capt_seq.c

    r907 r916  
    5555"                MOV     R0, R4\n" 
    5656"                BL      sub_FF934548\n" // SsCaptureSeq.c 0 nr setup ? 
    57 "                BL      capt_seq_hook_raw_here\n"  // note preserves R0 
    5857"                MOV     R5, R0\n" 
    5958"                B       loc_FF8613E0\n" 
     
    6463"                MOVNE   R5, #0x1D\n" 
    6564"loc_FF8613E0:\n" 
     65"                BL      capt_seq_hook_raw_here\n" 
    6666"                BL      sub_FF8640F4\n" 
    6767"                BL      sub_FF86413C\n" 
Note: See TracChangeset for help on using the changeset viewer.