Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Piggyphoto | 140 | 12 years ago | 10 | C | ||||||
Python bindings for libgphoto2 | ||||||||||
Ocvm | 33 | 2 years ago | 13 | C++ | ||||||
OpenComputer Emulator | ||||||||||
Redmine Libsvn | 22 | 12 years ago | 4 | mit | Ruby | |||||
Redmine plugin to use libsvn bindings to access Subversion repositories. | ||||||||||
Ruby Terminfo | 19 | 2 months ago | 1 | HTML | ||||||
ruby-terminfo is a terminfo binding for Ruby | ||||||||||
Svn_wc | 16 | 1 | 11 years ago | 6 | February 07, 2012 | 1 | lgpl-3.0 | Ruby | ||
A Rubygem. Operate on the working copy of a (remote) Subversion (svn) repository. Utilizes the Subversion Ruby Bindings, exposing their functionality in a simplified way. | ||||||||||
Alien Svn | 16 | 4 years ago | 14 | C | ||||||
Easy installation of the Subversion Perl Bindings | ||||||||||
Subvertpy | 11 | 4 months ago | 9 | lgpl-2.1 | C | |||||
Alternative Python bindings for Subversion | ||||||||||
Llvmruby | 8 | 14 years ago | mit | Ruby | ||||||
LLVM bindings for Ruby | ||||||||||
Python Syncml | 7 | 14 years ago | other | |||||||
Geos | 6 | 12 years ago | lgpl-2.1 | C++ | ||||||
mirror of official svn. synchronized hourly. |
Python bindings for libgphoto2.
This is a very rough proof of concept. Feel free to play with it and add improvements.
You have to install libgphoto2. It should work with any version, from the one prepackaged in Ubuntu to the latest SVN checkout. In theory, of course :)
import piggyphoto
C = piggyphoto.camera()
print C.abilities
C.capture_preview('preview.jpg')
C.capture_image('image.jpg')
Enjoy!