<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=24.5.66.14</id>
	<title>Noisebridge - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=24.5.66.14"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/24.5.66.14"/>
	<updated>2026-04-06T13:34:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=CHDK&amp;diff=57150</id>
		<title>CHDK</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=CHDK&amp;diff=57150"/>
		<updated>2017-03-09T00:18:16Z</updated>

		<summary type="html">&lt;p&gt;24.5.66.14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the [http://chdk.wikia.com/wiki/CHDK Canon Hack Development Kit]. It could be used to overwrite firmware which limits the functionality of Canon PowerShot models of cameras.&lt;br /&gt;
&lt;br /&gt;
It can also brick a camera. The distinction seems difficult to determine.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
The wiki says you are supposed to run [http://chdk.wikia.com/wiki/ACID ACID] to determine the version of the firmware on the PowerShot A2500 that belongs to Noisebridge.&lt;br /&gt;
&lt;br /&gt;
ACID says the camera works but it can&#039;t download what I want  :(&lt;br /&gt;
&lt;br /&gt;
[[File:Acid-chdk-powershot2500.png| 720px]]&lt;br /&gt;
&lt;br /&gt;
== Operation ==&lt;br /&gt;
&lt;br /&gt;
Remote Control requires a special [https://app.assembla.com/wiki/show/chdkptp PTP extension]. From there it appears there are some helpful utilities. There is some [https://app.assembla.com/spaces/chdkptp/subversion/source/HEAD/trunk/README-OSX.TXT low quality information] regarding building the computer PTP interface on OS X 10.8. It will not build on macOS Sierra.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The info about [http://chdk.wikia.com/wiki/PtpCamGui PtpCamGui] will result in a program that will connect to a camera. It&#039;s good for timelapse and other computer controlled features though it will not work for liveview. It seems to have limited features.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Linux&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Download the binary.&lt;br /&gt;
&lt;br /&gt;
For Gnome, disable gvfsd-gphoto2 with the venerable kill utility. To enter an interactive shell, do this&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./chdkptp.sh -c&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To take a picture and save it to the computer, give the script some arguments&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./chdkptp.sh -c -e&amp;quot;rec&amp;quot; -e&amp;quot;rs selfie&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Follow the instructions to download, copy and link the IUP (Portable User Interface) and CD (Canvas Display) Lua libraries. Enable IUP and CD in config.mk then build the source. The binary doesn&#039;t have any GUI bindings[[citation needed]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;building chdkptp&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
macOS:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
brew install lua libusb&lt;br /&gt;
brew install --force readline&lt;br /&gt;
svn co http://subversion.assembla.com/svn/chdkptp/trunk/ chdkptp&lt;br /&gt;
cd chdkptp&lt;br /&gt;
cp config-sample-linux.mk config.mk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
edit config.mk&lt;br /&gt;
&lt;br /&gt;
replace LUA_INCLUDE_DIR and LUA_LIB with the following values&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
LUA_INCLUDE_DIR=/usr/local/opt/lua/&lt;br /&gt;
LUA_LIB=lua&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
edit Makefile so that the line around 111 with the main LDFLAGS definition reads &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
LDFLAGS+=$(LIB_PATHS) -L/usr/local/opt/readline/lib $(patsubst %,-l%,$(LINK_LIBS) $(SYS_LIBS))&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
continue to build&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit [https://app.assembla.com/spaces/chdkptp/subversion/source/HEAD/trunk/README-OSX.TXT#ln26 chdkptp-sample.sh]&lt;br /&gt;
&lt;br /&gt;
run chdkptp-sample.sh&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;./chdkptp-sample.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Scripting ==&lt;br /&gt;
&lt;br /&gt;
Once installed, it is possible to write scripts in the Lua language which run directly on the camera. There is a [https://library.noisebridge.net/detail/1303/ Lua reference] in the Noisebridge [[Library]].&lt;/div&gt;</summary>
		<author><name>24.5.66.14</name></author>
	</entry>
</feed>