Changeset 1794
- Timestamp:
- 04/09/12 10:42:51 (14 months ago)
- Location:
- trunk
- Files:
-
- 4 edited
- 1 copied
-
. (modified) (1 prop)
-
camera_list.csv (modified) (1 diff)
-
platform/a800/shooting.c (modified) (1 diff)
-
platform/a800/sub/100b (copied) (copied from branches/release-1_0/platform/a800/sub/100b)
-
platform/ixus120_sd940/platform_camera.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1793
- Property svn:mergeinfo changed
-
trunk/camera_list.csv
r1792 r1794 44 44 a710,100a,,, 45 45 a720,100c,,, 46 a800,100b,BETA,, 46 47 a800,100c,BETA,, 47 48 d10,100a,BETA,100b, -
trunk/platform/a800/shooting.c
r1723 r1794 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 -
trunk/platform/ixus120_sd940/platform_camera.h
r1698 r1794 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.