Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print errors on stderr | Matthias Vogelgesang | 2018-06-26 | 1 | -3/+3 |
| | |||||
* | Fix a few minor leaks | Matthias Vogelgesang | 2018-06-26 | 1 | -0/+1 |
| | |||||
* | 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 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 | 1 | -15/+13 |
| | |||||
* | 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 |
| | |||||
* | grab: set trigger source explicitly | Matthias Vogelgesang | 2016-06-22 | 1 | -2/+3 |
| | |||||
* | cli: pass -p/--property assignment to constructor | Matthias Vogelgesang | 2016-04-01 | 1 | -2/+2 |
| | |||||
* | grab: fix resource cleanup order | Matthias Vogelgesang | 2016-02-15 | 1 | -2/+2 |
| | |||||
* | Use prop parsing in grab and benchmark | Matthias Vogelgesang | 2015-10-21 | 1 | -5/+6 |
| | |||||
* | grab: allow setting the exposure time | Matthias Vogelgesang | 2015-06-12 | 1 | -0/+4 |
| | |||||
* | Avoid annoying g_type_init deprecation warnings | Matthias Vogelgesang | 2014-07-30 | 1 | -0/+2 |
| | |||||
* | 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 | 1 | -13/+13 |
| | |||||
* | 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 | 1 | -38/+12 |
| | |||||
* | Move binaries to bin and make ring buffer a lib | Matthias Vogelgesang | 2013-04-11 | 1 | -0/+292 |