summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct shootingmode enumeration.pentaxMarcus Meissner2017-04-081-22/+27
| | | | https://github.com/gphoto/libgphoto2/issues/31
* do not print the hexdump to stdoutMarcus Meissner2017-04-081-1/+1
|
* bulb toggle set correctlyMarcus Meissner2017-04-081-2/+3
|
* implement exposurecompensation get/set correctlyMarcus Meissner2017-04-081-5/+19
|
* driver is "testing" levelMarcus Meissner2017-04-081-1/+1
|
* wait for image availability in capture functionMarcus Meissner2017-04-061-6/+33
| | | | | added trigger capture https://github.com/gphoto/libgphoto2/issues/31
* move capcnt into the private struct to increase threadsafetyMarcus Meissner2017-04-061-10/+9
|
* avoid error on capture return no imageMarcus Meissner2017-04-051-3/+5
|
* wait after deleteMarcus Meissner2017-04-041-2/+6
| | | | try to return the same id for the capt images on raw and jpg
* more dual mode fixes to addressMarcus Meissner2017-04-041-54/+56
| | | | https://github.com/gphoto/libgphoto2/issues/31
* download rawplus images in wait_for_eventMarcus Meissner2017-04-041-111/+140
|
* more debuggingMarcus Meissner2017-04-041-1/+3
|
* import from pktriggercord on april 4Marcus Meissner2017-04-046-84/+258
|
* revert back to 392 for k10d after firmware updatreMarcus Meissner2017-03-291-1/+1
|
* k10d has a 288 byte status blockMarcus Meissner2017-03-271-1/+1
|
* initalize pslr structMarcus Meissner2017-03-271-1/+1
|
* download the correct image type (PEF, DNG or JPEG)Marcus Meissner2017-03-191-8/+15
|
* Added summary output of the status informationMarcus Meissner2017-03-171-2/+14
| | | | More debugging
* added a get_status after pslr_shutterMarcus Meissner2017-03-161-0/+3
|
* also allow RAW+Marcus Meissner2017-03-161-13/+27
| | | | look for the first free buftype in capture_image
* added missing break;sMarcus Meissner2017-03-161-0/+2
|
* it seems pslr_bulb also needs a pslr_shutter afterwardsMarcus Meissner2017-03-161-2/+3
|
* add support for RAW_PLUS in downloaders.Marcus Meissner2017-03-161-8/+23
| | | | unify format selection in wait_event with capture-image
* more debug in wait_for_evnetMarcus Meissner2017-03-161-0/+1
|
* debuggingMarcus Meissner2017-03-161-2/+2
|
* log the errors on weird image formatsMarcus Meissner2017-03-161-1/+4
|
* added Bulb configurationMarcus Meissner2017-03-161-0/+14
|
* LIBPGHOTO should be LIBGPHOTO2 and correct the header fileMarcus Meissner2017-03-151-2/+2
|
* added pentax k50d idMarcus Meissner2017-03-151-0/+6
| | | | https://github.com/gphoto/libgphoto2/issues/31
* ported the pentax driver to the imported pktriggercordMarcus Meissner2017-03-1412-1226/+3091
|
* in summary, use the cached storageids.Marcus Meissner2017-03-131-15/+10
|
* i%7 should have been i%8 (or i&7)Marcus Meissner2017-03-131-1/+1
| | | | fixes https://github.com/gphoto/libgphoto2/issues/142
* one more fix to try to fix the iphone initial issueMarcus Meissner2017-03-101-16/+1
| | | | https://github.com/gphoto/libgphoto2/issues/132
* move the initial liust folder after the apple hackMarcus Meissner2017-03-101-5/+6
| | | | https://github.com/gphoto/libgphoto2/issues/132
* apple iphone storage hack: fixed the detectionMarcus Meissner2017-03-101-1/+5
|
* added eos m5Marcus Meissner2017-03-101-0/+442
|
* Use the storageids from the params arrayMarcus Meissner2017-03-101-11/+32
| | | | | | add some Apple iOS 10.2 hacky code to wait for their storage ids to appear, which happens some time after session start https://github.com/gphoto/libgphoto2/issues/132
* added eos m5Marcus Meissner2017-03-101-0/+3
|
* more sony a7rMarcus Meissner2017-03-061-0/+1112
|
* decode sony raw nameMarcus Meissner2017-03-062-0/+12
|
* cache storageids (not used currently)Marcus Meissner2017-03-053-18/+74
| | | | | | | on store addition or store removal, reset the libgphoto2 filesystem (Currently just triggered on wait-event) working on https://github.com/gphoto/libgphoto2/issues/132
* event_queue_check -> event_check_queueMarcus Meissner2017-03-051-1/+1
|
* add a event queue check function, which should do no USB ioMarcus Meissner2017-03-054-1/+25
| | | | or minimal waits
* timeout 0 in libusb 0.x is also okishMarcus Meissner2017-03-051-0/+1
|
* if there is no timeout, just check if anything is in the interrupt queueMarcus Meissner2017-03-051-0/+3
|
* avoid overflows by strcpy of filename (AFL)Marcus Meissner2017-03-041-1/+2
|
* handle 0 size and too small folderentry returns in canon folderentry (AFL)Marcus Meissner2017-03-041-6/+19
|
* harden delete_recurse against non-existing folders (AFL)Marcus Meissner2017-03-041-1/+2
|
* fix olc info count detection even more (AFL)Marcus Meissner2017-02-281-5/+7
|
* one more check for widget handling (AFL)Marcus Meissner2017-02-281-1/+1
|