summaryrefslogtreecommitdiff
path: root/camlibs/lumix
Commit message (Collapse)AuthorAgeFilesLines
* 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-011-11/+5
| | | | 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
|
* try conditional build of camlibMarcus Meissner2019-06-271-0/+4
|
* 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
|
* 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-261-2/+2
|
* 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
* updates from RobertRobert Hasson2019-06-071-143/+258
|
* 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
|
* initial lumix buildMarcus Meissner2019-05-263-0/+970
https://github.com/gphoto/libgphoto2/issues/409