Age | Commit message (Collapse) | Author |
|
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
|
|
svn path=/trunk/externals/bbogart/; revision=13175
|
|
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
|
|
default. Added an extra free() to (hopefully)
solve some mem leak problems.
svn path=/trunk/externals/bbogart/; revision=11108
|
|
captured.
svn path=/trunk/externals/bbogart/; revision=11046
|
|
svn path=/trunk/externals/bbogart/; revision=10929
|
|
image capture and file-transfer commands. Tested over 6,000 iterations
with a 2 second sleep time.
svn path=/trunk/externals/bbogart/; revision=10928
|
|
Unfortunatly PD only got 2,000 bangs and died. Need to figure that out.
svn path=/trunk/externals/bbogart/; revision=10926
|
|
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
|
|
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
|
|
svn path=/trunk/externals/bbogart/; revision=10878
|