January 25th, 2012· Fixed a buffer overflow in the AOX driver that would occur when fewer than 15 pictures were on the camera.
August 23rd, 2010translations:
· libgphoto2_port updated: russian, slovakian
· libgphoto2 updated: italian, polish, russian
sts2205:
· Fix build without GD development headers due to stray ;
ptp2:
· linear backoff waiting for Nikon events to reduce load
· ptpip senddata fix (was broken before)
· be more careful with USB interrupt checks on MacOS X, as they do
· not timeout currently.
August 16th, 2010· Event loop handling non-waitevent able cameras.
· capture-movie (optional arguments: frames, or seconds)
· now loops over preview capture as fast as possible
· and writes the frames continously.
· The resulting file is "MotionJPEG" and can be postprocessed
· or displayed (by mplayer).
Also output to stdout is possible for pipeing like:
· gphoto2 --stdout --capture-movie | someotherprogram
April 12th, 2010· Capture main event loop rewritten to always use wait event
· to also support multiple image captures. (JPEG+RAW)
· Fixed various bugs and memory leaks.
· Translation updates.
February 9th, 2010· Output CAPTURECOMPLETE on waitevent
· On --filename "foo/bar/berk.jpg" create subdirectories if
· not yet present.
New shell command:
· capture-preview
· Added Bulb Mode in interval capture with -B / --bulb
September 17th, 2009· New --wait-event-and-download commandline option.
· capture-tethered and --wait-event-and-download take optional
· counts or seconds, default is infinite waiting.
May 18th, 2009PTP2 driver:
· Fixed Nikon DSLR capture in LiveView mode (like gtkam uses).
· More Canon EOS stuff decoded, added experimental "capturetarget" support
· for EOS.
· Canon EOS LiveView support (experimental, reported working for EOS 1000D).
Added new USB ids:
· Kodak V803, M1063
· Canon PowerShot A650IS, SD990 (aka IXUS 980IS), SD880IS, A480
· Canon EOS 50D
· Fuji FinePix S1000fd
· Retrieve filedates again from PTP objects.
· speedup: Do not list files on / (there aren't any).
· Bugfixes.
Canon driver:
· Support Exposure Bias setting.
· More shutterspeeds.
libgphoto2:
· Fixed a problem during file retrieval which causes Canon Normal
· capture-image-and-download errors, handle CR2 and CRW mimetypes.
· Fixed ordering of filelists again that broke the digigr8 driver.
· Translation updates.
digigr8:
· Added a new version of the disney pix micro.
April 3rd, 2009· Updated translations
· Pressing Ctrl-C in tethered capture mode works now.
January 22nd, 2009libgphoto2:
· Updated translations from translationproject.org
PTP2 driver:
· Developed in parallel with TRUNK.
· Only retrieve and initialize the ptp filesystem if needed (this will give speed ups for config operations, basic init and summary.)
· Export the hidden vendor specific properties of the current Nikon DSLRs. (over a hundred with all camera configuration details...) (D80, D90, D300, D700, D40x got, D200 guessed)
· Lots of new Nikon DSLR and Canon Powershot properties implemented, both printed in summary and available for config functions querying and/or setting.
· Query and Set image protection flags (actually used by digikam).
· Lots of bugfixes and changes in Canon and Nikon specific capture routines.
· Some defines for PTP 1.1 added. Will have to wait for implementation until a device gets available.
· New cameras added: Kodak C913 Nikon D90 Canon Digital IXUS 960IS, EOS 1000D, SD1100 IS, SX10 IS, SX110 IS Fuji FinePix A920, F100fd, S200HD Apple iPod Touch (just saved screenshots and uploaded images)
· PTP v1.1 defines added (implementation will start once devices are available)
· Synced MTP device list from libmtp (0.3.5 level).
· Lots of bugfixes.
jl2005c:
· Experimental driver for jl2005c based cameras added. Can only retrieve raw images currently, no viewable images yet. Not builtin by default. ./configure --with-drivers=all,jl2005c
libgphoto2_port:
· Updated translations from translationproject.org
· Serial driver: do not lock device during probe to reduce startup time.
October 20th, 2008· Updated translations.
· For multiple cameras, specifying with --port usb:xxx,yyy is now sufficient (previously needed --port and --camera).
October 4th, 2008· Updated translations.
capture-image split into:
· capture-image: Just captures image, no download.
· capture-image-and-download: captures image and downloads it.
April 2nd, 2008· Made capture preview that saves to files work
· Capture-image has no arguments
· Version check for libgphoto2 fixed
· cs, da, it, vi translations updated