aboutsummaryrefslogtreecommitdiff
path: root/gphoto/gphoto-help.pd
AgeCommit message (Collapse)Author
2010-08-10Fixed a typo in helpfile.B. Bogart
Actually (tested) solved stall after code cleanup and memleak solution thanks to Martin Peach and the gphoto devs. This code should be installation ready! svn path=/trunk/externals/bbogart/; revision=13783
2010-03-09Made some slight changes, for example the limit of ~500 images is likely B. Bogart
due to the lack of a file close in captureImage, as there is a limit to how many files can be open by a single process. Testing the capture of more than 500 images at a time has not been done. Also added some missing sys_lock() and sys_unlock() calls around error(). svn path=/trunk/externals/bbogart/; revision=13196
2010-02-19Added "open" and "close" methods so that many commands can be executed B. Bogart
without needed to reinitialize the camera (which can only be done a limited number of times). Fixed problems with running on newer PDs (>0.40-4). Cleaned up code a little, removed problems leading to many warnings. Updates to help file. svn path=/trunk/externals/bbogart/; revision=13174
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-19First functional version of gphoto PD external.B. Bogart
svn path=/trunk/externals/bbogart/; revision=10878