Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |