summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.5.25 releasev2.5.25libgphoto2-2_5_25-releaseMarcus Meissner2020-05-242-3/+4
|
* sync from libmtpMarcus Meissner2020-05-241-2/+15
|
* print out more event codes as debugMarcus Meissner2020-05-241-24/+78
|
* added d5100 debugged opcodesMarcus Meissner2020-05-241-172/+172
|
* also add xlen 0 condition to eos readerMarcus Meissner2020-05-241-0/+4
|
* if the partialobject loop does not make progress (xlen = 0), leave itMarcus Meissner2020-05-241-0/+4
| | | | https://github.com/gphoto/libgphoto2/issues/487
* updated newsMarcus Meissner2020-05-241-2/+25
|
* updated swedishSebastian Rasmussen2020-05-241-52/+52
|
* refetch storage ids after switching olympus to pc mode... lets see if this ↵Marcus Meissner2020-05-241-3/+18
| | | | helps the filesystem presence
* added some potential reverse engineered olympus opcodesMarcus Meissner2020-05-231-0/+39
|
* translate all known PTP errors into stringsMarcus Meissner2020-05-231-20/+56
|
* added note for x-t30, and adjusted x-t4Marcus Meissner2020-05-231-2/+3
|
* replaced olympus event names by olympus capture ones, added some cases, ↵Marcus Meissner2020-05-232-54/+40
| | | | removed capture complete
* Nikon D780 can do 900 seconds exposure, so extend nikon exposure timeout to ↵Marcus Meissner2020-05-223-3/+5
| | | | | | | | 1000s also add RemainignExposureTime prop from D780 fixes https://github.com/gphoto/libgphoto2/issues/495
* added wbpreset comments 1-6Marcus Meissner2020-05-221-0/+6
|
* added z67 iso auto shutterspeedsMarcus Meissner2020-05-221-2/+60
|
* added Fujni GFX 50 S with previewMarcus Meissner2020-05-221-1/+1
|
* adda shutterspeed override list for Fuji XT-2Marcus Meissner2020-05-221-6/+82
| | | | https://github.com/gphoto/libgphoto2/issues/506
* 2020 copyrightMarcus Meissner2020-05-223-3/+3
|
* debug print deviceinfo before and after deviceinfo fixupMarcus Meissner2020-05-221-0/+3
|
* updated EOS timeout freom 60 to 90 seconds.Marcus Meissner2020-05-221-2/+5
| | | | | | Max time is 30 seconds, + 30 seconds ppostprocessing + safety https://github.com/gphoto/libgphoto2/issues/503
* on detecting unknown fuji, set usb vendorMarcus Meissner2020-05-221-0/+2
|
* Merge pull request #508 from willat8/masterMarcus Meissner2020-05-221-2/+10
|\ | | | | lumix: check req_acc return value
| * lumix: check req_acc return valueWilliam Wilhelm2020-05-221-2/+10
|/
* first news notesMarcus Meissner2020-05-211-0/+10
|
* moved 0954 camera to correct sort orderMarcus Meissner2020-05-211-3/+3
|
* Merge pull request #507 from trylle/masterMarcus Meissner2020-05-211-3/+0
|\ | | | | Remove duplicate Sony A7s entry with reduced functionality
| * Remove duplicate Sony A7s entry with reduced functionalityFrits Talbot2020-05-211-3/+0
| |
* | added c102 as new olympus objectadded event, and c101 as captgure completeMarcus Meissner2020-05-212-1/+12
| | | | | | | | https://github.com/gphoto/gphoto2/issues/310
* | added c102 as new olympus objectadded eventMarcus Meissner2020-05-212-0/+3
| |
* | added z6 values for bracket patternsMarcus Meissner2020-05-211-0/+2
| |
* | added ae , wb and adl bracketing parameters for nikonMarcus Meissner2020-05-211-6/+34
| |
* | added activefolder, aebracketing things for nikonMarcus Meissner2020-05-211-2/+29
| |
* | add a \t for the stream listMarcus Meissner2020-05-211-0/+1
| |
* | send request access and device_name commands to enable Lumix remote, ↵Marcus Meissner2020-05-201-6/+2
| | | | | | | | https://github.com/gphoto/libgphoto2/issues/409
* | do not overwrite output variables for EVFOutput camera output.Marcus Meissner2020-05-181-1/+3
| |
* | added more eos m50 debugMarcus Meissner2020-05-171-0/+689
| |
* | added sony nex5Marcus Meissner2020-05-172-0/+63
|/
* flash exposure compenastion is INT8, not UINT8Marcus Meissner2020-05-161-5/+5
|
* activedlighting had the bad type in the table, is UINT8Marcus Meissner2020-05-161-34/+61
| | | | | | | highlightisonr had the wrong type in the table, is UINT8 isoautohilimit had the wrong type in the table, is also UINT8 nikon whitebalance bias comes in INT8, UINT8 or UINT16 ... changed _get/set_Nikon_UWBBias, but need to adjust the tables
* added fuji xt-4 debug dataMarcus Meissner2020-05-141-0/+1900
|
* added some s6300 data as reportedMarcus Meissner2020-05-141-0/+251
|
* added fuji xt-4Marcus Meissner2020-05-131-0/+2
| | | | https://github.com/gphoto/libgphoto2/issues/505
* updated debug infoMarcus Meissner2020-05-101-111/+111
|
* move it even lower, to avoid calling it too oftenMarcus Meissner2020-05-101-19/+19
|
* move the liveview prohibit check a bit lowerMarcus Meissner2020-05-101-18/+19
|
* reenable the weird EOS M code that is needed for making liveview work again.Marcus Meissner2020-05-101-2/+7
| | | | | | I forgot for which camera it needs to be disabled. https://github.com/gphoto/libgphoto2/issues/499
* also check liveview prohibit condition in the viewfinder settingMarcus Meissner2020-05-101-0/+18
|
* added availableshots for nikonMarcus Meissner2020-05-101-0/+1
|
* report why we cannot start movie recordingMarcus Meissner2020-05-101-0/+20
|