This is a script for wireless remote shooting using CHDK and a Toshiba FlashAir WiFi SD-card.
Use any smartphone, iPad, computer, ... to control a CHDK script on the camera which takes a photo.
Using this script you can connect to the FlashAir card via Wifi and a Web browser to get a web page which allows interaction with the camera:
* Zoom in / zoom out
* Take a picture
* Take a number of pictures with a settable interval (a
very simple intervalometer)
* Adjust delay until the first picture is taken
* See information about camera status (free space on SD, battery voltage, ...)
The project is hosted on
Github.
The script is also attached to this post.
Installation is a bit more complicated than other CHDK scripts, since this project contains several files (the CHDK script, another lua script which does not run on the camera but on the FlashAir card plus the web page files), but it should not be too difficult. See webpage on Github for instructions.
This is my first CHDK script, so there may be some rough edges. You have been warned
The script has been tested on a Canon SX260 HS.
From what I read about CHDK's zoom functions this may not work perfectly on all cameras. The script does not use setZoom(), which is (has been?) known to cause problems, so it should work on all cameras, but the display on the web page may be wrong. Feedback will be welcome.
This project is based on ideas and work from
this thread.
Enjoy.
Jens