summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed strcmp for bulb capturelumixMarcus Meissner2019-08-261-1/+1
|
* merge more improvements from Robert, some reformatting / small cleanups on ↵Robert Hasson2019-08-181-39/+110
| | | | top by me
* fixed added image detectionMarcus Meissner2019-07-101-2/+2
|
* fixed shutterspeed setting commandMarcus Meissner2019-07-101-1/+1
|
* added also movie start/stop codeMarcus Meissner2019-07-091-1/+20
|
* added bulb config that just starts / ends captuzreMarcus Meissner2019-07-091-0/+19
|
* more shutterspeedsMarcus Meissner2019-07-081-1/+4
| | | | fixed realloc
* able to set/get devicename (that uses the camera)Marcus Meissner2019-07-071-0/+25
| | | | comments about startup
* add liveview size getter / setterMarcus Meissner2019-07-061-0/+18
|
* rename GP_PORT_TCP -> GP_PORT_IPMarcus Meissner2019-07-014-18/+12
| | | | as we just use it specify an IP, regardless of what the driver does
* map speed and aperture back from display values to camera valuesMarcus Meissner2019-06-291-5/+20
|
* added isoMarcus Meissner2019-06-281-1/+19
|
* added videoqualityMarcus Meissner2019-06-281-5/+15
|
* refactor to use a generic setting getter for all valuesMarcus Meissner2019-06-281-60/+34
|
* get shutterspeed und aperture content with libxml readerMarcus Meissner2019-06-281-48/+75
|
* work on capturing images ... coming closeMarcus Meissner2019-06-281-60/+229
|
* try to decode shutterspeed and apertureMarcus Meissner2019-06-281-9/+81
| | | | able to do zoom
* make zoom setting workMarcus Meissner2019-06-281-3/+1
|
* first try at setting config for zoomMarcus Meissner2019-06-271-9/+30
|
* get full directory using incremental readMarcus Meissner2019-06-271-199/+280
| | | | | also handle movie and raw files. (download still fails for them for some reason)
* added tz91.logMarcus Meissner2019-06-271-0/+3861
|
* cleanupsMarcus Meissner2019-06-271-19/+10
|
* port TCP is also validMarcus Meissner2019-06-271-0/+1
|
* use specific libcurl4Marcus Meissner2019-06-271-1/+1
|
* try conditional build of camlibMarcus Meissner2019-06-272-0/+6
|
* preview now can capture multiple framesMarcus Meissner2019-06-271-16/+23
|
* preview now works.Marcus Meissner2019-06-261-109/+67
|
* merge waitBulb into the capture functionMarcus Meissner2019-06-261-9/+4
|
* implement downloading files, select thumb or normalMarcus Meissner2019-06-261-5/+77
|
* do a libcurl based run tooMarcus Meissner2019-06-261-0/+1
|
* listing files works, as we got them from GetPixMarcus Meissner2019-06-261-50/+8
|
* autoconf magic for detecting libcurl, added to lumix Makefile-filesMarcus Meissner2019-06-262-2/+9
|
* added iso and quality for get configMarcus Meissner2019-06-261-10/+27
|
* focal >= apertureMarcus Meissner2019-06-261-4/+4
|
* added "focal", which might be aperture?Marcus Meissner2019-06-261-1/+11
|
* added shutterspeed configMarcus Meissner2019-06-261-0/+10
|
* return first configurationsMarcus Meissner2019-06-261-15/+129
| | | | fixed 0 termination of read buffers
* more work on directory readingMarcus Meissner2019-06-251-18/+120
|
* more decoding of imagesMarcus Meissner2019-06-251-61/+144
| | | | | rewrote the image download function to work via memory and not with files
* current state of workMarcus Meissner2019-06-251-131/+189
| | | | | - better buffer handling - some more XML decoding in picture info retrieval
* Merge branch 'lumix' of github.com:gphoto/libgphoto2 into lumixMarcus Meissner2019-06-181-143/+258
|\
| * updates from RobertRobert Hasson2019-06-071-143/+258
| |
* | Merge branch 'master' into lumixMarcus Meissner2019-06-024-2035/+2168
|\ \ | |/ |/|
| * do not overflow the maximum entries in the global array (AFL)Marcus Meissner2019-06-021-0/+8
| |
| * some updatesMarcus Meissner2019-06-021-2030/+2148
| |
| * 2.5.23.1 developmentMarcus Meissner2019-06-022-3/+5
| |
| * 2.5.23 releaselibgphoto2-2_5_23-releaseMarcus Meissner2019-06-022-4/+9
| |
* | use cameraip from portMarcus Meissner2019-05-271-4/+14
| |
* | make it linkMarcus Meissner2019-05-272-1/+2
| |
* | change to por tTCPMarcus Meissner2019-05-261-1/+1
| |