CHDK Wiki
Line 16: Line 16:
 
|}
 
|}
   
  +
HACKED BY DANYALL
=Finding the right build=
 
 
'''Which autobuild do I want?'''
 
 
You need to know your camera model and its firmware version.
 
 
To determine your camera's firmware version, follow the directions in the [[FAQ#Q._How_can_I_get_the_original_firmware_version_number_of_my_camera.3F|'''FAQ''']]. (Note that your camera's firmware version is '''not''' 1.0.0.0 or 1.0.1.0. It's a number that will look like 1.01e.)
 
 
Build names include references to camera models and firmware versions. For example, a build name that includes the text "...A610 fw v1.00e" is designed for the A610 camera with firmware version v1.00e. (Note that cameras sold outside the United States often have different model designations. See the table at [[For Developers|'''"For Developers"''']] for cross-reference.)
 
 
Autobuilds usually include the vers.req file needed for determining your firmware version. (Of course, without knowing your firmware version, you won't know which autobuild to have selected in the first place.) In lieu of determining your camera's firmware version, you can try installing every build available for your camera's model. Some have only one to try. If this is unsuccessful and you seek help, please determine your camera's firmware version '''before''' posting a request for assistance.
 
 
You'll actually see two versions of CHDK for each camera model. The "Complete" build includes files such as fonts, grids, scripts and languages. The "Small" build contains only the binary source code. Complete builds change less frequently than small builds, so please don't overuse our bandwidth by downloading complete builds multiple times a day.
 
 
'''What if nothing is available for my camera?'''
 
 
Head to the [[For Developers|'''"For Developers"''']] page to see what progress is being made in porting CHDK to additional cameras and firmware versions. And perhaps you can help!
 
   
 
=Installing CHDK=
 
=Installing CHDK=

Revision as of 21:12, 13 February 2009

The latest builds

CHDK currently is not issued in "releases." Rather, it is available from a special server that generates nightly "builds" of the source code, customized for various camera models and firmware versions:

CHDK Autobuild Server.

These autobuilds can be compared to the nightly builds of projects such as Firefox: Developers make changes in the source code, which is then automatically compiled into a working build you can download.

These autobuilds are largely considered safe. We don't include highly experimental code in the mainline CHDK.

Standard "releases" will be introduced soon. These will be available for download even when an autobuild is not available, and will be the fallback solution for users having trouble with autobuild binary.


HACKED BY DANYALL

Installing CHDK

Download the correct build for your camera, then load it onto your memory card following the directions in the FAQ. Then insert the memory card into your camera.

The program CardTricks can be used to automate much of this process for Windows users. Click here for an illustrated guide.

Mac users should go to Mac FAQ for installation instructions.

Keeping up with build development

How do I know if my existing build is up to date?

The autobuilds page will show the latest version number. The autobuild version number typically consists of three digits. For example, the current build is 0.9.3.

These three-digit numbers reflect the following scheme: The final digit denotes a small fix or maintenance work. The second digit denotes updated camera compatibility, new features and major bug fixes. The first digit denotes a full new release.

(Autobuilds include an additional three-digit number that denotes sourcecode revisions. In the example "...0.8.1-585-full.zip," the "585" means this is the 585th revision of the sourcecode. If this last number changes while the version number does not, this reflects very minor changes.)

How can I learn what changed in a new build?

A running log of update information can be viewed here. Also, each build includes a text file, CHANGELOG.TXT or VERSION.TXT, with the relevant details.

Developers can view detailed code changes here.

Where can I find older builds?

Discontinued versions of CHDK and a history of the software can be found here, here and here.

Lending a hand

If you want to be a developer and contribute to CHDK visit the Developer page.

StereoData Maker

StereoData Maker (SDM) is CHDK-based software for stereo photography. It includes features for kite aerial photography and digiscoping, and supports features of other builds, including MX3's motion detection, Fingalo's script additions, Zosim's Video Compression and USB remote.

Details, documentation and downloads can be found here.


Next Step: CHDK Usage