Changeset 859


Ignore:
Timestamp:
12/08/09 05:43:23 (3 years ago)
Author:
reyalp
Message:

a460: add super macro to modemap. Others cosmetic/comments only.

Location:
trunk/platform
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/a460/shooting.c

    r847 r859  
    7979};           
    8080 
     81/* 
     82http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=221&modelid=14825#ModelTechSpecsAct 
     83 
     84Shooting Modes 
     85    Auto, Camera M, Special Scene 
     86        (Portrait, Foliage, Snow, Beach, Fireworks, Indoor, Kids & Pets, Night Snapshot) 
     87    Super Macro, Movie 
     88video resolutions 
     89640 x 480 (10 fps) / 320 x 240 (30 fps) available up to 1GB or 1 hour for each file size, 
     90160 x 120 (3 min. at 15 fps)  
     91 
     92canon mode list FFEAB860 in 100d 
     93*/ 
    8194static const CapturemodeMap modemap[] = { 
     95//    { ???,               32774 },  long shutter  
     96    { MODE_SUPER_MACRO,         33289 }, 
     97//    { ???,               33290 }, stitch on many others 
    8298    { MODE_AUTO,               32768 }, 
    8399    { MODE_P,                  32772 }, 
    84     { MODE_PORTRAIT,           16397 }, 
     100    { MODE_SCN_PORTRAIT,       16397 }, 
    85101    { MODE_VIDEO_STD,          2597  }, 
    86102    { MODE_VIDEO_COMPACT,      2599  }, 
     
    91107    { MODE_SCN_SNOW,           16403 }, 
    92108    { MODE_SCN_BEACH,          16404 }, 
    93     { MODE_SCN_FIREWORK,       16405 }//, 
     109    { MODE_SCN_FIREWORK,       16405 }, 
    94110}; 
    95111 
  • trunk/platform/a590/shooting.c

    r858 r859  
    112112    { MODE_SCN_SNOW,           16404 }, 
    113113    { MODE_SCN_BEACH,          16405 }, 
    114 //    { ???,                   32791 }, 
     114//    { ???,                   32791 }, in canon mode list, has underwater icon ? 
    115115    { MODE_SCN_AQUARIUM,       16408 }, 
    116116    { MODE_SCN_FIREWORK,       16406 }, 
    117     { MODE_VIDEO_STD,          2599 }, 
    118     { MODE_VIDEO_COMPACT,       2601  }, 
    119     { MODE_EASY,                33311 }, 
     117    { MODE_VIDEO_STD,           2599 }, 
     118    { MODE_VIDEO_COMPACT,       2601 }, 
     119    { MODE_EASY,               33311 }, 
    120120// not in canon list, but set OK  
    121 // 33306 
    122 //  2597 (note, this was listed as VIDEO_STD in the old mode map, but that is actually 2599 per whims test.) 
    123 // 33288 
     121// 33306 ? 
     122//  2597 note: this was listed as VIDEO_STD in the old mode map, 
     123//       but that is actually 2599 per whims test. Sets compact mode. 
     124// 33288 macro/digital macro ? 
    124125// 
    125126}; 
  • trunk/platform/a620/shooting.c

    r847 r859  
    8080};           
    8181 
     82/* 
     83Shooting Modes 
     84        Auto; Creative: P, Av, Tv, M, C; Image: Portrait, Landscape, Night Scene, 
     85        Special Scene  
     86                (Foliage, Snow, Beach, Fireworks, Underwater, Indoor, Kids & Pets, Night Snapshot) 
     87        My Colors, Stitch Assist, Movie 
     88video resolutions 
     89640 x 480/320 x 240 (30 fps/15 fps), 320 x 240 (1 min. at 60 fps), 160 x 120 (3 min. at 15 fps) 
     90 
     91canon mode list @FFD4A024 in 100f 
     92*/ 
    8293static const CapturemodeMap modemap[] = { 
    8394    { MODE_AUTO,               6  }, 
     
    89100    { MODE_NIGHT,              8  }, 
    90101    { MODE_LANDSCAPE,          7  }, 
    91     { MODE_VIDEO_STD,          18 }, 
     102    { MODE_VIDEO_STD,          18 }, // note, not in canon modelist, possibly 0x10012 ? 
    92103    { MODE_STITCH,             5  }, 
    93104    { MODE_MY_COLORS,          4  }, 
    94     { MODE_SCN_WATER,          13 }, 
     105    { MODE_SCN_UNDERWATER,     13 }, 
    95106    { MODE_SCN_NIGHT,          15 }, 
    96     { MODE_SCN_CHILD,          16 }, 
    97     { MODE_SCN_PARTY,          14 }, 
    98     { MODE_SCN_GRASS,          10 }, 
     107    { MODE_SCN_CHILD,          16 }, // kids&pets 
     108    { MODE_SCN_PARTY,          14 }, // indoor 
     109    { MODE_SCN_GRASS,          10 }, // foliage 
    99110    { MODE_SCN_SNOW,           11 }, 
    100111    { MODE_SCN_BEACH,          12 }, 
    101112    { MODE_SCN_FIREWORK,       17 } 
     113/* 
     114in canon mode list 
     115ROM:FFD4A06C                 DCD 0x10012 
     116ROM:FFD4A070                 DCD 0x10013 
     117ROM:FFD4A074                 DCD 0x10014 
     118ROM:FFD4A078                 DCD 0x10015 
     119ROM:FFD4A07C                 DCD 0x20016 
     120*/ 
    102121}; 
    103122 
  • trunk/platform/ixus50_sd400/shooting.c

    r847 r859  
    8181};           
    8282 
     83/* 
     84http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=224&modelid=11158#ModelTechSpecsAct 
     85Shooting Modes 
     86        Still Images: Auto, Manual,  
     87        Scene Modes 
     88                (Digital Macro, Portrait, Night Snapshot, Kids & Pets, Indoor, Underwater), 
     89        My Colors, Stitch Assist; 
     90        Movies: Standard, Fast Frame Rate, Compact, My Colors.  
     91Movie resolutions: 640x480, 320x240, 160x120 
     92canon modelist @FF972440 in 101a 
     93*/ 
     94 
    8395static const CapturemodeMap modemap[] = { 
    8496    { MODE_DIGITAL_MACRO,       0 }, 
    8597    { MODE_P,                   1 }, 
     98//  { ???,                2 }, // long shutter  
    8699    { MODE_AUTO,                3 }, 
    87100    { MODE_MY_COLORS,           4 }, 
  • trunk/platform/ixus55_sd450/shooting.c

    r847 r859  
    8383static const CapturemodeMap modemap[] = { 
    8484    { MODE_P,                   0 }, 
     85//    { ???,       1 }, // assumed long shutter  
    8586    { MODE_DIGITAL_MACRO,       2 }, 
    8687    { MODE_MY_COLORS,           3 }, 
  • trunk/platform/ixus60_sd600/shooting.c

    r855 r859  
    106106    { MODE_SCN_BEACH,          16403 }, // "beach" 
    107107    { MODE_STITCH,             33290 }, 
    108     { MODE_MY_COLORS,          32774 }, // NOTE: guessed, wasn't in original mode map, is in canon list 
     108//    { ???,          32774 }, // assumed long shutter 
    109109    { MODE_SCN_FIREWORK,       16404 }, // "fireworks" 
    110110    { MODE_SCN_UNDERWATER,     16405 }, // "under water" 
  • trunk/platform/ixus65_sd630/shooting.c

    r855 r859  
    109109    { MODE_DIGITAL_MACRO,      33288 }, // ixus60 
    110110    { MODE_NIGHT_SNAPSHOT,     32779 }, // ixus60 
    111     { MODE_MY_COLORS,          32774 }, // by elimination: should be "my colors" ? 
     111//    { ???,          32774 }, // should be long shutter 
    112112 
    113113    // match a540 and ixus60 
  • trunk/platform/ixus860_sd870/shooting.c

    r847 r859  
    8080};           
    8181 
     82/* 
     83http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=224&modelid=15655#ModelTechSpecsAct 
     84 
     85Shooting Modes 
     86        Auto, Camera M, 
     87        Special Scene 
     88                (Portrait, Foliage, Snow, Beach, Fireworks, Aquarium, Underwater, Indoor 
     89                Kids & Pets, Night Snapshot), 
     90        Color Accent, Color Swap, Digital Macro, Stitch Assist, Movie 
     91video 
     92640 x 480 (30 fps/30 fps LP), 320 x 240 (30 fps) available up to 4GB or 60 minutes, 640 x 480 (2 hours at 0.5 fps/1 fps), 
     93160 x 120 (3 min. at 15 fps) 
     94 
     95canon mode list @FFACFEF8 in 100c 
     96*/ 
     97// PROPCACE 49 
    8298static const CapturemodeMap modemap[] = { 
    83     { MODE_AUTO,               32768 }, // PROPCACE 49 
     99//    { ???,               32774 }, // "long shutter" in canon list 
     100    { MODE_AUTO,               32768 },  
    84101    { MODE_P,                  32772 }, 
    85102    { MODE_DIGITAL_MACRO,      33288 }, 
    86     { MODE_PORTRAIT,           16397 }, 
    87     { MODE_NIGHT_SNAPSHOT,     16395 }, 
    88     { MODE_COLOR_ACCENT,       33306 }, //  { MODE_SCN_COLOR_ACCENT,   33306 }, 
     103    { MODE_SCN_PORTRAIT,       16397 }, 
     104    { MODE_NIGHT_SNAPSHOT,     16395 }, // actually SCN, named SCN_NIGHT on other cams 
     105    { MODE_COLOR_ACCENT,       33306 }, 
    89106    { MODE_MY_COLORS,          33307 }, 
    90     { MODE_SCN_KIDS_PETS,      16400 }, //  { MODE_SCN_CHILD,          16400 }, 
    91     { MODE_SCN_INDOOR,         16401 }, //  { MODE_SCN_PARTY,          16401 }, 
    92     { MODE_SCN_FOLIAGE,        16402 }, //  { MODE_SCN_GRASS,          16402 }, 
     107    { MODE_SCN_KIDS_PETS,      16400 }, 
     108    { MODE_SCN_INDOOR,         16401 }, 
     109    { MODE_SCN_FOLIAGE,        16402 }, 
    93110    { MODE_SCN_SNOW,           16403 }, 
    94111    { MODE_SCN_BEACH,          16404 }, 
    95112    { MODE_SCN_FIREWORK,       16405 }, 
    96113    { MODE_SCN_AQUARIUM,       16407 }, 
    97     { MODE_SCN_WATER,          16406 }, 
     114    { MODE_SCN_UNDERWATER,     16406 }, 
    98115    { MODE_VIDEO_STD,          2597  }, 
    99 //    { MODE_VIDEO_SPEED,        2598  }, 
    100116    { MODE_VIDEO_COMPACT,      2599  }, 
    101117    { MODE_VIDEO_COLOR_ACCENT, 2595  }, 
  • trunk/platform/s3is/shooting.c

    r847 r859  
    7777};           
    7878 
     79/* 
     80http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=223&modelid=13077#ModelTechSpecsAct 
     81Shooting Modes 
     82    Auto; Creative: P, Av, Tv, M, C; Image: Portrait, Landscape, Night Scene, Sports,  
     83    Special Scene  
     84        Foliage, Snow, Beach, Fireworks, Indoor, Night Snapshot, Color Accent, Color Swap 
     85    My Colors, Stitch Assist, Movie 
     86video resolutions 
     87640 x 480 (30 fps/15 fps) / 320 x 240 (60 fps/30 fps/15 fps) available up to 1GB or 1 hour for each file size 
     88canon mode list @FF98F378 in 100a 
     89*/ 
    7990static const CapturemodeMap modemap[] = { 
    8091    { MODE_AUTO,                32768 }, 
  • trunk/platform/sx10/shooting.c

    r847 r859  
    8080};           
    8181 
     82/* 
     83http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=225&modelid=17630#ModelTechSpecsAct 
     84Shooting Modes 
     85        Auto, P, Av, Tv, M, C, Portrait, Landscape, Sports,  
     86        Special Scene  
     87                (Foliage, Snow, Beach, Sunset, Fireworks, Aquarium, Night Scene, Indoor, 
     88                ISO 3200, Color Accent, Color Swap), 
     89        Super Macro, Night Snapshot, Stitch Assist, Movie 
     90video res 
     91640 x 480 (30 fps/30 fps LP), 320 x 240 (30 fps) available up to 4GB or 60 minutes 
     92*/ 
    8293static const CapturemodeMap modemap[] = { 
    8394        { MODE_AUTO,               32768  }, 
     
    91102        // TODO dupe, order matters 
    92103        { MODE_VIDEO_STD,          2597   }, // video standby 
    93         { MODE_VIDEO_STD,          3622   }, // video in progress 
     104        { MODE_VIDEO_STD,          3622   }, // video in progress (not clear this belongs here) 
    94105        { MODE_STITCH,             33290  }, 
    95106        { MODE_SPORTS,             33287  }, 
     
    106117        { MODE_SCN_COLOR_ACCENT,   16923  }, 
    107118        { MODE_SCN_COLOR_SWAP,     16924  } 
     119//      { MODE_SUPER_MACRO,     ???  }, // maybe it doesn't get it's own mode value ? 
     120/* this sets C mode  
     121(saved custom settings for M, P etc.) Resulting PROPCASE_SHOOTING_MODE is whatever mode 
     122is saved in C, not this value. Need to figure out how to interface this with script 
     123*/ 
     124//      { MODE_C1,     8225  },  
    108125}; 
    109126 
Note: See TracChangeset for help on using the changeset viewer.