CHDK Wiki
Advertisement

mk - working on removing this page. the content will be on the main page, install instructions, or starting development.

CHDK In Brief

CHDK 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.

CHDK is not a permanent firmware upgrade: you decide how it is loaded (manually or automatically) and you can always easily remove it.

Please see the FAQ, CHDK for Dummies, Firmware Usage page and the One Page Ultra-Quick Users Guide, as well as other pages on this wiki, for more specifics on supported cameras, details of features, scripting, downloading, etc.

Quick answers to 7 key questions about CHDK:

1. What is CHDK?

CHDK is not just one thing! The term CHDK refers to free software – currently available for many (but not all) Canon PowerShot compact digital cameras – that you can load onto your camera's memory card to give your camera greatly enhanced capabilities.

3. Is CHDK safe to use?

Probably. See the following FAQ entries for more information

6. What else should I know?

Developers around the world are continuing to add new features to CHDK. Because the idea of using the camera's microprocessor is so flexible, various developers have made different versions of CHDK, and new features continue to be developed - for example, one version of CHDK has features assist in taking stereo photographs, and even allows two cameras to be synchronized to take pictures at the same time (with an accuracy of better than 0.1 milliseconds, providing they are the same camera model).

7. How do I get started with CHDK?

See below, and read the FAQ, CHDK for Dummies and the Firmware Usage page !!!
(http://chdk.wikia.com/wiki/FAQ , http://chdk.wikia.com/wiki/CHDK_for_Dummies and http://chdk.wikia.com/wiki/CHDK_firmware_usage)


A sampling of those additional features/functionality.

CHDK uses - own page?

Link to SDM?

What 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 abil

Beyond "Standard" CHDK

There 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.



See the CHDK Special Builds section at the bottom of the front page for more information, and then follow the links to the developers' pages for the details.

CHDK: How do I install CHDK?

Step 1. See if there is a CHDK for your camera and firmware

You need to know your camera model and its firmware version. (Note: non-US models sometimes have different model designations, and sometimes references to the camera models here don't cross reference to those. You may have to seek out this information.)

A good place to start is on the FAQ and the DOWNLOADS page.

If Downloads doesn't give you the desired information, visit For Developers for a list of all models (including US and European names). A colour code tells you how far the basic support for CHDK is.

Step 2. If CHDK is available for your camera & FW (yeah!), download it

You can find the links at the DOWNLOADS page as well.

Step 3. Transfer the CHDK program files onto your memory card

See the FAQ for how to do this. (Key point: there are two files, each about 110 kBytes, that must be placed on the memory card in its root directory)

Step 4. Get CHDK to 'boot' (or load) into the camera after you turn it on

Your camera is a computer, and just because you load a program onto its hard disk doesn't mean that program will run every time you turn on your computer. You really must read the FAQ to learn how to get CHDK running. In brief, you have two options: either manual (you take steps to load it each time you turn on your camera) or automatic loading (it loads each time the camera turns on, without any additional steps by you).

Step 5. Use it!

Get started with the One Page Ultra-Quick Users Guide, then read the Firmware Usage page for the more details. Explore the rest of this wiki for more information.

CHDK: What if there isn't a CHDK for my camera?

There is active development work on a number of cameras and/or firmware versions that currently are not supported. Check out the For Developers page for the listing of ongoing projects. (and consider helping out.)

In brief, these are the key steps in the porting process:

  1. get the camera to somehow respond to something on the card.
  2. using the process that got you step 1, and some mediumly complex electronics, (and a bit of luck and late night futzing) read out a copy of the existing firmware (e.g., dump the firmware).
  3. analyze the firmware, find out where key routines are.
  4. modify the source code to add the locations of these key routines
  5. compile the software, debug it, and you've got it!
  6. Flip out like a ninja! (this step is optional, but truly deserved! :)

The table at the begining of the For Developers page shows known status of different cameras.



The next step: CHDK for Dummies

Advertisement