Hej,
Okej guys thanks for the answer, there's what I missed : PTPcam. Is there a usable version downloadable somewhere ? I managed to compile CHDK with the help of whim's tool, but I don't think I'll go further than that. :/
My build of ptpcam is here
http://drop.io/reyalp_chdk/asset/ptpcam-mingw-reyalp-test-zipthe non-chdk functionality seems a bit broken, but maybe I just don't understand it. Some of the help messages in the CHDK section are also wrong.
ptpcam development seems pretty dead, we may want to fork our own CHDK specific version, or maybe just write our own tool. It would be nice to have something cross platform and easy to build. A library that others could build on would be ideal.
How far are we from being able to use CHDKcam ?
1) CHDKcam is written with Borland c++ builder, so people without that can't easily update it. I don't know if there is a free tool that can build this code (Borland released some of their command line compilers for free, but it's been a long time since I looked at this)
2) CHDKcam needs to be updated to talk to the current CHDK/ptp protocol
3) The current PTP implementation doesn't include the functions required by some features, e.g. live view. These shouldn't be too hard to add. In the original patches, this required camera specific code, but I think it could be generic for most.