source: trunk/doc/1_intro.txt @ 531

Revision 531, 3.0 KB checked in by phyrephox, 5 years ago (diff)
  • increased version number to reflect for latest changes from previous revisions

+ added zoom override. first installment allows you to set a specific zoom value (on s3is for example between 0 and 128, on a620 between 0 and 8) that will be set upon starting the cam in record mode. Extra Photo Operations -> Zoom Override. You can disable and enable it there (default: off), also you can set the startup behaviour (there isnt much working right now :D). In the future: Not only set the zoom steps (in accurate int) but maybe set it using mm & factor (much like the shutter override menu stuff to allow for easing setting using "mnemonics"). Also will implement ZOOM BRACKETING. could be done via script, but then again everything could be done via script ;) Also i am wondering if i should focus after zooming. Also the zoom override should work like this, that no matter what value of zoom you set using the zoom lever, before each pic is taken the zoom will be set to the value you specified in the menu (much like shutter & aperture override). Also maybe implement the feature so that it remembers the actual zoom value you set (via lever/button) before shutting off the cam - and restore it when you power it on again!?
This feature works a) as somehow a "C" (custom mode in which you can save a few settings that will be remembered even when you shut off the cam) mode for cameras that dont have it and b) for studio photogs or other situations where you need the zoom in a fixed value over a long period of time. Noticed a bug: when you use this feature to zet zoom upon startup, you cant zoom out using the zoomlever, unless you zoom out before - i guess it is because the camera thinks you are still in wide (zoom 0). i guess one can fix that, dunno how though (yet).

+ added czech language file

  • fixed russian lang file - pethead updated it in the wiki (there are a lot of outdated lang files in the wiki, come on people!)
  • Property svn:eol-style set to CRLF
Line 
1Index:
2        01 - Introduction & Camera Specific Notes
3
4        02 - Installation
5
6        03 - FAQ
7
8        04 - Links, Urls
9
10        05 - GPL, License
11
12
13************************************
14
15
1601 - Introduction
17
18Hi,
19
20this is the small readme to CHDK. It provides just enough info to get you rolling, for more information use the links in the bottom.
21
22
23CHDK is a firmware enhancement that operates on a number of Canon Cameras. CHDK gets loaded into your camera's memory upon bootup (either manually or automatically). It provides additional functionality beyond that currently provided by the native camera firmware.
24
25CHDK is not a permanent firmware upgrade: you decide how it is loaded (manually or automatically) and you can always easily remove it.
26
27Main features:
28
29    * Save images in RAW format
30    * Ability to run "Scripts" to automate the camera
31    * Live histogram (RGB, blended, luminance and for each RGB channel)
32    * Zebra mode (blinking highlights and shadows to show over/under exposed areas)
33    * An "always on" full range Battery indicator
34    * Ability to turn off automatic dark-frame subtraction
35    * a higher compression movie mode, and double the maximum video file size
36    * exposure times as long as 65 seconds
37    * exposure times as little as 1/10,000 of a second
38    * ability to use the USB port for a remote trigger input
39
40Additional features:
41
42    * a depth-of-field (DOF)-calculator
43    * File browser
44    * Text reader
45    * Calendar
46    * Some fun tools and games
47
48Why would I want to use CHDK?
49
50    * To get Raw file capability on cameras that don't have that ability
51    * To get the ability to use scripts
52    * to be able to know the battery status at all times (not just when it's about to run out of power)
53    * you want or need any of the other enhancement features that CHDK provides
54
55What are scripts? Scripts are BASIC language programs that give you the ability to control the operation of the camera under program control. They have been used to add or extend the native capability of the camera: more flexible intervalometers, extended-range exposure compensation, extended bracketing ability, lightning photography, etc. See the script pages for more details.
56
57Beyond "Standard" CHDK
58
59Several developers have extended the basic features of CHDK to add additional major functions. You'll find these extended features in "special builds".
60
61There are several "Motion Detection" versions available that allow scripts to detect when motion (or any change in light intensity) occurs in one or more predefined regions of the images (the script can then take a photograph, a video, start a timer, etc) and there are some *very* cool applications based on this implementation.
62
63There is a "Stereo Data Maker" (SDM) version, specifically geared to stereo image applications (which also incorporates the Motion Detection routines).
64
65Additional video compression options (more or less), and the ability to go beyond the 1 Gbyte limit.
66
67Use your USB port as a remote control / "cable release".
68
69(to be expanded)
70
Note: See TracBrowser for help on using the repository browser.