root/platform/ixus230_elph310hs/shooting.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. get_file_next_counter
  2. get_target_file_num
  3. get_target_dir_name
  4. get_target_dir_num

   1 #include "lolevel.h"
   2 #include "platform.h"
   3 #include "core.h"
   4 #include "conf.h"
   5 #include "keyboard.h"
   6 
   7 #define PARAM_FILE_COUNTER      0x3A // 58 in the debug OSD, converted to hex
   8 #define PARAM_EXPOSURE_COUNTER  0x02
   9 
  10 const ApertureSize aperture_sizes_table[] = {
  11         {  9, 309, "3.0" },
  12         { 10, 324, "3.2" },
  13         { 11, 343, "3.5" },
  14         { 12, 367, "3.5" },
  15         { 13, 378, "4.0" },
  16         { 14, 406, "4.5" },
  17         { 15, 446, "5.0" },
  18         { 16, 500, "5.9" },
  19 };
  20 
  21 const ShutterSpeed shutter_speeds_table[] = {
  22         { -12, -384, "15", 15000000 },
  23         { -11, -352, "13", 13000000 },
  24         { -10, -320, "10", 10000000 },
  25         {  -9, -288, "8",   8000000 },
  26         {  -8, -256, "6",   6000000 },
  27         {  -7, -224, "5",   5000000 },
  28         {  -6, -192, "4",   4000000 },
  29         {  -5, -160, "3.2", 3200000 },
  30         {  -4, -128, "2.5", 2500000 },
  31         {  -3,  -96, "2",   2000000 },
  32         {  -2,  -64, "1.6", 1600000 },
  33         {  -1,  -32, "1.3", 1300000 },
  34         {   0,    0, "1",   1000000 },
  35         {   1,   32, "0.8",  800000 },
  36         {   2,   64, "0.6",  600000 },
  37         {   3,   96, "0.5",  500000 },
  38         {   4,  128, "0.4",  400000 },
  39         {   5,  160, "0.3",  300000 },
  40         {   6,  192, "1/4",  250000 },
  41         {   7,  224, "1/5",  200000 },
  42         {   8,  256, "1/6",  166667 },
  43         {   9,  288, "1/8",  125000 },
  44         {  10,  320, "1/10", 100000 },
  45         {  11,  352, "1/13",  76923 },
  46         {  12,  384, "1/15",  66667 },
  47         {  13,  416, "1/20",  50000 },
  48         {  14,  448, "1/25",  40000 },
  49         {  15,  480, "1/30",  33333 },
  50         {  16,  512, "1/40",  25000 },
  51         {  17,  544, "1/50",  20000 },
  52         {  18,  576, "1/60",  16667 },
  53         {  19,  608, "1/80",  12500 },
  54         {  20,  640, "1/100", 10000 },
  55         {  21,  672, "1/125",  8000 },
  56         {  22,  704, "1/160",  6250 },
  57         {  23,  736, "1/200",  5000 },
  58         {  24,  768, "1/250",  4000 },
  59         {  25,  800, "1/320",  3125 },
  60         {  26,  832, "1/400",  2500 },
  61         {  27,  864, "1/500",  2000 },
  62         {  28,  896, "1/640",  1563 },
  63         {  29,  928, "1/800",  1250 },
  64         {  30,  960, "1/1000", 1000 },
  65         {  31,  992, "1/1250",  800 },
  66         {  32, 1024, "1/1600",  625 },
  67         {  33, 1056, "1/2000",  500 },
  68         {  34, 1088, "1/2500",  400 },
  69         {  35, 1120, "1/3200",  313 },
  70 };
  71 
  72 const ISOTable iso_table[] = {
  73         {  0,    0, "Auto", -1},
  74         {  1,  100,  "100", -1},
  75         {  2,  200,  "200", -1},
  76         {  3,  400,  "400", -1},
  77         {  4,  800,  "800", -1},
  78         {  5, 1600, "1600", -1},
  79         {  6, 3200, "3200", -1},
  80 };
  81 
  82 const CapturemodeMap modemap[] = {
  83     { MODE_AUTO,                32768 },
  84     { MODE_P,                   32772 },
  85 
  86     { MODE_PORTRAIT,            32784 },
  87     { MODE_KIDS_PETS,           32787 },
  88     { MODE_SMART_SHUTTER,       33322 },
  89     { MODE_HIGHSPEED_BURST,     33288 },
  90     { MODE_BEST_IMAGE,          33290 },
  91     { MODE_NIGHT_SCENE,         33326 },
  92     { MODE_LOWLIGHT,            32802 },
  93     { MODE_FISHEYE,             33324 },
  94     { MODE_MINIATURE,           33325 },
  95     { MODE_TOY_CAMERA,          33328 },
  96     { MODE_MONOCHROME,          33331 },
  97     { MODE_SUPER_VIVID,         33319 },
  98     { MODE_POSTER_EFFECT,       33320 },
  99     { MODE_COLOR_ACCENT,        33310 },
 100     { MODE_COLOR_SWAP,          33311 },
 101     { MODE_BEACH,               32792 },
 102     //{ MODE_UNDERWATER,          32793 },
 103     { MODE_FOLIAGE,             32790 },
 104     { MODE_SNOW,                32791 },
 105     //{ MODE_SNOW,                32774 },      
 106     { MODE_STITCH,              33293 },
 107         
 108     { MODE_VIDEO_MOVIE_DIGEST,  33334 },
 109     { MODE_VIDEO_SUPER_SLOW,     2627 },
 110     { MODE_VIDEO_IFRAME_MOVIE,   2629 },
 111         
 112     // cannot be called directly from Canon options but probably needed
 113     { MODE_FACE_SELF_TIMER,     33321 },
 114     { MODE_WINK_SELF_TIMER,     33323 },
 115     { MODE_FIREWORK,            32793 },
 116     { MODE_LONG_SHUTTER,        32774 },
 117 
 118 };
 119 
 120 #include "../generic/shooting.c"
 121 
 122 long get_file_next_counter() {
 123         return get_file_counter();
 124 }
 125 
 126 long get_target_file_num() {
 127         long n;
 128 
 129 
 130         n = get_file_next_counter();
 131 
 132     n = (n>>4)&0x3FFF;
 133 
 134     return n;
 135 }
 136 
 137 void get_target_dir_name(char *out)
 138 {       
 139         extern void _GetImageFolder(char*,int,int,int);
 140         _GetImageFolder(out,get_file_next_counter(),CAM_DATE_FOLDER_NAMING,time(NULL));
 141 }
 142 
 143 long get_target_dir_num() {
 144         long n;
 145 
 146         n = get_file_next_counter();
 147         n = (n>>18)&0x3FF;
 148         return n;
 149 }

/* [<][>][^][v][top][bottom][index][help] */