Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix operation on GLib 2.24 | Matthias Vogelgesang | 2012-08-07 | 1 | -2/+1 |
| | |||||
* | Check GLib version for GDateTime and GTimeZone | Matthias Vogelgesang | 2012-08-07 | 1 | -3/+8 |
| | | | | | ISS' Jenkins build server has GLib 2.24 which does not have these time related functions. | ||||
* | Calculate timeout only when recording starts | Matthias Vogelgesang | 2012-08-07 | 1 | -1/+1 |
| | | | | | Reading register values is not really fast, so we keep the last exposure time when starting the acquisition. | ||||
* | Benchmark: add asynchronous test | Matthias Vogelgesang | 2012-08-07 | 1 | -37/+96 |
| | |||||
* | Benchmark: Implement message logging | Matthias Vogelgesang | 2012-08-07 | 1 | -7/+53 |
| | | | | | Because the UFO camera sometimes errors when grabbing frames, we redirect error messages to the log file error.log. | ||||
* | Update benchmark tool | Matthias Vogelgesang | 2012-08-07 | 1 | -61/+110 |
| | | | | | | The tool measures the bandwidth performance of a supplied camera. It outputs the results in standard space separated format that can be read with Numpy's loadtxt function. | ||||
* | Typedef types | Matthias Vogelgesang | 2012-02-03 | 1 | -3/+3 |
| | |||||
* | Put libuca under LGPL | Matthias Vogelgesang | 2012-01-31 | 1 | -1/+19 |
| | |||||
* | Users don't need uca-cam.h and uca-grabber.h anymore. | Matthias Vogelgesang | 2011-04-27 | 1 | -2/+1 |
| | |||||
* | Make uca_camera really private and thus breaks API | Matthias Vogelgesang | 2011-04-26 | 1 | -10/+10 |
| | |||||
* | Add basic (not working) benchmark | Matthias Vogelgesang | 2011-03-22 | 1 | -0/+84 |