Changeset 1793
- Timestamp:
- 04/09/12 10:39:05 (14 months ago)
- Location:
- branches/release-1_0
- Files:
-
- 12 added
- 3 edited
-
camera_list.csv (modified) (1 diff)
-
platform/a800/shooting.c (modified) (1 diff)
-
platform/a800/sub/100b (added)
-
platform/a800/sub/100b/Makefile (added)
-
platform/a800/sub/100b/boot.c (added)
-
platform/a800/sub/100b/capt_seq.c (added)
-
platform/a800/sub/100b/lib.c (added)
-
platform/a800/sub/100b/makefile.inc (added)
-
platform/a800/sub/100b/movie_rec.c (added)
-
platform/a800/sub/100b/stubs_asm.h (added)
-
platform/a800/sub/100b/stubs_auto.S (added)
-
platform/a800/sub/100b/stubs_entry.S (added)
-
platform/a800/sub/100b/stubs_entry_2.S (added)
-
platform/a800/sub/100b/stubs_min.S (added)
-
platform/ixus120_sd940/platform_camera.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_0/camera_list.csv
r1734 r1793 44 44 a710,100a,,, 45 45 a720,100c,,, 46 a800,100c,ALPHA,, 46 a800,100b,BETA,, 47 a800,100c,BETA,, 47 48 d10,100a,BETA,100b, 48 49 g10,102a,,, -
branches/release-1_0/platform/a800/shooting.c
r1726 r1793 110 110 111 111 #if defined(CAM_DATE_FOLDER_NAMING) 112 void get_target_dir_name(char *out) { 112 // A800 uses date to name directory 113 void get_target_dir_name(char *out) 114 { 113 115 extern void _GetImageFolder(char*,int,int,int); 114 out[0] = 'A'; 115 _GetImageFolder(out+1,get_file_next_counter(),CAM_DATE_FOLDER_NAMING,time(NULL)); 116 out[15] = '\0'; 116 _GetImageFolder(out,get_file_next_counter(),0x400,time(NULL)); 117 117 } 118 118 #else -
branches/release-1_0/platform/ixus120_sd940/platform_camera.h
r1697 r1793 38 38 #define CAM_UNCACHED_BIT 0x40000000 39 39 #define CAM_HAS_ND_FILTER 1 40 40 #undef CAM_HAS_ERASE_BUTTON // Camera does not have a dedicated erase button 41 41 42 #define CAM_DNG_LENS_INFO { 50,10, 200,10, 28,10, 59,10 } // See comments in camera.h 42 43 // pattern
Note: See TracChangeset
for help on using the changeset viewer.