aboutsummaryrefslogtreecommitdiff
path: root/gphoto
AgeCommit message (Collapse)Author
2009-04-24The makefile now includes debugging options by B. Bogart
default. Added an extra free() to (hopefully) solve some mem leak problems. svn path=/trunk/externals/bbogart/; revision=11108
2009-04-17Now the captureimages selector sends a float for the index of each image B. Bogart
captured. svn path=/trunk/externals/bbogart/; revision=11046
2009-03-30Missed a semicolon.B. Bogart
svn path=/trunk/externals/bbogart/; revision=10929
2009-03-30Added captureimages selector which allows the long-term reexecution of B. Bogart
image capture and file-transfer commands. Tested over 6,000 iterations with a 2 second sleep time. svn path=/trunk/externals/bbogart/; revision=10928
2009-03-29The captureimages method worked a lot betterl, 10,000 iterations.B. Bogart
Unfortunatly PD only got 2,000 bangs and died. Need to figure that out. svn path=/trunk/externals/bbogart/; revision=10926
2009-03-27Fixed one of the multiple-iteration crashes when capturing images by B. Bogart
setting the threads "detatched" attribute. Now it seems that gphoto is causing a similar issue when after 338 iterations the camera is no longer recognized. Will add a method for capturing multiple images in a loop without disconnecting from camera. Fixed the issue with setting ISO (WIDGET_RADIO) values. svn path=/trunk/externals/bbogart/; revision=10911
2009-03-21Wrapped all pd functions with sys_lock() and sys_unlock().B. Bogart
Changed listconfig back to sending a value out for each child, rather than creating a PD list from within the external. svn path=/trunk/externals/bbogart/; revision=10882
2009-03-19Added COPYING and a couple README files.B. Bogart
svn path=/trunk/externals/bbogart/; revision=10879
2009-03-19First functional version of gphoto PD external.B. Bogart
svn path=/trunk/externals/bbogart/; revision=10878