The Canon SX260 HS has at least 5 different [[Palette|palettes]] , 4 for the common {{button|record}}, {{button|playback}}, {{button|menu}} and {{button|set}} menu contexts, and a separate one for the ''Live'' mode {{button|set}} menu.
[[File:Sx260hs-osd-360x240.png|frame|Canon SX260 HS Common OSD elements]]Various modes have specific OSD elements.
+
+
In PASM modes, most likely to be used by CHDK users, there are some common OSD elements shown in the image here. Note that most of the elements lay on an outer 'ring' which may interfere with CHDK OSD element display. The date/time stamp, digital zoom and GPS options lay a bit inside, but the former two are also likely not used by CHDK users.
+
+
+
+
+
+
+
+
+
+
[[File:Sx260hs-stitchassistright.png|frame|Canon SX260 HS Common OSD elements]]One particularly different OSD display is used with the ''Stitch Assist'' mode, as the actual view is reduced.
+
+
Shown is Stitch Assist with panning to the right - panning to the left has the inner display box mirrored.
+
+
+
+
+
+
+
Line 55:
Line 85:
==CHDK Specialties==
==CHDK Specialties==
''This section describes special CHDK-related things...''
''This section describes special CHDK-related things...''
−
===Shortcuts:===
+
===Known issues===
+
* CHDK RAW (and also DNG) files are not created correctly when the camera is in AUTO mode; if you want to store RAW or DNG images, use the camera's M mode. <small><sub>''[[User:Fe50|Fe50]] ([[User talk:Fe50|talk]]) 20:39, December 25, 2012 (UTC)''</sub></small>
+
+
===Shortcuts===
+
* To get into the CHDK menu while in camera mode, press the playback button {{Button|▸}}
+
* To enter playback mode, press and hold the playback button {{Button|▸}}
+
===File System Support===
+
* When using the firmware update method to load CHDK, the storage can be formatted as exFAT and CHDK will be able to write images to it. Video recording to exFAT using CHDK has not been tested.
==For Developers==
==For Developers==
Line 63:
Line 100:
* DryOS v2.3, release #0050
* DryOS v2.3, release #0050
* FW start address: FF000000
* FW start address: FF000000
−
* FI2KEY is @ FFFF3CE0 , and is the same as Sx40 like other "d4c"<br />and FI2IV is @FF657B44
+
* FI2KEY is @ FFFF3CE0 , and is the same as Sx40 like other "d4c"<br />and FI2IV is @FF657B44
* new dancing bits { 6,3,1,0,5,7,2,4 } , located @ 0xFF5AAB0C<br />
* new dancing bits { 6,3,1,0,5,7,2,4 } , located @ 0xFF5AAB0C<br />
Line 85:
Line 122:
* Write '''0x46''' to light the LED, '''0xCF''' to turn it off.
* Write '''0x46''' to light the LED, '''0xCF''' to turn it off.
−
* Writing 0x44 will turn off the AF beam, but it won't turn off the I/O LED. 0xCF works for both.
+
* Writing 0x44 will turn off the AF beam, but it won't turn off the I/O LED. 0xCF works for both.
Latest revision as of 00:47, February 15, 2013
The Powershot SX260 HS is the successor to the SX230 HS.
Alpha CHDK builds are available for the SX260 HS firmware versions 1.00B, 1.00C and 1.01A from the Download page
The Canon SX260 HS has at least 5 different palettes , 4 for the common record, playback, menu and set menu contexts, and a separate one for the Live mode set menu.
In PASM modes, most likely to be used by CHDK users, there are some common OSD elements shown in the image here. Note that most of the elements lay on an outer 'ring' which may interfere with CHDK OSD element display. The date/time stamp, digital zoom and GPS options lay a bit inside, but the former two are also likely not used by CHDK users.
CHDK RAW (and also DNG) files are not created correctly when the camera is in AUTO mode; if you want to store RAW or DNG images, use the camera's M mode. Fe50 (talk) 20:39, December 25, 2012 (UTC)
When using the firmware update method to load CHDK, the storage can be formatted as exFAT and CHDK will be able to write images to it. Video recording to exFAT using CHDK has not been tested.
First, enable control by writing 0x46 to the following addresses:
0xC022C200 <-- Required for AF Beam control to work
0xC0223000 <-- Required for I/O LED control to work
0xC0223070 <-- Required for I/O LED control to work
after doing this, these are the on/off addresses:
0xC0223030 <-- AF Beam
0xC022C028 <-- I/O LED
Write 0x46 to light the LED, 0xCF to turn it off.
Writing 0x44 will turn off the AF beam, but it won't turn off the I/O LED. 0xCF works for both.