[Image-SIG] ptp and python

Terry Hancock hancock at anansispaceworks.com
Thu Feb 26 10:37:44 EST 2004


On Wednesday 25 February 2004 01:51 pm, www.stani.be wrote:
> I would be very happy with a python module, which
> implements the ptp (picture transfer protocol). That
> would make possible to take pictures with your digital
> camera on python command.  Anybody has tips or work
> arounds (eg command line programs)

I would expect this translates to a Python wrapper for
libgphoto2 -- suggest looking at:

http://www.gphoto.org/

However,

http://www.gphoto.org/doc/manual/future.html

suggests that it does not yet exist.  Perhaps you'll want to
consider using one of the various methods to wrap C libs
for Python.  I'd probably look at Pyrex 

http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/

if I were going to try to do that.

Cheers,
Terry

--
Terry Hancock ( hancock at anansispaceworks.com )
Anansi Spaceworks  http://www.anansispaceworks.com



More information about the Image-SIG mailing list