summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca-ufo-camera.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't confuse bit_mode with adc_resolutionMatthias Vogelgesang2012-07-261-5/+7
|
* Use current temperature conversion formulaMatthias Vogelgesang2012-07-261-10/+47
|
* Fix bitmode to bit depth translationMatthias Vogelgesang2012-07-161-1/+1
|
* Fix: saving the bits correctlyMatthias Vogelgesang2012-07-131-9/+9
|
* Add human-readable temperatureMatthias Vogelgesang2012-07-131-19/+29
|
* Fix: return correct bit numberMatthias Vogelgesang2012-07-131-0/+3
|
* Transform bit mode to number of bitsMatthias Vogelgesang2012-07-131-2/+8
|
* Read number of bits from cameraMatthias Vogelgesang2012-07-131-7/+13
|
* Fix display of exposure timeMatthias Vogelgesang2012-07-121-5/+5
|
* Fix LU-26: make "name" a base propertyMatthias Vogelgesang2012-07-121-8/+2
|
* Get register information dynamicallyMatthias Vogelgesang2012-07-111-4/+80
|
* Scale automatically and fix some warnings with UFOMatthias Vogelgesang2012-07-111-0/+3
|
* Implement some mandatory propertiesMatthias Vogelgesang2012-07-091-1/+13
|
* Fix segfault caused by wrong memcpy parameterMatthias Vogelgesang2012-07-061-1/+1
|
* "Implement" ROI get/setMatthias Vogelgesang2012-07-061-11/+14
|
* 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