summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* let the sample-afl do autodetection to allow fuzzing all USB camerasMarcus Meissner2019-04-231-6/+36
|
* added unistd.h include for older systemsMarcus Meissner2019-03-091-0/+1
|
* disable capture fuzzingMarcus Meissner2019-01-201-0/+3
|
* try more callsMarcus Meissner2019-01-201-2/+65
|
* unref the context in afl sampleMarcus Meissner2018-12-211-0/+1
|
* c++ protectMarcus Meissner2018-10-141-0/+8
|
* free various event dataMarcus Meissner2018-04-165-0/+88
| | | | added GP_EVENT_FILE_CHANGED
* also log the domainMarcus Meissner2017-07-311-1/+1
|
* various fixes to free parameters and coverity issuesMarcus Meissner2017-06-051-23/+31
|
* recursively list directories until the first file is found,Marcus Meissner2017-04-291-14/+75
| | | | retrieve information and MTP metadata
* list folders and files tooMarcus Meissner2017-04-291-0/+19
|
* add event handling to aflMarcus Meissner2016-12-231-0/+9
|
* wait_for_Event needs to be run multiple times to drainMarcus Meissner2016-12-201-30/+43
| | | | | the event queue better. otherwise e.g. Nikon DSLR will never get to the fileadded event.
* adjusted code to handled errors and use buffer and file betterMarcus Meissner2016-12-201-9/+13
| | | | fixes https://github.com/gphoto/libgphoto2/issues/118
* trigger capture: do not use file_read, api does not handle sdram capture ↵Marcus Meissner2016-12-181-29/+17
| | | | currently ... :/
* do not use the signals in win32peterbud2016-11-201-8/+13
|
* move gp_file_free upMarcus Meissner2016-11-191-2/+2
|
* add O_BINARY flag for open() calls to write images in binary mode on Windowspeterbud2016-11-198-9/+20
|
* check for open returnMarcus Meissner2016-11-191-0/+3
|
* fixed reading configurationMarcus Meissner2016-10-111-3/+18
| | | | better progress output
* handle raw captures tooMarcus Meissner2016-10-111-3/+19
|
* clear read_cofnig after readingMarcus Meissner2016-10-111-0/+2
|
* added configuration reading to photobooth sampleMarcus Meissner2016-10-112-2/+27
|
* add event polling / tethering to sample photoboothMarcus Meissner2016-10-111-0/+61
|
* start a photobooth sample programMarcus Meissner2016-10-102-0/+127
|
* simplified using sample_open_cameraMarcus Meissner2016-09-252-58/+15
|
* add a sample program for using AFL without the gphoto2 commandline toolMarcus Meissner2016-09-242-0/+116
| | | | overhead
* use single config getter/setterMarcus Meissner2016-03-141-2/+2
|
* use the new single api in the exampleMarcus Meissner2016-02-201-21/+25
|
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-037-7/+0
| | | | | | building better with Visual C https://github.com/gphoto/libgphoto2/issues/33
* free contextMarcus Meissner2014-12-061-0/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15257 67ed7778-7388-44ab-90cf-0a291f65f57c
* pass onoff argument to autofocusMarcus Meissner2014-10-094-5/+82
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15209 67ed7778-7388-44ab-90cf-0a291f65f57c
* handle "no camera" caseMarcus Meissner2014-07-221-0/+4
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15100 67ed7778-7388-44ab-90cf-0a291f65f57c
* fixed some leaksMarcus Meissner2014-06-011-1/+5
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14986 67ed7778-7388-44ab-90cf-0a291f65f57c
* determine with preview enabledMarcus Meissner2014-06-011-3/+13
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14985 67ed7778-7388-44ab-90cf-0a291f65f57c
* handle an error (coverity)Marcus Meissner2014-06-011-1/+4
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14984 67ed7778-7388-44ab-90cf-0a291f65f57c
* small improvements. sample preview enablementMarcus Meissner2014-05-041-13/+49
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14932 67ed7778-7388-44ab-90cf-0a291f65f57c
* remove warningMarcus Meissner2014-05-021-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14928 67ed7778-7388-44ab-90cf-0a291f65f57c
* made standaloneMarcus Meissner2014-05-022-26/+238
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14927 67ed7778-7388-44ab-90cf-0a291f65f57c
* also add release triggerMarcus Meissner2014-05-021-0/+22
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14926 67ed7778-7388-44ab-90cf-0a291f65f57c
* added a best-iso sample program for Canon EOSMarcus Meissner2014-05-022-1/+184
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14925 67ed7778-7388-44ab-90cf-0a291f65f57c
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-111-0/+2
| | | | | | | | A bunch of static functions are unused, so wrap them in #if 0 git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14898 67ed7778-7388-44ab-90cf-0a291f65f57c
* From: "Daniel P. Berrange" <berrange@redhat.com>Marcus Meissner2014-04-113-5/+9
| | | | | | | | | | A great many functions have variables which are set to some value, but never read thereafter. All these variables can be removed with no functional impact. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14896 67ed7778-7388-44ab-90cf-0a291f65f57c
* fixed format string problemMarcus Meissner2014-01-011-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14620 67ed7778-7388-44ab-90cf-0a291f65f57c
* fixed return code checking logicMarcus Meissner2013-09-011-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14531 67ed7778-7388-44ab-90cf-0a291f65f57c
* remove gp_file_free which will zero out the returned data which we stillMarcus Meissner2013-05-031-2/+1
| | | | | | | need (makes CameraFile* leak here). git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14392 67ed7778-7388-44ab-90cf-0a291f65f57c
* fixed sample_open_camera to load the abilities and portinfolistMarcus Meissner2013-04-254-4/+37
| | | | | | | (was done by sample_autodetect before) git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14352 67ed7778-7388-44ab-90cf-0a291f65f57c
* cleaned up AM_CPPFLAGS and CPPFLAGS usage patterns.Marcus Meissner2013-03-101-0/+1
| | | | | | | | | | AM_CPPFLAGS and CPPFLAGS are used both during build, so no need to use merge them together in configure. also move the -I$(xx) stuff into Makefile* to avoid shell expansion issues. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14269 67ed7778-7388-44ab-90cf-0a291f65f57c
* C comment, not C++Marcus Meissner2013-02-201-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14249 67ed7778-7388-44ab-90cf-0a291f65f57c
* added sample-justfocus.c fileMarcus Meissner2013-01-242-1/+70
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14197 67ed7778-7388-44ab-90cf-0a291f65f57c