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