summaryrefslogtreecommitdiff
path: root/src/cameras/uca-ufo-camera.c
AgeCommit message (Collapse)Author
2012-07-27Set timeout less than infinityMatthias Vogelgesang
2012-07-27Use prefixed "exp_time"Matthias Vogelgesang
2012-07-27Output errors from pcilibMatthias Vogelgesang
2012-07-27Fix sensor temperature conversionMatthias Vogelgesang
2012-07-26Don't confuse bit_mode with adc_resolutionMatthias Vogelgesang
2012-07-26Use current temperature conversion formulaMatthias Vogelgesang
2012-07-16Fix bitmode to bit depth translationMatthias Vogelgesang
2012-07-13Fix: saving the bits correctlyMatthias Vogelgesang
2012-07-13Add human-readable temperatureMatthias Vogelgesang
2012-07-13Fix: return correct bit numberMatthias Vogelgesang
2012-07-13Transform bit mode to number of bitsMatthias Vogelgesang
2012-07-13Read number of bits from cameraMatthias Vogelgesang
2012-07-12Fix display of exposure timeMatthias Vogelgesang
2012-07-12Fix LU-26: make "name" a base propertyMatthias Vogelgesang
2012-07-11Get register information dynamicallyMatthias Vogelgesang
2012-07-11Scale automatically and fix some warnings with UFOMatthias Vogelgesang
2012-07-09Implement some mandatory propertiesMatthias Vogelgesang
2012-07-06Fix segfault caused by wrong memcpy parameterMatthias Vogelgesang
2012-07-06"Implement" ROI get/setMatthias Vogelgesang
2012-04-19Export base properties and string arrayMatthias Vogelgesang
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.
2012-04-18Add not-implemented error for ufo readoutMatthias Vogelgesang
2012-04-18Fix out-of-bounds errorsMatthias Vogelgesang
It's a bit strange that I only get warnings at release builds but not at debug builds.
2012-04-17Implement asynchronous recordingMatthias Vogelgesang
2012-04-17Make exposure time writeableMatthias Vogelgesang
2012-04-17Fix potential overflow errorMatthias Vogelgesang
2012-04-17Add prelimary UFO camera supportMatthias Vogelgesang