summaryrefslogtreecommitdiff
path: root/bin/tools/grab.c
AgeCommit message (Collapse)Author
2014-07-30Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang
2014-04-07Fix some minor memory leaksMatthias Vogelgesang
2014-02-14Fix #28: Add buffered recording to base classMatthias Vogelgesang
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.
2014-02-14Use read-write ring bufferMatthias Vogelgesang
2013-12-10Make ring buffer publicMatthias Vogelgesang
2013-05-13Make writing TIFF files optionalMatthias Vogelgesang
2013-04-18Build list of cameras only in one placeMatthias Vogelgesang
2013-04-11Move binaries to bin and make ring buffer a libMatthias Vogelgesang