Changeset 1620 for trunk/platform/a3300/notes.txt
- Timestamp:
- 01/28/12 03:39:05 (16 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
platform/a3300/notes.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1617
- Property svn:mergeinfo changed
-
trunk/platform/a3300/notes.txt
r1554 r1620 1 A3300 notes1 Canon A3300is 2 2 3 WARNING WARNING WARNING 3 Just 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. 4 4 5 This is an *incomplete* alpha port, done by an person with limited programming experience. It has known issues, and likely many unknown issues.5 I have never used CHDK before, but from what I can tell, everything in the menus seem to work. 6 6 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. 7 One 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. 9 8 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. 9 Shutter 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" 11 10 12 porting thread http://chdk.setepontos.com/index.php?topic=6972.0 11 ------------------------------------------------------------------------- 12 To enter CHDK <Alt> mode use the DISP+SET button. 13 13 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 ----------------------------------------------------------------------- 16 Shortcut Keys 17 In Alt mode 18 : 19 Press Display to toggle Zoom focusing if Stats are turn on in OSD menu 20 Press + or - to change Factor 21 Use zoom lever to focus. 22 ------------------------------------------------------------ 23 For now colors to get Red logo are set for Shooting mode, Play mode will be orange. 24 Go into visual settings to adjust and menu colors the way you want. 25 26 Also I had to add a new Pallette==14 to /core/gui_draw.h to get 27 red splash screen in shoot mode. 28 ------------------------------------------------------------------------------------ 29 30 I also needed to add to /include/modelist.h to get Mode_Live and Mode_Discreet for my cam. 31 -------------------------------------------------------------------------------------- 32 Have not tested USB shutter control yet. 33 -------------------------------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.