Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export base properties and string array | Matthias Vogelgesang | 2012-04-19 | 1 | -21/+9 |
| | | | | | | | The benefits are two-fold: Camera implementations "know" which base properties exist without looking into the implementation source. Moreover, they can re-use the property strings rather than stating them over and over again. These change should reduce potential c&p errors. | ||||
* | Add not-implemented error for ufo readout | Matthias Vogelgesang | 2012-04-18 | 1 | -0/+2 |
| | |||||
* | Fix out-of-bounds errors | Matthias Vogelgesang | 2012-04-18 | 1 | -1/+1 |
| | | | | | It's a bit strange that I only get warnings at release builds but not at debug builds. | ||||
* | Implement asynchronous recording | Matthias Vogelgesang | 2012-04-17 | 1 | -1/+30 |
| | |||||
* | Make exposure time writeable | Matthias Vogelgesang | 2012-04-17 | 1 | -0/+9 |
| | |||||
* | Fix potential overflow error | Matthias Vogelgesang | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | Add prelimary UFO camera support | Matthias Vogelgesang | 2012-04-17 | 1 | -0/+289 |