gphoto2 2.4.2
- Updated translations.
- Major change in behaviour:
--capture-image split into:
- --capture-image : Just captures image, no download.
- --capture-image-and-download : captures image and downloads it.
libgphoto2 2.4.2
libgphoto2
- Camera abilities list sorting now uses qsort(),
bringing startup speedups by seconds. (0.4 seconds on 2GHz machine).
- On large files, do not try to retrieve thumbnails.
- Updated lots of translations.
PTP2 driver
- Full merge of TRUNK ptp2 camlib.
- Lots of new IDs added. Also changed MTP id handling to share devices
with current libmtp.
- Canon now can capture to both CF/SD Card and internal memory
with extract/retracting the lens. "capturetarget" config option
determines which ones used.
- EOS capture support made working with newer Canon EOS models,
now reported working for EOS 400D, 450D, 40D.
- Handle MTP to Canon/Nikon vendor id transitions better.
- Download cancellation support.
- Handle canon cameras with shorter timeouts on startup (hopefully
does not break) to avoid very long second startup delays.
- Lots of bugfixes.
Canon driver
- Configuration of Flash, Beep and Zoom added.
- Enable/disable remote mode only once per session (on demand)
- Fixed a CR2 thumbnail download problem.
- Fixed a THM download problem (for movies).
- Moved some more cameras over to PTP2 driver.
Topfield driver
- New driver for Topfield PVR5000 device(s).
Sony DSC F1 (old serial) driver
- Merged bugfixes from TRUNK, working now.
libgphoto2 2.4.1
Package / System integration:
- HAL FDI files now use "info.subsystem" instead of "info.bus", required
by hal after March 2008.
- Suppress another Olympus camera in FDI file that is better of done
using Mass Storage only.
libgphoto2_port:
- Suppress more known network filesystems in "disk" autodetection
- disabled usb_reset for Canon cameras in "usb", broke EOS cameras.
PTP2 driver:
- Merged all new Camera IDs from TRUNK.
- Configuration bugfix for multiple options with the same name.
- Capture bugfix for Nikon Coolpix
- Various small bugfixes.
Canon driver:
- Increased the event timeout, so operations work again.
- Fixed a bug in interval capture
- some additional configuration values for newer cameras
Mars driver:
- Synced with SVN TRUNK (1:1 copy).
- Better whitebalance postprocessing
- Camera ids added
- Decompression fixes
Digigr8 driver:
- Synced with SVN TRUNK (1:1 copy).
Sonix driver:
- Synced with SVN TRUNK (1:1 copy).
gphoto2 2.4.1
- Made capture preview that saves to files work
- capture-image has no arguments
- version check for libgphoto2 fixed
- cs,da,it,vi translations updated
libgphoto2 2.4.0
Build:
- Non-recursive camlib build: Makes "make -j2" useful.
"./configure --with-drivers=..." still works. Selective camlib
rebuild is "make -C camlibs agfa_cl20.la" now. Selective camlib
install is "make DRIVERS='canon.la ptp2.la' install-drivers".
- Fix sierra and canon drivers picking up old gphoto2 headers.
- libiconv linking fix for PTP2 driver.
- Require external libltdl.
- Ditched autogen.sh, use standard autoreconf from stock autoconf.
- Put auto* files into auto-aux/ and auto-m4/.
- Accept utilsdir and udevscriptdir set by user (#1646520).
- Introduce libgphoto2-uninstalled.pc pkgconfig file (#1643245).
- Remove make dependency on $(LIBLTDL) aka "-lltdl" (#1548195).
libgphoto2 API:
- New
gp_file_new_from_fd() ... Which allows mapping CameraFile to
UNIX filedescriptors for both reading and writing.
- New
gp_file_slurp() function (for camlib use) to sequentially
read out CameraFiles.
- New
gp_camera_get_storageinfo() API added to get programmatically
the storage information(s), like capability, free space and labels.
On cameras not supporting it returns GP_ERROR_NOT_SUPPORTED.
- Enhanced Bayer algorithm added globally.
Package / System integration:
- New syntax for print-camera-list's udev output. See help output.
Note that we generate udev >= 0.98 output by default.
Use "version pre-0.98" on the commandline to generate the old version.
- Add new permission setup binary doing Microsoft OS Descriptor
retrieval for MTP devices not explicitly listed.
This binary (check-mtp-device) is used by the generated UDEV rules.
(Not working currently since udev does not create the device before
calling it.)
disk port:
- handle automounter properly.
directory driver:
- ignore anything not starting by '.' because it is not DCF compliant
and it is used for things like Trash of metadata...
PTP2 driver:
- For Canon capture capable cameras, enable shutter and aperture control
using "shootingmode" property (PTP d00c), and focuslock mode.
- New dataflow engine, making it possible to upload/download images
or songs without taking up any system memory. (think multi GB movies
on small devices).
- Enhanced MTP protocol handling.
- Canon EOS 400D capture support.
- Cleanups and bugfixes.
- New USB IDs for cameras:
- Canon PowerShot SD1000, SD900, A450, A550, A560, A570, A420, SD40, SD750
- Canon PowerShot S5 IS, SD1000
- Canon Digitial IXUS 70, 75, 900Ti
- Canon MV750i
- Nikon CoolPix S4, S6, P4, L10
- Nikon DSC D40,
- Kodak EasyShare C433, C613, C653, C743, C875, V570, V610, V705, P880, V603
- HP Photosmart R967
- Minolta DiMAGE x21
- Fuji FinePix F20, F40, S9500
- Casio EX-Z700
- Sony DSC N2, W35, W200
- Apple iPhone
- Several new USB IDs for MTP players, including
all from libmtp:
- iRiver T20, N12, iFP-800, T20 2, Clix2
- Archos 504, Toshiba Gigabeat P20
- Philips PSA235, SA9200
- Samsung YH-925GS
- SanDisk Sansa c250
Canon driver:
- Enable formerly experimental 20D support code by default.
- Moved handling of some cameras to PTP2 driver, since they cause
as yet unidentified errors.
gphoto2 2.4.0
- Add contrib/ directory with scripts and things contributed by users.
- New --storage-info function to get direct storage information
from the camera via API.
- Use SIGUSR1 to trigger premature image capture in --interval mode.
- New --reset-interval parameter makes SIGUSR1 reset the capture interval.
- New --capture-tethered command to wait for presses of the camera shutter
button and download. Confirmed working only with Nikon DSC.
gphotofs 0.4.0.
- Write support
- Statfs support
- mkdir/rmdir
- FUSE 2.6 API
- Single threaded main loop
libgphoto2 2.3.0
PTP
- Improved Nikon remote control
- Improved Canon file download
- - faster directory retrieval (especially on cameras with lots of files)
- - "new" images are marked (gphoto2 --new, digikam)
- MTP Playlist support (upload and download)
- MTP Metadata support (upload and download, Artist, Title, Playtime ... )
- Lots of other MTP related fixes.
- MTP autodetection on Microsoft OS Descriptor.
- New devices:
- Canon PowerShot A540, A530, S3 IS, SD430, SD600, SD700, IXUS 800,
IXUS 60, A630, SD630, G7, Digital IXUS 65, 710IS, EOS 400D,
Digital Rebel XTi, IXUS 850 IS, PowerShot A640,
IXUS Wireless (USB support only currently)
- iRiver T20 FM, iClix
- Creative Zen Vision W, Vision M, Vplus, V
- Dell Pocket DJ
- Nikon Coolpix L4, L3, L1, D80, P3
- Kodak Easyshare Z740, P850, Z612, C633, C643, C530, Z612, CD33
- Sony DSC-U10
- Leica D-LUX 2
- Olympus IR-300
- JVC Alneo XA-HD500
- All currently known HP Photosmarts (sync with Windows Driver .INF files)
various Samsung devices
Canon
- 5D - 20D experimental capture support (default disabled)
Kodak DC120
- Bugfixes to make it work.
Mars
- RAW files saved with size information.
- Some new ids, lots of bug fixes.
Ricoh G3
- Added Ricoh Caplio R4 id.
Disk port
- Addes Solaris filesystem table handling.
- Fixed a crasher.
- Skip "fuse" filesystem.
SiPix Blink
- Disabled build, since it cannot the downloaded data to usable images.
Sonix
- Bugfixes and support for Sakar Digital Keychain 11999.
Bindings
- Removed the Mono/.NET bindings due to unclear license.
- Partial Java bindings
libgphoto2 API
- Compiles with -pedantic in gcc's c99 and c++98 modes.
- Marked a few definitions as being internal to the gphoto project.
- Added gp_list_find_by_name() function.
- Made _CameraList details private.
libgphoto2
- Fixed some directory handling problems for MTP players.
- Improved error checking and propagation.
- New error code for "fixed limit exceeded" (exceptions would be nice)
- Added a few internal functions.
gphoto2 2.3.0
- Require popt library to parse command line options.
- Partitioned command line options into groups of related options.
- Added --debug-logfile=FILENAME option.
- Only load all camlibs if necessary.
- (Half-)Fix to make --with-libgphoto2=PREFIX configure parameter work.
- Preliminary support for lower-case filenames in --filename pattern: %:
- Added "rmdir" command to gphoto2 --shell.
libgphoto2 2.2.1
Address an issue building 2.2.0 on FreeBSD.
libgphoto2 2.2.0
Build system (packagers beware!)
- You should generate HAL FDI, linux-hotplug usb.usermap, and udev rules
now via our program:
${libdir}/print-camera-list (hal-fdi|usb-usermap|udev-rules)
During a chrooted build you can use:
CAMLIBS=$BUILDROOT/usr/lib/libgphoto2/2.2/ print-camera-list hal-fdi
This obsoletes print-usb-usermap and print-udev-rules.
The hal FDI file should be put into:
/usr/share/hal/fdi/information/10freedesktop/10-camera-libgphoto2.fdi
If you need to generate different stuff based on the cameras, please add
it to the "print-camera-list" helper.
- Mass Storage support
You can now access Mass Storage cameras via libgphoto2. They will show up
with "disk:" port. This mode uses either HAL or direct /etc/fstab reading.
- PTP/IP support
We now can access PTP/IP cameras. They will show up with "ptpip:"
port. Automated discovery and detection (for Nikon Px series)
requires Apple Bonjour aka mDNSresponder devel packages. (An Avahi
port would be welcome, but is not done yet.)
- Added C# (csharp) bindings
Thanks to Patrick van Staveren <trick@vanstaveren.us>'s initiative,
we now compile, ship and install the C# bindings.
These were originally written for f-spot.
However, a few things will still change about it, so don't just completely rely on
it, its file names and locations, etc. just yet.
Client programmers (KDE, GNOME, MONO, C....)
Programmers with specific character set requirements please observe:
- We added new function
gp_message_codeset(const char*) to the API.
- If you do not call this function, libgphoto2 will give you its
messages in the codeset defined by the system locale.
(The system locale is defined by the LANG, LANGUAGE, and LC_*
environment variables.)
- Call this function with your desired codeset if you require
libgphoto2 messages in a fixed codeset independent from the
system locale. For example, GTK+ applications always expect UTF-8.
gp_message_codeset() propagates the requested charset to
libgphoto2_port and then calls gettext's bind_textdomain_codeset()
function.
- Added
gp_camera_wait_for_event() API, to wait for
specific camera events and return them to the caller.
libgphoto2 changes
- libgphoto DSO version is now 2.1.0
- Greatly reduced memory consumption on cameras with large images.
We now cache only 2 images instead of a lot more.
This number can be adjusted in the gphoto2 settings (~/.gphoto/settings,
libgphoto=cached-images).
- Lots of bugs were fixed.
- New translations were added.
Driver changes
- PTP
- Experimental PTP/IP support has been added.
- On selected Nikon and Canon cameras it is now possible to capture
images into the Camera SDRAM and in turn downloading it to libgphoto2
internal storage, bypassing the memory card.
To enable it, use the "capturetarget" setting, also saved in
.gphoto/settings.
This is useful for:
gphoto2 --capture-image -f /store_00010001 -p capt0000.jpg
Or use the timelapse capture of gphoto2:
gphoto2 --capture-image -F <total frames> -I <seconds interval>
Or for write your own capture client using libgphoto2...
- Support of MTP devices has been greatly enhanced.
- Creative Zen devices now work.
- iRiver devices work, but have some protocol subtleties / flaws.
- Object Property (Meta Data) support now works in a basic way.
GP_FILE_TYPE_METADATA type get and put can be
used to retrieve and set meta data for files.
get: Returns all available properties and their contents.
put: Set the properties found in the file to the specified content.
The non-listed are untouched.
The metadata looks like:
<Artist>Elvis Presley</Artist>
gphoto2 -f /store_00010001/Folder... --get-metadata file.mp3 --stdout > meta_file.mp3
... edit meta_file.mp3 ...
gphoto2 -f /store_00010001/Folder... --upload-metadata meta_file.mp3
gphoto2 --get-all-metadata ... retrieves metadata of all files, with meta_ prefix.
(please see the gphoto2 commandline tool, or ask for help on gphoto-devel).
- Better --summary output, now listing also Storage Devices and Device abilities.
- Lots of new device ids:
- Canon 5D, 30D, A340, A700, S40, S80
- Nikon D200
- Casio EX-Z120
- Kodak C360, Z700
- HP M317
- Panasonic DMC-LC1
- Fuji E900
libgphoto2 2.1.99 (Dec 27th 2005, pre-release of 2.2)
Build system (packagers beware!):
- You can now generate FDI files for HAL via print-usb-usermap --fdi.
- Now requires libltdl (from system or shipped with tarball)
- Works with contemporary build tools
- New ./configure parameter set
- No more accidentally building without libusb (use --without-libusb
if you insist on that)
- camlibs and iolibs are now installed into new directories
- libhal 0.5 is currently an option for the disk: port.
Distribution that ships it might want to build it with it.
libgphoto2
- disk: "port" for USB Mass Storage support
- Memory usage greatly reduced by only keeping last 2 pictures
in memory cache
- If set, use environment variable CAMLIBS to find the camera drivers.
Ditto for libgphoto2_port, IOLIBS and IO drivers.
- Various USB fixes
- Generate .fdi files for HAL
Drivers (camlibs)
- Basic MTP support for iRiver mp3 players using ptp driver T10, T20, T30, M415
- canon
- IXY Digital 600 fixes
- Added A610.
- Experimental SD500.
- Experimental A620 (not really working).
- casio
- Various fixes in QV-10 driver.
- digigr8 (NEW)
- support Digigr8, Che-Ez Snap SNAP-U, Soundstar TDC-35
- kodak/dc210
- ricoh/g3
- Added Ricoh Caplio GX, GX 8, R2, R3.
- Added Rollei dr5.
- hp215 (NEW)
lg_gsm (NEW)
- support LG T5100
- mars
- various fixes
- Added Argus DC-1620, DC-1610 (experimental)
- Added Philips P44417B
- pdc640
- ptp
- For Nikon, handle ISO speed, aperture, exposure program,
capture, focus metering mode, flash mode, AF beep toggle
- Nikon curve
- Added Kodak Z730, Z7590, C340, LS753, V530, V550, C310, C330
- Added Nikon D50, D70s, 4600, 4800, 5600, 5900, Coolpix P2
- Added Canon A410, A520, A610, A620, IXUS 55, SD450, IXUS 750
- Added HP R817, Photosmart M23
- Added Olympus D-540z, C-310z, X-100
- Added Panasonic Lumix FZ5, DMC-LZ2
- Added Ricoh R3
- Added Sony DSC-H1, DSC-R1
- Added MTP devices (mp3 players)
- sierra
- various fixes
- Added C-770UZ
- sq905
- various fixes
- fix some crashers
Bindings:
- Added Java (patch# 1108091)
- Added Python (patch# 1152835)
- Added C#
Translation updates:
2.1.6 release (June 23rd, 2005)
General libgphoto2 features
- Works correctly with kernel 2.6.12 and libusb 0.10.
- Small bugfixes.
Drivers (camlibs)
- ptp2 driver:
- Lots of new IDs added:
- Canon Digital IXUS 30, IXUS 50, IXUS 700,
PowerShot A510, PowerShot A520, PowerShot S2 IS,
PowerShot S70, PowerShot SD200, PowerShot SD500,
EOS 1D Mark II
- Fuji FinePix A330
- HP Photosmart M307 and R707
- Kodak CX7525 and DX7590
- Minolta DIMage Z2 (PictBridge)
- Nikon CoolPix 4100, D2H SLR, D2Hs SLR
- Olympus mju500
- Panasonic
- Pentax Optio 43WR
- Sony DSC-F717, DSC-P120, DSC-P51, DSC-P73, DSC-T3, DSC-W1, DSC-W12
- Now supports Canon EOS 20D, EOS 350D, EOS 1D Mark II correctly.
- EXIF reading using GetPartialObject (making EXIF extraction much faster).
- Enhanced property handling for Canon cameras.
- Download and upload of themes on Canon cameras.
- Enhanced property handling for Nikon cameras.
- Fixed timeout issues while downloading movies or big files.
- sierra driver:
- We now support the hidden Sierra Mode on Nikon and Pentax
cameras (which are otherwise just USB Storage cameras).
- The USB Storage driver is automatically detached on open.
This allows remote image capture with those cameras.
- Better handling of Camedia C-420L and Epson PhotoPC 650 serial cameras.
- Better handling of Sanyo VPC G250
- Added Nikon Coolpix 2500, 3500 and 4300.
- canon driver:
- Added PowerShot SD200, S70, SD20, S330.
- Significant restructuring: there are now only 5 types of camera,
so we should be able to add new cameras without modifying canon.h.
- Advancement in handling EOS 20D and 350D
- casio driver:
Capture support added.
- mars driver:
'Precision Mini Model HA513A' and 'Haimei HE-501A' ids added.
- pdc230 driver:
Minor fixes.
- ricoh g3 driver:
- Added Ricoh Caplio R1, R1v, RZ1 and Sea & Sea 5000G ids.
- Fixed crashes.
- sipix blink2 driver:
Added capture and delete-last support.
- sq905 driver:
- Handle Magpix B350
- Some improvements.
- Crash fixes.
- stv0680 driver:
Added Create Go Mini id.
- localizations:
lots of translations updates.
2.1.5 release (December 16th, 2004)
New features:
- Detach USB kernel drivers
- Multiple USB Devices at once support
- New camlibs
- iclick
- kodak/ez200
- mars
- enigma13
- aox
- sonydscf55:
- added support for downloading MPEG files
- canon
- Added PowerShot SD20.
- Added EOS 20D
- Added PowerShot A95
- Added PowerShot A85
- Added PowerShot A75
- Added Powershot S60
- Added Powershot A310 (patch #966814)
- Added PowerShot S410 / IXUS 430 (patch #963229)
- Added IXUS 500
- Added MV650i.
- casio
- Make the driver actually works
- pccam300
- Added Intel Pocket PC
- pccam600
- Added PC Cam 350
- Added PC Cam 750
- ptp2
- Added Panasonic DMC-FZ20
- Added IXUS 40
- fix gcc 2.95 build (bug #1055868)
- Added Konica-Minolta DiMAGE Z3
- Added Canon PowerShot G6.
- Added Canon PowerShot A400
- Added Canon EOS 20D
- Added more config cases from Canon in capture mode.
- zoom (working)
- auto focus assist light
- beep mode
- exposure compensation (not fully done)
- Can set the following config:
- Canon Camera Owner
- Canon Time on camera
- Added Nikon Coolpix 2200
- Added Canon PowerShot A85
- Added Kodak LS753 DX7630 CX7300 CX7220
CX7330 CX7530 DX7440 CX6445 (bug #982934)
- Added Nikon Coolpix 4200
- Added EOS 1D Mark II
- Added Canon Powershot S60
- Added Canon PowerShot A310
- Added Ricoh Caplio GX
- Added Nikon D70
- Added Sony MVC-CD500
- Support Nikon extensions
- Added Kodak LS-473 (rfe #977619)
- Added Canon PowerShot S1 IS
- Added Canon PowerShot SD110
- Added Canon A75 (PTP mode)
- Added Fuji FinePix S7000 (PictBridge mode)
- Added Kodak CX4310
- Added Canon Digital IXUS 430 / PowerShot S410
- Added Nikon Coolpix 3200
- Added Kodak CX7430 (patch #934142)
- Added HP PhotoSmart 945 (bug #930400)
- Added PowerShot S500 (Digital IXUS 500 alias)
- Added HP PhotoSmart 635
- Added Canon Elura 50
- Added Digital IXUS 500
- Added Konica-Minolta DiMAGE A2
- Added Sony DSC P-10
- Added Canon PowerShot S50
- Added Nikon Coolpix 3700
- ricoh
- Added Ricoh Caplio RX
- Get the modification time without downloading the pictures
- Added Medion MD 6126
- Added Caplio 300G
- sierra
- Added Toshiba PRD-M60
- Added Toshiba PRD-M61
- Added Toshiba PRD-M65
- spca50x
- Added support for Dakota disposable cameras
- Added support for Pencams without flash via a special camera
model
- sq905
- Added ViviCam 5B
- Added SY-2107C
- Added Argus DC-1730
- Added Concord Eye-Q Duo
- Added Sakar Kidz Cam
- Video clips and capture-preview supported
- delete-all-photos supported for those SQ cameras which will do it
- thumbnails supported for GUI compatibility
- stv0680
- Added DigitalDream l'espion XS
- Added Added Che-ez! BABE and SPYZ
Bug fixes:
- gcc 2.95 compatibility (bug #1055868)
- sonydscf55
- fixed thumbnail downloading
- serial communication fixes on fast CPUs
- native file names are now used (instead of using the hardcoded
"dsc%05d.jpg")
- afga-cl20
- fix compactflash detection
- fix number of pictures detection
- get rid of the heavy stack usage and use the heap instead
- fix USB download size
- canon
- Fixed various gp_log / GP_DEBUG problems.
- Use largest file size limit
- Note improper use of file size limits
- kodak/dc240
- Fix TIMEOUT problem (bug #920532)
- konica
- Fix C99 stuff for Solaris C compiler (bug #923219)
- lmini
- Get the reply in largan_get_pict()
- ptp2
- Fixed a problem with thumbnails download
- Better capture support
- Improved error messages
- ricoh
- Fix buffer handling
- sipix
- Various fixes
- spca50x
- Fix for gcc 2.95 build (bug #105586)
- sq905
- Fix for gcc 2.95 build (bug #105586)
- major rewrite and various bug fixes
New translations:
Updated translations:
----------------------------------------------------------------------------
Changes since 2.1.4 in gphoto2. See alse release notes for libgphoto2.
New features:
- New command line arguments:
--list-config - dump the configuration tree of the camera
--get-config var - get the configuration entry
- New capture option:
--frames=count
--interval=seconds
Bug fixes:
- now build with libexif-0.6.9.
- allow setting range with decimal values in camera configuration
- fixed a segfault in shell_command_generator on Alpha processors
New translations:
- nl.po (Dutch)
- fi.po (Finnish)
- hu.po (Hungarian)
- en_GB.po (English Greate-Britain)
- az.po (Azerbaijani)
- sr.po (Serbian)
Updated translations:
- uk.po (Ukranian)
2.1.4 release (January 18th, 2004)
As usual, a lot of bug fixes and support for even more cameras.
----------------------------------------------------------------------------
libgphoto2 2.1.4
general:
* fixed recursion problems during capturing
* Support for multiple USB cameras NOT included yet.
Reason: It breaks several applications.
drivers (camlibs):
* Canon driver:
- added support for G5, Optura 20, ZR-70MC
- re-added support for A300 and S50
- fix erroneous file size limits
* PTP driver:
- enhanced Canon Capture support
- added id for Canon Digital IXUS i
- added Olympus C-350Z, D-560Z, X-250
- added Sony DSC-U20, DSC-P52, DSC-P72, DSC-P92
- updates from libptp2
* ricoh driver:
- working G3, G4 support
* sx330z driver:
- added Maginon SX-410z
* spca50x driver:
- do not delete everything and fail to download on Aiptek 1.3
* polaroid drivers:
- fixed support for D-Link 350F, Skanhex SX-35
- added support for Trust 350FT PowerC@m FLASH
packaging:
* linux hotplug scripts:
- use correct directories in usbcam.x11-app
libgphoto2_port:
* serial bug fix with speed 0
2.1.3 released (Oct 19th, 2003)
Most important changes are
- support for lots of new cameras (more than 400 listed now)
- fixed a few nasty bugs
- general improvements
----------------------------------------------------------------------------
libgphoto2 2.1.3
* builtin cache:
- use all available RAM on systems without memory size detection
drivers (camlibs):
* Canon driver:
- added support for EOS 300D
- fixed ProductID for PowerShot S45
- fixed support for serial cameras
- fixed thumbnail stuff
* New driver for Ricoh Caplio G3.
* Smal driver:
- misc improvements
* PTP2 driver:
- added misc cameras
- thumbnail hacks (?)
----------------------------------------------------------------------------
libgphoto2 2.1.2
* fixed nasty stack overflow/segfault bug
* improved/fixed support for Sun
drivers (camlibs):
* All drivers:
- report vendor/model in a new (formatted) fashion
* Canon driver:
- added support for capturing on consumer class cameras, tested on
Canon PowerShot S45, Canon PowerShot G2
- G2 works again running from AC adapter
- multiple new models added (A60, A70, ...)
* PTP2 driver:
- Next generation PTP driver added, using this as default now.
* New Agfa CL20 driver from http://cl20.poeml.de/.
* New camera library spca50x for all chips supporting the spca50x bridges
(merging the gsmart, benq and spca504_flash driver into one).
2.1.1 release (December 1st, 2002)
libgphoto2 2.1.1, gphoto2 2.1.1 and gtkam 0.1.10 finally are released.
libgphoto2 is a user space library providing camera independent access
to almost 300 digital cameras.
gphoto2 is a command line frontend for libgphoto2.
gtkam is a GTK+ 2.0 based frontend for libgphoto2.
This is the first release in which we split the command line frontend
gphoto2 from the library libgphoto2.
Since the gphoto2 2.1.0 release, we have added support for a lot of
cameras:
- Ricoh RDC-1, -2, -2E, -100G, -300, -300Z, -4200, -4300, -5000
Philips ESP2, ESP50, ESP60, ESP70, ESP80, ESP80SXG
- Canon PowerShot G3, S230, S45, A100, A200
- Nikon D100
- Mustek gSmart mini, mini2, mini3 and So. Show 301
- USB Jenoptik JD350v
- RCA CDS1005, FujiFilm @xia ix-100, Oregon Scientific DShot II,
Media-Tech mt-406, and Scott APX 30
- Aiptek Pencam and Medion MD 5319
- and probably some more
For a more detailed list of changes, see the CHANGES file.
Have fun using your camera!
For the gphoto2 team
Hans Ulrich Niedermann
Release Manager for 2.1.1
New website (September 2nd, 2002)
Features a new look.
gPhoto 2.1 released (June 23rd, 2002)
This is the first maintenance release of gphoto2 package.
- repaired "make rpm" target
- started "real" gphoto2 manual
gphoto2 command-line interface:
- optional readline support
libgphoto2:
- support for periodic keep-alive-messages
drivers (camlibs):
- improved support for PTP cameras:
- multiple storage media
- image capturing
- driver stability and robustness improved
(less problems with different cameras)
- added support for Kodak DX-4900, Sony DSC-P5, Sony DSC-F707V,
Sony DSC-P30, Sony DSC-P50, Sony DSC-S75, Sony DSC-S85,
Sony MVC-CD300
- added support for Canon EOS D60, Canon PowerShot A40,
Canon PowerShot A30, Canon PowerShot S200,
Canon Digital IXUS 330
- fixed support for Canon PowerShot S10
- Added SiPix Web2 support.
Get it from the download area
and try it out!
gPhoto 2.0 released (February 24th, 2002)
The gphoto2 team is proud to introduce its first stable
release.
gPhoto2 is a complete rewrite of the award winning gphoto.
gPhoto2 is now a library to access digital cameras. This
library comes with a command-line frontend and others
frontends are available separately (gtkam,
GnoCam, kamera).
To support USB cameras, this release requires libusb (0.1.5
or above). Moreover gphoto2 will optionally take advantage
of the following libraries: libexif, aalib, libjpeg and
libcdk.
Get it from the download area
and try it out!
Happy downloading!
Your gphoto2 team.
http://www.gphoto.net
|