summaryrefslogtreecommitdiff
path: root/examples/sample-photobooth.c
Commit message (Expand)AuthorAgeFilesLines
* example: include <unistd.h> for close(2), unlink(2), getpid(2)Hans Ulrich Niedermann2021-10-251-0/+2
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-1/+1
* Fix typos throughout the codebaseSijawusz Pur Rahnama2020-05-251-1/+1
* free various event dataMarcus Meissner2018-04-161-0/+5
* do not use the signals in win32peterbud2016-11-201-8/+13
* add O_BINARY flag for open() calls to write images in binary mode on Windowspeterbud2016-11-191-2/+2
* check for open returnMarcus Meissner2016-11-191-0/+3
* fixed reading configurationMarcus Meissner2016-10-111-3/+18
* 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-111-1/+26
* add event polling / tethering to sample photoboothMarcus Meissner2016-10-111-0/+61
* start a photobooth sample programMarcus Meissner2016-10-101-0/+125