piggyphoto
piggyphoto copied to clipboard
Python bindings for libgphoto2
Hi, I forked your project and am using it for one of mine. In your readme, you encourage usage but you don't have a license. If you could add (an...
Hi! I'm having a memory leak when liveview is running, is there any way to avoid this? Regards code: def liveview(): global main_surface C = piggyphoto.camera() C.leave_locked() C.capture_preview('./Ims/preview.jpg') picture =...
I'm using the code for a python3 project, so I thought I'd push the code I'm using. It's not python2 compatible!
There is no such attribute for ctypes at least on Python 2.7 (current Debian Squeeze version). More over, Python ctypes documentation doesn't speak of this attribute: http://docs.python.org/2/library/ctypes.html#fundamental-data-types After some tests,...
Add method for exporting data for a GTK Pixbuf object to load.
@alexdu, not sure if you're still actively maintaining this project, but i'm trying to resurrect it for use with the book scanning project at https://github.com/diybookscanner/spreads. Most of these changes are...
Hi Alex. I don't know if you still follow this but if TRUE i have a question. Is it possible to leave the the captured Image on the SD Card?...
Hello, I cannot change the settings on my canon eos 600d from fedora 16, python 2.7.3, gphoto2 2.4.14 ``` import piggyphoto as pp C.leave_locked() C.config.main.imgsettings.iso.value = 3 ``` Segmentation violation...
It seems to be incompatible with debian squeeze python2.7 - something has changed in ctypes maybe? Error ca be seen whily running python list-config.py : ``` Python main.actions.manualfocusdrive = Traceback...