Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make benchmark output parse friendly | Matthias Vogelgesang | 2014-12-01 | 1 | -13/+12 |
| | |||||
* | benchmark: print message if camera not found | Matthias Vogelgesang | 2014-12-01 | 1 | -5/+2 |
| | |||||
* | Avoid annoying g_type_init deprecation warnings | Matthias Vogelgesang | 2014-07-30 | 3 | -0/+7 |
| | |||||
* | Fix one more leak | Matthias Vogelgesang | 2014-04-07 | 1 | -0/+1 |
| | |||||
* | Fix some minor memory leaks | Matthias Vogelgesang | 2014-04-07 | 1 | -0/+2 |
| | |||||
* | Fix #28: Add buffered recording to base class | Matthias Vogelgesang | 2014-02-14 | 1 | -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 buffer | Matthias Vogelgesang | 2014-02-14 | 1 | -4/+3 |
| | |||||
* | Make ring buffer public | Matthias Vogelgesang | 2013-12-10 | 2 | -14/+14 |
| | |||||
* | Package binary programs in a 'tools' package. | Mihael Koep | 2013-11-06 | 1 | -1/+2 |
| | | | | | | Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt | ||||
* | Use ConfigurePaths to get installation paths | Matthias Vogelgesang | 2013-10-29 | 1 | -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.txt | Matthias Vogelgesang | 2013-10-29 | 1 | -17/+16 |
| | |||||
* | Make writing TIFF files optional | Matthias Vogelgesang | 2013-05-13 | 1 | -4/+16 |
| | |||||
* | Build list of cameras only in one place | Matthias Vogelgesang | 2013-04-18 | 5 | -78/+117 |
| | |||||
* | Add -n and -r options to uca-benchmark | Matthias Vogelgesang | 2013-04-18 | 1 | -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- prefix | Matthias Vogelgesang | 2013-04-11 | 1 | -8/+6 |
| | |||||
* | Move binaries to bin and make ring buffer a lib | Matthias Vogelgesang | 2013-04-11 | 5 | -0/+829 |