I'm currently working on a Java based Timelpase Control Software. So it should be platform independent, except the JNI Library, which has to be compiled for each operating System.
I'm writing here because of two reasons, first I would like to know if there are other people interested in this software and may want to use it when it's finished, and second I hope may to get some help;-)
The backend is based on chdkptp, the GUI is written from scratch and not yet finished.
I want to support the following (main)features:
- Liveview (already working, 320x240px)
- Shooting (also working, get full 12MPX)
- Pre-, Post- and Error Actions (e.g. Turning light on / off, resseting Camera, Sending Mail on error), Plugin based
- Scripting interface for special configuration (JS)
- Camera configuration (Focus, P, M, Tv, Av, etc.)
Screenshots of working Prototype attached. If you have inputs / requirements you can write them here, I may implement them.
So, now the problems I get with CHDK:
I have two cameras here, A PowerShot A810 and an IXUS 120 IS.
- The IXUS is working fine, but the PowerShot is turning off if I try to zoom, shoot etc. only liveview is working.
- I do now a shoot, then download the file and delete it from SD Card, is there a possibility to download images directly without saving to SD Card? I don't know how this is called...
My target is to do long term timelapse Videos, so I'll connect the camera power Button with external hardware and also make the power supply switchable over USB. So I can restart the camera. Not done yet, but shoulden't be a problem...
Andreas