summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca-ufo-camera.c
Commit message (Collapse)AuthorAgeFilesLines
* Export base properties and string arrayMatthias Vogelgesang2012-04-191-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 readoutMatthias Vogelgesang2012-04-181-0/+2
|
* Fix out-of-bounds errorsMatthias Vogelgesang2012-04-181-1/+1
| | | | | It's a bit strange that I only get warnings at release builds but not at debug builds.
* Implement asynchronous recordingMatthias Vogelgesang2012-04-171-1/+30
|
* Make exposure time writeableMatthias Vogelgesang2012-04-171-0/+9
|
* Fix potential overflow errorMatthias Vogelgesang2012-04-171-1/+1
|
* Add prelimary UFO camera supportMatthias Vogelgesang2012-04-171-0/+289