summaryrefslogtreecommitdiff
path: root/camlibs
Commit message (Collapse)AuthorAgeFilesLines
* * stv0680.c: Fixed long*/int* cast and some warnings.Marcus Meissner2002-11-172-4/+7
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5628 67ed7778-7388-44ab-90cf-0a291f65f57c
* * library.c: Got rid of some broken long*/int*/time_t* castsMarcus Meissner2002-11-172-9/+16
| | | | | | | (would break 64bit on big endian). git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5627 67ed7778-7388-44ab-90cf-0a291f65f57c
* * dimera3500.c: fixed 64bit problems (using long* to int*).Marcus Meissner2002-11-172-7/+14
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5623 67ed7778-7388-44ab-90cf-0a291f65f57c
* convert byteorder debugMariusz Woloszyn2002-11-141-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5608 67ed7778-7388-44ab-90cf-0a291f65f57c
* fixed byteorder conversion bug, thx to: Marcus MeissnerMariusz Woloszyn2002-11-141-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5607 67ed7778-7388-44ab-90cf-0a291f65f57c
* Fixed byteorder conversion bugMariusz Woloszyn2002-11-141-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5606 67ed7778-7388-44ab-90cf-0a291f65f57c
* Fixed bug ('i' starts at 0 now, not 1!)Mariusz Woloszyn2002-11-121-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5603 67ed7778-7388-44ab-90cf-0a291f65f57c
* ptp-pack.c: fixed unfreed string bug (thx to: C.A. Marby)Mariusz Woloszyn2002-11-122-52/+53
| | | | | | | ptp.c: slightly reorganized defines (thx to: C.A. Marby) git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5602 67ed7778-7388-44ab-90cf-0a291f65f57c
* fixed offset to begin of array (sizeof(array size) == 2*uint16_t == uint32_t)Mariusz Woloszyn2002-11-121-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5601 67ed7778-7388-44ab-90cf-0a291f65f57c
* library.c: reorganized debug outputMariusz Woloszyn2002-11-122-2/+15
| | | | | | | ptp.h: added Vendor IDs (C.A. Marby) git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5600 67ed7778-7388-44ab-90cf-0a291f65f57c
* Added (PTP mode) to some cameras that may be supported in native oneMariusz Woloszyn2002-11-121-3/+5
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5599 67ed7778-7388-44ab-90cf-0a291f65f57c
* * library.c: oops accidentally took out the retrieval of thePatrick Mansfield2002-11-102-0/+11
| | | | | | | | current picture number (it's used to set the file name if no valid file name is retrieved), put it back. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5594 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-11-04 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-11-102-4/+43
| | | | | | | * directory.c: Don't follow links. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5593 67ed7778-7388-44ab-90cf-0a291f65f57c
* import driver for cameras with a sunplus spca504 chip and flash storageTill Adam2002-11-106-0/+759
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5589 67ed7778-7388-44ab-90cf-0a291f65f57c
* * library.c: Conditionally save the file path on capture.Patrick Mansfield2002-11-102-21/+32
| | | | | | | | | Note that this requires gp_camera_capture() to allow a NULL path, else the the sierra_capture is never called with a NULL path. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5587 67ed7778-7388-44ab-90cf-0a291f65f57c
* * library.c: Per patch and details from C.A. MarbyPatrick Mansfield2002-11-102-12/+24
| | | | | | | | | | <marby@lhasa.harvard.edu>, fix bugs with capture: fix a bug I introduced, put back the read after action of a SIERRA_PACKET_ENQ. Move the timeout increase before the capture, and increase the timeout to 20 seconds. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5586 67ed7778-7388-44ab-90cf-0a291f65f57c
* added Canon S45 and S230 in PTP modeHans Ulrich Niedermann2002-11-081-0/+6
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5562 67ed7778-7388-44ab-90cf-0a291f65f57c
* S45 size limit S99MHans Ulrich Niedermann2002-11-081-2/+2
| | | | | | | added string " (normal mode)" to name of S45 and S230 to distinguish from PTP mode git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5561 67ed7778-7388-44ab-90cf-0a291f65f57c
* It seems the other resolutions work for the gsmart mini after all. Remove theTill Adam2002-11-071-8/+0
| | | | | | | checks for them. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5557 67ed7778-7388-44ab-90cf-0a291f65f57c
* increase max file size and fix USB product ID for the Canon PowerShot S230Fredrik2002-11-071-1/+3
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5556 67ed7778-7388-44ab-90cf-0a291f65f57c
* note about S45 in PTP modeHans Ulrich Niedermann2002-11-061-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5553 67ed7778-7388-44ab-90cf-0a291f65f57c
* fixed confused #ifdefsHans Ulrich Niedermann2002-11-061-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5550 67ed7778-7388-44ab-90cf-0a291f65f57c
* improved cam list commentHans Ulrich Niedermann2002-11-061-3/+8
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5549 67ed7778-7388-44ab-90cf-0a291f65f57c
* moved definition of camlibdir to configure.inHans Ulrich Niedermann2002-11-0635-35/+0
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5547 67ed7778-7388-44ab-90cf-0a291f65f57c
* Added support for Fuji Axia ix-100 and updated docs accordinglyVince Weaver2002-11-053-3/+14
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5537 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-11-05 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-11-052-1/+7
| | | | | | | | * sierra.c: The 2100UZ seems to use oly3040_cam_desc (reported by C.A. Marby <marby@lhasa.harvard.edu>) git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5535 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-11-05 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-11-053-2/+7
| | | | | | | | * Makefile.am * localization/Makefile.am: Install files in a $(PACKAGE) subdir. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5534 67ed7778-7388-44ab-90cf-0a291f65f57c
* Tue Nov 05 12:17:30 2002 Till Adam <till@adam-lilienthal.de>Till Adam2002-11-052-2/+14
| | | | | | | | * return unssuported for avi downloading and small and large image resolutions if the bridge is a SPCA500 (gsmart mini). git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5533 67ed7778-7388-44ab-90cf-0a291f65f57c
* added fix for S230 unlocking (reported by Aaron)Arnaud Launay2002-11-031-0/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5531 67ed7778-7388-44ab-90cf-0a291f65f57c
* added support for Canon PowerShot S230Hans Ulrich Niedermann2002-11-033-1/+7
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5529 67ed7778-7388-44ab-90cf-0a291f65f57c
* added support for Canon PowerShot S45Hans Ulrich Niedermann2002-11-023-1/+7
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5526 67ed7778-7388-44ab-90cf-0a291f65f57c
* * PROTOCOL, epson-desc.c, library.c, nikon-desc.cPatrick Mansfield2002-11-029-14/+37
| | | | | | | | | | | | | * olympus-desc.c, sierra-desc.h, sierra.c, sierra.h: Add changes to support the 0x6 get register strings, the extended protocol. This gives roughly twice the download speed. This is not supported for the default cases. Thanks to Selmeczi David <david@esr.elte.hu> for discovering and coding up the original patch for this support. Also includes a minor change in library.c for the message when a recursive call is detected. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5521 67ed7778-7388-44ab-90cf-0a291f65f57c
* * fixed compiler warnings, made several variables static.Marcus Meissner2002-10-313-20/+25
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5508 67ed7778-7388-44ab-90cf-0a291f65f57c
* Added more debug.Mariusz Woloszyn2002-10-311-1/+6
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5506 67ed7778-7388-44ab-90cf-0a291f65f57c
* * library.c: rename ifdef around recursive call problem, andPatrick Mansfield2002-10-282-3/+15
| | | | | | | change ifdef-ed out code to use gp_context_progress_start. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5502 67ed7778-7388-44ab-90cf-0a291f65f57c
* Speed setup changes, timeout error in take_pictureMichael Koltan2002-10-254-52/+75
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5441 67ed7778-7388-44ab-90cf-0a291f65f57c
* added fix for EOS D60 unlocking by Fredrik (reported to work)Hans Ulrich Niedermann2002-10-252-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5432 67ed7778-7388-44ab-90cf-0a291f65f57c
* Set down the timeout values to speed up the driverMichael Koltan2002-10-232-2/+5
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5427 67ed7778-7388-44ab-90cf-0a291f65f57c
* Corrected the error recovery code in file downloadMichael Koltan2002-10-231-1/+5
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5426 67ed7778-7388-44ab-90cf-0a291f65f57c
* Added usb id to soundvision driver for Scott APX 30Vince Weaver2002-10-233-2/+10
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5425 67ed7778-7388-44ab-90cf-0a291f65f57c
* make thumbnail buffer slightly largerTill Adam2002-10-222-1/+3
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5424 67ed7778-7388-44ab-90cf-0a291f65f57c
* Added usb id's to the soundvision driver and updated soundvision documentationVince Weaver2002-10-213-2/+13
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5419 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-10-20 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-10-202-7/+14
| | | | | | | | | * sierra.c (camera_init): Don't call sierra_init if the camera is a 'Polaroid PDC 2300Z'. Reported by William Bader <williambader@hotmail.com>. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5408 67ed7778-7388-44ab-90cf-0a291f65f57c
* Improved error recovery in file download and removed bugs inMichael Koltan2002-10-205-16/+18
| | | | | | | battery status and ac adapter connection display git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5406 67ed7778-7388-44ab-90cf-0a291f65f57c
* Sat Oct 19 22:52:34 2002 Till Adam <till@adam-lilienthal.de>Till Adam2002-10-193-18/+45
| | | | | | | | | | * another patch from Piotr Pawlow <pp@sieziba.pl> which omits the standard huffmann tables in the mjpeg thereby reducing them in size. This seems to be a standard extension of the mjpeg "standard" and works with the players I've tested git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5405 67ed7778-7388-44ab-90cf-0a291f65f57c
* * move jpeg creation into functionTill Adam2002-10-176-305/+522
| | | | | | | | | | | | * add experimental support for the "gsmart mini" * bump version number to 0.3 * driver status for the spca504a based is now TESTING * patch from Piotr Pawlow <pp@siedziba.pl> adding an index to downloaded avi's and fixing a few bugs. * endianess fixes git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5393 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-10-16 Stephen H. WestinMariusz Woloszyn2002-10-162-0/+6
| | | | | | | * library.c: Nikon D100 has a PTP mode git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5377 67ed7778-7388-44ab-90cf-0a291f65f57c
* add So. Show 301 to supported list, as its identical to the mini 2Till Adam2002-10-092-1/+3
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5367 67ed7778-7388-44ab-90cf-0a291f65f57c
* add gsmart mini 3 to the list of supported cameras (experimental and untested)Till Adam2002-10-092-5/+8
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5366 67ed7778-7388-44ab-90cf-0a291f65f57c
* Add support for avi downloading. Videos are written to avi files in mjpegTill Adam2002-10-087-12/+257
| | | | | | | | | | encoding, which means they are saved as a sequence of jpegs wrapped with a hand crafted avi header. These files can be played with anything capable of decoding the MJPEG fourcc. I've tested mplayer using the ffmpeg output and xine and both work nicely. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5364 67ed7778-7388-44ab-90cf-0a291f65f57c