summaryrefslogtreecommitdiff
path: root/bin/tools
AgeCommit message (Collapse)Author
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-11-06Package binary programs in a 'tools' package.Mihael Koep
Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt
2013-10-29Use ConfigurePaths to get installation pathsMatthias Vogelgesang
The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier.
2013-10-29Cleanup CMakeLists.txtMatthias Vogelgesang
2013-05-13Make writing TIFF files optionalMatthias Vogelgesang
2013-04-18Build list of cameras only in one placeMatthias Vogelgesang
2013-04-18Add -n and -r options to uca-benchmarkMatthias Vogelgesang
The flags specify the number of frames per run (default: 100) and the number of runs (default: 3).
2013-04-11Install all binaries with common uca- prefixMatthias Vogelgesang
2013-04-11Move binaries to bin and make ring buffer a libMatthias Vogelgesang