CHDK Wiki
mNo edit summary
(Wikipedia interwiki link)
Line 1: Line 1:
The S5IS uses DryOS instead of vxWorks. As of 2008-04-07, CHDK works on the S5IS (1.01b).
+
The [[Wikipedia:Canon_PowerShot_S5_IS|Canon PowerShot S5 IS]] is a an 8.0 megapixel [[Wikipedia:bridge digital camera|bridge digital camera]]. It uses DryOS instead of vxWorks. As of 2008-04-07, CHDK works on the S5IS (1.01b).
   
 
Notes:
 
Notes:

Revision as of 21:14, 4 July 2008

The Canon PowerShot S5 IS is a an 8.0 megapixel bridge digital camera. It uses DryOS instead of vxWorks. As of 2008-04-07, CHDK works on the S5IS (1.01b).

Notes:

  • The S5 lacks an intervalometer, even though the S1, S2, and S3 have one. The closest thing it has natively is a "custom timer" -- a timer that will take multiple photos. Use a CHDK intervalometer script to add this feature.
  • RAW samples have been submitted to rawsamples.ch and are also available for direct download [1]. UFRaw does not support S5 yet, but dcraw (upon which it is based) apparently does.
  • Use DNG4PS to convert the raw files to .dng format, which can then be read by GIMP+UFRaw or by sufficiently recent versions of Adobe Photoshop.

Download

Firmware 1.01B

Firmware 1.01A

Installation

S5IS CHDK does not have PS.FIR, so you'll have to follow these steps:

  • Make sure your card is 4 GB or less. Bigger cards require FAT 32, which requires some extra-special steps.
  • Format your card as FAT 16.
  • Make the card bootable using the instructions for your operating system.
  • Create the MISC and DCIM folders.
  • Drop the latest DISKBOOT.bin onto the card.
  • Lock the card using its switch.
  • Insert the card into your camera.
  • Turn on your camera.

Note: CHDK will already be loaded after turning on your camera, there is no need for using the "Firmware Update" menu entry to load CHDK (also because that entry will not be there because there is no PS.FIR / PS.FI2).

Specifications

Native

  • Aperture: F2.7 to F8.0
  • Shutter speed: 15 to 1/3200
  • The manual states that a single continuous video can be up to 4 GB or 1 hour, whichever comes first.

Added by CHDK

  • f2.7 to f11 (anything above f11 reported not to work).
  • shutter from 65 seconds to 1/33333 seconds.

Developer notes

Firmware versions

As in the A610 case, the ver.req file works as well in this model.

Presumably, the "NT" in the upper block refers to "NTSC", because a camera bought in Europe (see below) had "PAL" in the same location.

1.01A

Upper block:

Canon PowerShot S5 IS
P-ID:3148  NT D

Lower block:

Firmware Ver GM1.01A
No error
May 29 2007    18:17:20

Pressing DISP twice more (still holding SET) returns this additional block:

Adj Ver.007.000
IS Firm Ver.  3.00
IS Param Ver.  3.00

A copy of the 1.01A firmware dump (from 0xff810000) for the camera listed above (dumped via blinking the AF led) is available here.

1.01B

Another version has this lower block:

Firmware Ver GM1.01B
No error
Jun 14 2007    16:12:20

The upper block and additional text are the same as with 1.01A, though. (Timestamp changes, of course.)

A copy of the 1.01B firmware dump is available here (md5: 63f211fe670b185e48b3062aefd789ca).

Another camera with 1.01B (American-bought) returned a timestamp of Jun 14 2007 20:11:19. Note that this is the same timestamp as the European one below.

European 1.01B

Another version bought at Amazon in Germany (Made in Japan):

Canon PowerShot S5 IS
P-ID:3148  PAL D

Firmware Ver GM1.01B
No error
June 14 2007    20:11:19

Pressing DISP returns:

Adj Ver.007.000
IS Firm Ver.  3.01
IS Param Ver.  3.01

LED addresses

 #define LED_AF 0xC02200E0 // AF Beam (green)
 #define LED_GR 0xC02200DC // green state-led (bi-state with orange)
 #define LED_OR 0xC02200D8 // orange state-led (bi-state with green)
 #define LED_WR 0xC02200D4 // write indicator (red)

Other leds are controlled with a LED-table and UniqueLedOn / UniqueLedOff.

Benchmarks

Benchmarks by the benchmark feature:

Screen

  • Write: 5346 Kb/s 63 FPS
  • Read: 13965 Kb/s 55 FPS

Memory

  • Write: 39960 Kb/s
  • Read: 56496 Kb/s

Flash Card

This will depend on the type of card you use! I tested wish a 4 gig Class 6

  • Write (RAM): 6688 Kb/s
  • Write (Mem): 6237 Kb/s
  • Write (64k): 4762 Kb/s
  • Read (64k): 7185 Kb/s

Tests on an SanDisk Ultra II 2.0 GB - 15 MB/s

  • Write (RAM): 10630 Kb/s
  • Write (Mem): 8904 Kb/s
  • Write (64k): 6826 Kb/s
  • Read (64k): 7123 Kb/s