| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-26 | Print errors on stderr | Matthias Vogelgesang | |
| 2018-06-26 | Fix a few minor leaks | Matthias Vogelgesang | |
| 2018-06-06 | info: sort property names | Matthias Vogelgesang | |
| 2018-02-08 | Raise minimum GLib version to 2.38 | Matthias Vogelgesang | |
| 2018-01-24 | Abort construction if props cannot be parsed | Matthias Vogelgesang | |
| 2017-10-16 | grab: measure time per frame grab | Matthias Vogelgesang | |
| 2017-10-11 | grab: drop --write-tiff and guess from file suffix | Matthias Vogelgesang | |
| 2017-10-11 | grab: allow TIFF support with meson | Matthias Vogelgesang | |
| 2017-10-11 | grab: allow filename to be a format specifier | Matthias Vogelgesang | |
| 2017-10-11 | grab: do not write at all if --output is not given | Matthias Vogelgesang | |
| 2017-10-11 | grab: show progress during acquisition | Matthias Vogelgesang | |
| 2017-10-11 | grab: drop support for --duration | Matthias Vogelgesang | |
| 2017-10-10 | grab: do not set auto trigger source automatically | Matthias Vogelgesang | |
| 2017-10-10 | grab: do not call parse_props as it's done already | Matthias Vogelgesang | |
| 2017-10-10 | common: do not pass properties to constructor | Matthias Vogelgesang | |
| This is fragile for a lot of properties ... | |||
| 2017-07-21 | common: exit early on error | Matthias Vogelgesang | |
| 2017-06-08 | Support meson build system | Matthias Vogelgesang | |
| 2017-04-05 | Use prop string array to initialize parameters | Matthias Vogelgesang | |
| 2017-04-04 | Use GNUInstallDirs to set install paths | Matthias Vogelgesang | |
| 2016-06-22 | grab: set trigger source explicitly | Matthias Vogelgesang | |
| 2016-06-03 | info: size name column according to longest name | Matthias Vogelgesang | |
| 2016-06-03 | info: do not list property if name not given | Matthias Vogelgesang | |
| 2016-06-03 | Add uca-info tool to print current prop values | Matthias Vogelgesang | |
| 2016-06-03 | Restructure building command line tools | Matthias Vogelgesang | |
| 2016-05-04 | benchmark: fix unref if camera was not instantiated | Matthias Vogelgesang | |
| 2016-04-26 | Fix assignment when no property is given | Matthias Vogelgesang | |
| 2016-04-01 | cli: pass -p/--property assignment to constructor | Matthias Vogelgesang | |
| 2016-04-01 | Fix reference to wrong function name | Matthias Vogelgesang | |
| 2016-03-15 | ADD: Camera Readout mode for benchmark tool | Sai Sasidhar Maddali | |
| MIN: Moved start and stop timers to individual functions so they can be used when appropriately needed MIN: Updated exported symbol name in uca plugin - file | |||
| 2016-02-15 | grab: fix resource cleanup order | Matthias Vogelgesang | |
| 2015-10-21 | Use prop parsing in grab and benchmark | Matthias Vogelgesang | |
| 2015-10-20 | Improve benchmark output | Matthias Vogelgesang | |
| 2015-10-02 | benchmark: count the number of dropped frames | Matthias Vogelgesang | |
| 2015-06-12 | grab: allow setting the exposure time | Matthias Vogelgesang | |
| 2015-04-24 | Fix async benchmarks | Matthias Vogelgesang | |
| 2015-04-23 | Call async where async is expected | Matthias Vogelgesang | |
| 2015-04-22 | Explicitly disable async mode | Matthias Vogelgesang | |
| 2015-04-22 | Benchmark more mode combinations | Matthias Vogelgesang | |
| 2014-12-01 | Make benchmark output parse friendly | Matthias Vogelgesang | |
| 2014-12-01 | benchmark: print message if camera not found | Matthias Vogelgesang | |
| 2014-07-30 | Avoid annoying g_type_init deprecation warnings | Matthias Vogelgesang | |
| 2014-04-07 | Fix one more leak | Matthias Vogelgesang | |
| 2014-04-07 | Fix some minor memory leaks | Matthias Vogelgesang | |
| 2014-02-14 | Fix #28: Add buffered recording to base class | Matthias 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-14 | Use read-write ring buffer | Matthias Vogelgesang | |
| 2013-12-10 | Make ring buffer public | Matthias Vogelgesang | |
| 2013-11-06 | Package binary programs in a 'tools' package. | Mihael Koep | |
| Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt | |||
| 2013-10-29 | Use ConfigurePaths to get installation paths | Matthias 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-29 | Cleanup CMakeLists.txt | Matthias Vogelgesang | |
| 2013-05-13 | Make writing TIFF files optional | Matthias Vogelgesang | |
