Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meson: do not require gtk | Matthias Vogelgesang | 2018-08-17 | 1 | -21/+23 |
| | |||||
* | Print errors on stderr | Matthias Vogelgesang | 2018-06-26 | 3 | -6/+6 |
| | |||||
* | Fix a few minor leaks | Matthias Vogelgesang | 2018-06-26 | 2 | -1/+7 |
| | |||||
* | info: sort property names | Matthias Vogelgesang | 2018-06-06 | 1 | -6/+19 |
| | |||||
* | Raise minimum GLib version to 2.38 | Matthias Vogelgesang | 2018-02-08 | 2 | -22/+10 |
| | |||||
* | Remove unnecessary assignment | Matthias Vogelgesang | 2018-01-26 | 1 | -1/+1 |
| | |||||
* | Abort construction if props cannot be parsed | Matthias Vogelgesang | 2018-01-24 | 1 | -2/+6 |
| | |||||
* | grab: measure time per frame grab | Matthias Vogelgesang | 2017-10-16 | 1 | -7/+17 |
| | |||||
* | grab: drop --write-tiff and guess from file suffix | Matthias Vogelgesang | 2017-10-11 | 1 | -7/+1 |
| | |||||
* | grab: allow TIFF support with meson | Matthias Vogelgesang | 2017-10-11 | 1 | -4/+19 |
| | |||||
* | grab: allow filename to be a format specifier | Matthias Vogelgesang | 2017-10-11 | 1 | -8/+52 |
| | |||||
* | grab: do not write at all if --output is not given | Matthias Vogelgesang | 2017-10-11 | 1 | -15/+11 |
| | |||||
* | grab: show progress during acquisition | Matthias Vogelgesang | 2017-10-11 | 3 | -17/+21 |
| | |||||
* | grab: drop support for --duration | Matthias Vogelgesang | 2017-10-11 | 1 | -7/+4 |
| | |||||
* | grab: do not set auto trigger source automatically | Matthias Vogelgesang | 2017-10-10 | 1 | -2/+0 |
| | |||||
* | grab: do not call parse_props as it's done already | Matthias Vogelgesang | 2017-10-10 | 1 | -7/+0 |
| | |||||
* | common: do not pass properties to constructor | Matthias Vogelgesang | 2017-10-10 | 1 | -33/+3 |
| | | | | This is fragile for a lot of properties ... | ||||
* | common: exit early on error | Matthias Vogelgesang | 2017-07-21 | 1 | -1/+4 |
| | |||||
* | gui: add Meson build support | Matthias Vogelgesang | 2017-07-03 | 2 | -0/+30 |
| | |||||
* | gui: use glib-resources to bake in UI | Matthias Vogelgesang | 2017-07-03 | 5 | -32/+65 |
| | |||||
* | gui: rename source file | Matthias Vogelgesang | 2017-07-03 | 2 | -1/+1 |
| | |||||
* | Support meson build system | Matthias Vogelgesang | 2017-06-08 | 2 | -0/+24 |
| | |||||
* | control: fix load path of UI file | Matthias Vogelgesang | 2017-04-07 | 2 | -2/+2 |
| | |||||
* | Use prop string array to initialize parameters | Matthias Vogelgesang | 2017-04-05 | 2 | -5/+2 |
| | |||||
* | Use GNUInstallDirs to set install paths | Matthias Vogelgesang | 2017-04-04 | 2 | -4/+4 |
| | |||||
* | grab: set trigger source explicitly | Matthias Vogelgesang | 2016-06-22 | 1 | -2/+3 |
| | |||||
* | info: size name column according to longest name | Matthias Vogelgesang | 2016-06-03 | 1 | -1/+10 |
| | |||||
* | info: do not list property if name not given | Matthias Vogelgesang | 2016-06-03 | 1 | -2/+2 |
| | |||||
* | Add uca-info tool to print current prop values | Matthias Vogelgesang | 2016-06-03 | 2 | -2/+123 |
| | |||||
* | Restructure building command line tools | Matthias Vogelgesang | 2016-06-03 | 1 | -14/+6 |
| | |||||
* | benchmark: fix unref if camera was not instantiated | Matthias Vogelgesang | 2016-05-04 | 1 | -2/+4 |
| | |||||
* | Fix assignment when no property is given | Matthias Vogelgesang | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | cli: pass -p/--property assignment to constructor | Matthias Vogelgesang | 2016-04-01 | 4 | -7/+59 |
| | |||||
* | Fix reference to wrong function name | Matthias Vogelgesang | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | ADD: Camera Readout mode for benchmark tool | Sai Sasidhar Maddali | 2016-03-15 | 1 | -7/+55 |
| | | | | | | 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 | ||||
* | grab: fix resource cleanup order | Matthias Vogelgesang | 2016-02-15 | 1 | -2/+2 |
| | |||||
* | Faster zoom out, fix coordinates | MariaMatveeva | 2016-02-01 | 1 | -79/+104 |
| | |||||
* | Fix segfaults with changing ROI or bitdepth | Matthias Vogelgesang | 2016-01-29 | 1 | -18/+38 |
| | |||||
* | Allow setting max bin value of histogram | Matthias Vogelgesang | 2016-01-29 | 2 | -0/+10 |
| | |||||
* | Fix GUI zoom problems | MariaMatveeva | 2016-01-11 | 1 | -104/+265 |
| | |||||
* | Fix statistics, zoom | MariaMatveeva | 2016-01-11 | 1 | -13/+17 |
| | |||||
* | Use prop parsing in grab and benchmark | Matthias Vogelgesang | 2015-10-21 | 2 | -15/+12 |
| | |||||
* | Improve benchmark output | Matthias Vogelgesang | 2015-10-20 | 1 | -19/+27 |
| | |||||
* | benchmark: count the number of dropped frames | Matthias Vogelgesang | 2015-10-02 | 1 | -5/+17 |
| | |||||
* | Refactor position display | Matthias Vogelgesang | 2015-07-20 | 1 | -74/+48 |
| | | | | | Use single function to determine position and value. Also we now avoid string allocation and use a static string for the printing. | ||||
* | Fix #72: avoid race condition | Matthias Vogelgesang | 2015-07-20 | 1 | -34/+18 |
| | | | | | | | The advance_buffers variable introduced in 954bcbc was not properly locked thus leading to race conditions in the UI update thread and the actual grab thread. With this change, we always grab into a single buffer that is updated whenever the GUI is ready. This avoids latencies but might cause noticeable tearing. | ||||
* | grab: allow setting the exposure time | Matthias Vogelgesang | 2015-06-12 | 1 | -0/+4 |
| | |||||
* | Changed uca-camera-control property handling | Timo Dritschler | 2015-05-19 | 1 | -2/+5 |
| | | | | GUI now correctly understands that construction only properties can not be modified | ||||
* | Fix async benchmarks | Matthias Vogelgesang | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | Call async where async is expected | Matthias Vogelgesang | 2015-04-23 | 1 | -2/+2 |
| |