summaryrefslogtreecommitdiffstats
path: root/bin/tools/grab.c
Commit message (Collapse)AuthorAgeFilesLines
* grab: allow setting the exposure timeMatthias Vogelgesang2015-06-121-0/+4
|
* Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang2014-07-301-0/+2
|
* Fix some minor memory leaksMatthias Vogelgesang2014-04-071-0/+2
|
* Fix #28: Add buffered recording to base classMatthias Vogelgesang2014-02-141-0/+1
| | | | | | | This change adds new properties ::buffered and ::num-buffers to the base class. If ::buffered is TRUE, uca_camera_start_recording will spawn a new thread which will call the camera-specific grab. Any call to uca_camera_grab will return the next item from the ring buffer.
* Use read-write ring bufferMatthias Vogelgesang2014-02-141-4/+3
|
* Make ring buffer publicMatthias Vogelgesang2013-12-101-13/+13
|
* Make writing TIFF files optionalMatthias Vogelgesang2013-05-131-4/+16
|
* Build list of cameras only in one placeMatthias Vogelgesang2013-04-181-38/+12
|
* Move binaries to bin and make ring buffer a libMatthias Vogelgesang2013-04-111-0/+292