Ignore:
Timestamp:
01/28/12 03:39:05 (16 months ago)
Author:
philmoz
Message:

Merged revision(s) 1617 from branches/release-1_0:
Updates to A3300 IS from mk11174. Includes new firmware version 1.00d.
http://chdk.setepontos.com/index.php?topic=650.msg80579#msg80579

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/platform/a3300/notes.txt

    r1554 r1620  
    1 A3300 notes 
     1Canon A3300is 
    22 
    3 WARNING WARNING WARNING 
     3Just to Note: I am not a programmer, I have never touched coding before this port, I wanted this port for my daughter so I gave it a shot and am pleased with the progress. 
    44 
    5 This is an *incomplete* alpha port, done by an person with limited programming experience. It has known issues, and likely many unknown issues. 
     5I have never used CHDK before, but from what I can tell, everything in the menus seem to work. 
    66 
    7 If you are an experienced programmer with this camera, you may want to start from scratch rather than trying to fix this port. 
    8 Most of the comments are probably copy/pasted from other ports, DO NOT TRUST THEM. 
     7One thing I notice is with the aperture, when you override it, it does effect the exposure of the image and it shows the value in stats display, but only at F2.8 will it actually show F2.8 on the canon OSD. But it is working it seems and does change the exposure on every setting. Any override at wide zoom other then F2.8 will show F8.0 on Canons OSD. 
    98 
    10 If you are an end user and somehow obtained a build of this, you should proceed with caution and assume that things will be broken. 
     9Shutter seems fine except when you go past 15", the cam can take 64sec expsosures when overridden so it is working fine, but canon only shows 15" 
    1110 
    12 porting thread http://chdk.setepontos.com/index.php?topic=6972.0 
     11------------------------------------------------------------------------- 
     12To enter CHDK <Alt> mode use the DISP+SET button. 
    1313 
    14 TOTALLY INCOMPLETE LIST OF OF KNOWN ISSUES: 
    15 modemap in shooting.c is wrong (see stubs_entry.S) 
    16 zoom step / focus table etc stuff in main.c is wrong (copy/paste from some totally different camera) 
    17 lib.c get_flash_params_count likely wrong 
    18 platform_camera.h values are likely wrong 
     14 
     15----------------------------------------------------------------------- 
     16Shortcut Keys 
     17 In Alt mode 
     18: 
     19Press Display to toggle Zoom focusing if Stats are turn on in OSD menu 
     20Press + or - to change Factor 
     21Use zoom lever to focus. 
     22------------------------------------------------------------ 
     23For now colors to get Red logo are set for Shooting mode, Play mode will be orange. 
     24Go into visual settings to adjust and menu colors the way you want. 
     25 
     26Also I had to add a new Pallette==14 to /core/gui_draw.h  to get 
     27red splash screen in shoot mode. 
     28------------------------------------------------------------------------------------  
     29 
     30I also needed to add to /include/modelist.h to get Mode_Live and Mode_Discreet for my cam. 
     31-------------------------------------------------------------------------------------- 
     32Have not tested USB shutter control yet. 
     33------------------------------------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.