summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-18Add READMEMatthias 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-12Remove scale widgetMatthias 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-11Remove unnecessary functionMatthias Vogelgesang
2012-07-09Fix ui issuesMatthias Vogelgesang
2012-07-09Implement some mandatory propertiesMatthias Vogelgesang
2012-07-09Backport combo box in property rendererMatthias 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-06Pass camera type from command line to grabMatthias Vogelgesang
2012-07-06Remove unused variableMatthias Vogelgesang
2012-07-05Fix LU-24: add "sensor-max-adcs"Matthias Vogelgesang
2012-07-04mock: add exposure timeMatthias Vogelgesang
2012-07-04Remove unnecessary codeMatthias Vogelgesang
2012-07-04Add property tree viewMatthias Vogelgesang
The standard tree view widget is not capable of setting individual cell renderers per row. Thus I made one with a custom cell renderer that uses an appropriate cell renderer depending of the property type. I developed this independently and put it up on Github at https://github.com/matze/EggPropertyTreeView.
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-02Use dogmatic Gtk+ way of styling treeview columnsMatthias Vogelgesang
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.
2012-06-20Fulfill double width requirement of pco.edgeMatthias Vogelgesang
2012-06-20Re-implement asynchronous data acquisitionMatthias Vogelgesang
2012-06-14Remove pixel rate from per-camera structureMatthias Vogelgesang
We read the pixel rate directly from the camera and take the very first pixel rate as the default pixel rate.