summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-08-09Merge branch 'iss-master'Matthias Vogelgesang
2012-08-08added custom spec fileVolker Kaiser
2012-08-07Properly convert register values to exposure timeMatthias Vogelgesang
2012-08-07Calculate timeout only when recording startsMatthias Vogelgesang
Reading register values is not really fast, so we keep the last exposure time when starting the acquisition.
2012-08-07enabled DESTDIRVolker Kaiser
2012-08-02added support for libuca.spec.inVolker Kaiser
2012-08-02added variables with which building of test/control and reference ↵Volker Kaiser
documentation can be disabled
2012-08-02using LIBDIRVolker Kaiser
2012-08-01fixed pylon buildVolker Kaiser
2012-08-01reduced differences to masterVolker Kaiser
2012-08-01extracted pylon_camera C-wrapper into own project; enhanced cmake build for ↵Volker Kaiser
pylon cameras
2012-07-30PF: free grabber correctlyMatthias Vogelgesang
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-27SCHNEIDE-276Volker Kaiser
2012-07-26adjusted pylon additionsVolker Kaiser
2012-07-26SCHNEIDE-348Volker Kaiser
2012-07-26SCHNEIDE-347 (standardattribute)Volker Kaiser
2012-07-26SCHNEIDE-346 (exposure time)Volker Kaiser
2012-07-26SCHNEIDE-255 (ROI support basler)Volker Kaiser
2012-07-26working on baslerVolker Kaiser
2012-07-26basler camera worksVolker Kaiser
2012-07-26pylon (basler) camera addedVolker Kaiser
2012-07-26Don't confuse bit_mode with adc_resolutionMatthias Vogelgesang
2012-07-26Use current temperature conversion formulaMatthias Vogelgesang
2012-07-18Install glade file into prefix/share/libucaMatthias Vogelgesang
2012-07-18Add installation instructions and ignore git filesMatthias 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-07-06Fix UcaUfoCamera instantiationMatthias Vogelgesang
2012-07-06Let mock camera accept ROI change requestsMatthias Vogelgesang
2012-07-05Fix LU-24: add "sensor-max-adcs"Matthias Vogelgesang
2012-07-04mock: add exposure timeMatthias Vogelgesang
2012-07-03Fix LU-16: Add cooling point propsMatthias Vogelgesang
Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point".
2012-07-02Implement ROI multipliers in mock cameraMatthias Vogelgesang
2012-06-29Fix LU-15: Broken ROI imageMatthias Vogelgesang
This fix contains two changes: 1. We check that passed ROI requests are multiples of possible ROI steps as provided by the camera. If this is not the case, the request is ignored and a warning issued. 2. We added two new base properties ROI_WIDTH_MULTIPLIER and ROI_HEIGHT_MULTIPLIER that expose this information to client programs.
2012-06-20Fix LU-12Matthias Vogelgesang
Some cameras that don't support an extended mode tend to return a smaller extended sensor size than the standard sensor size. This commit fixes the problem by returning the standard sensor size.