Changeset 916
- Timestamp:
- 08/01/10 06:17:16 (3 years ago)
- Location:
- trunk/platform/d10
- Files:
-
- 2 edited
-
notes.txt (modified) (2 diffs)
-
sub/100a/capt_seq.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/d10/notes.txt
r914 r916 24 24 - multi partition support 25 25 - motion detection 26 - setting Tv from script 26 27 27 28 Scripts tested successfully … … 34 35 35 36 Known issues: 36 - Continuous shooting with raw enabled crashes37 - 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 38 39 - 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 41 41 - 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. 42 42 -
trunk/platform/d10/sub/100a/capt_seq.c
r907 r916 55 55 " MOV R0, R4\n" 56 56 " BL sub_FF934548\n" // SsCaptureSeq.c 0 nr setup ? 57 " BL capt_seq_hook_raw_here\n" // note preserves R058 57 " MOV R5, R0\n" 59 58 " B loc_FF8613E0\n" … … 64 63 " MOVNE R5, #0x1D\n" 65 64 "loc_FF8613E0:\n" 65 " BL capt_seq_hook_raw_here\n" 66 66 " BL sub_FF8640F4\n" 67 67 " BL sub_FF86413C\n"
Note: See TracChangeset
for help on using the changeset viewer.