summaryrefslogtreecommitdiffstats
path: root/bin/tools
Commit message (Collapse)AuthorAgeFilesLines
* grab: allow setting the exposure timeMatthias Vogelgesang2015-06-121-0/+4
|
* Fix async benchmarksMatthias Vogelgesang2015-04-241-1/+1
|
* Call async where async is expectedMatthias Vogelgesang2015-04-231-2/+2
|
* Explicitly disable async modeMatthias Vogelgesang2015-04-221-0/+2
|
* Benchmark more mode combinationsMatthias Vogelgesang2015-04-221-40/+82
|
* Make benchmark output parse friendlyMatthias Vogelgesang2014-12-011-13/+12
|
* benchmark: print message if camera not foundMatthias Vogelgesang2014-12-011-5/+2
|
* Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang2014-07-303-0/+7
|
* Fix one more leakMatthias Vogelgesang2014-04-071-0/+1
|
* 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-102-14/+14
|
* Package binary programs in a 'tools' package.Mihael Koep2013-11-061-1/+2
| | | | | | Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-291-2/+2
| | | | | | 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.
* Cleanup CMakeLists.txtMatthias Vogelgesang2013-10-291-17/+16
|
* Make writing TIFF files optionalMatthias Vogelgesang2013-05-131-4/+16
|
* Build list of cameras only in one placeMatthias Vogelgesang2013-04-185-78/+117
|
* Add -n and -r options to uca-benchmarkMatthias Vogelgesang2013-04-181-30/+53
| | | | | The flags specify the number of frames per run (default: 100) and the number of runs (default: 3).
* Install all binaries with common uca- prefixMatthias Vogelgesang2013-04-111-8/+6
|
* Move binaries to bin and make ring buffer a libMatthias Vogelgesang2013-04-115-0/+829