summaryrefslogtreecommitdiff
path: root/camlibs/ptp2/config.c
Commit message (Expand)AuthorAgeFilesLines
* added some new SONY Property defines, hook up sony capturetargetgoproMarcus Meissner2020-02-161-1/+9
* Merge pull request #459 from tail-feather/support-fuji-isoMarcus Meissner2020-01-281-0/+49
|\
| * Add Fuji exception for ExposureIndex (DataType:INT32)TSUNODA Koji2019-11-211-0/+49
* | Merge branch 'master' into masterJasem Mutlaq2020-01-281-2/+1
|\ \
| * | added nikon d7500 imagequalityAlex Argelaguet2020-01-251-1/+24
* | | Correct D7500 RAW valueJasem Mutlaq2020-01-281-8/+8
* | | Adding Nikon D7500 capture settingsJasem Mutlaq2020-01-221-1/+24
|/ /
* | revert a disabling of EOS M functionality that mistakenly slipped in.Marcus Meissner2019-12-081-1/+4
|/
* on manual focus do not set d2d2 to 2 (which seems to be autofocus)Marcus Meissner2019-10-191-0/+2
* try setting d38c to 1 during fuji startupMarcus Meissner2019-10-181-0/+2
* coment fuji init like timelapse doesMarcus Meissner2019-10-121-0/+5
* set / reset uilock around capture destMarcus Meissner2019-10-061-2/+4
* Added EOS M6 Mark II,Marcus Meissner2019-10-031-0/+1
* Add a few SONY properties for A7III.Matthias Andree2019-08-111-5/+28
* update copyrightMarcus Meissner2019-05-051-1/+1
* remove double () (clang)Marcus Meissner2019-05-051-1/+1
* we use math functions, should include math.hMarcus Meissner2019-05-051-0/+1
* report liveview mode on --get-config viewfinderMarcus Meissner2019-04-071-1/+2
* add get/set remotemode for canon eos for easier debuggingMarcus Meissner2019-04-071-1/+33
* Added Olympus Bulb support.Berylius2019-04-071-19/+52
* check for afcancel opcode presence before calling itMarcus Meissner2019-03-111-4/+5
* return error when single config set fails somehowMarcus Meissner2019-03-031-2/+2
* readd some alomode valuesMarcus Meissner2019-02-171-1/+12
* hook up d214 as zoom... might not be it thoughMarcus Meissner2019-02-171-2/+34
* Unified the config table setters into 1 common routine, expanded by macroMarcus Meissner2019-02-101-454/+227
* added sensor crop for Full Frame SonyMarcus Meissner2019-02-061-0/+7
* Merge pull request #362 from nowrep/eos-craw-setpropMarcus Meissner2019-02-031-40/+41
|\
| * ptp2: Correctly decode and set cRAW image format for Canon EOSDavid Rosca2019-01-291-40/+41
* | added "popupflash" configMarcus Meissner2019-02-031-0/+22
* | ptp2: Add more Canon EOS valuesDavid Rosca2019-01-301-9/+11
|/
* ptp2: Add Canon EOS Fine detail and Continuous timer valuesDavid Rosca2019-01-291-0/+2
* ptp2: Add cRAW image format for Canon EOSDavid Rosca2019-01-291-0/+7
* fixed spelling to read-onlysdaau2019-01-241-2/+2
* setremotemode with 0x11 on Canon PowerShot G5XMarcus Meissner2019-01-121-1/+4
* merged panasonic manualfocus driver and capturetarget handling fromElijah Parker2019-01-121-1/+65
* check before resetuilockMarcus Meissner2019-01-111-1/+2
* use better names for div/divMarcus Meissner2018-12-241-4/+4
* added a fixed shutterspeed table for SonyMarcus Meissner2018-12-231-54/+75
* comment possible shutterspeeds for sonyMarcus Meissner2018-12-231-0/+54
* upgrade the PC HD size a bitMarcus Meissner2018-12-231-1/+1
* move have_eos_prop outMarcus Meissner2018-12-221-20/+4
* instead of potential endless loop, try 100 steps towards setting a new value ...Marcus Meissner2018-12-221-1/+2
* added powerzoomspeed, uint32Marcus Meissner2018-12-161-0/+1
* fixed calling second capture for EOS MMarcus Meissner2018-12-131-3/+0
* do some fallback if an ENUM ordering is not working,Marcus Meissner2018-12-131-2/+4
* adjust apparently wrong value for Multi Frame Noise ReductionMarcus Meissner2018-12-131-1/+1
* added Nikon Z imagequality and focusmetering.Marcus Meissner2018-12-011-2/+14
* added power zoom as seen on SX720HSMarcus Meissner2018-11-121-0/+1
* check for presence of keepdevice on, would fail on SX720HSMarcus Meissner2018-11-101-1/+2
* on eos m, set remote mode only to 0x15 and not to 0x1Marcus Meissner2018-11-031-1/+5