summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* reduced differences to masterVolker Kaiser2012-08-013-11/+1
|
* extracted pylon_camera C-wrapper into own project; enhanced cmake build for ↵Volker Kaiser2012-08-016-362/+39
| | | | pylon cameras
* SCHNEIDE-276Volker Kaiser2012-07-273-3/+51
|
* adjusted pylon additionsVolker Kaiser2012-07-261-4/+5
|
* SCHNEIDE-348Volker Kaiser2012-07-261-1/+56
|
* SCHNEIDE-347 (standardattribute)Volker Kaiser2012-07-261-10/+61
|
* SCHNEIDE-346 (exposure time)Volker Kaiser2012-07-261-7/+15
|
* SCHNEIDE-255 (ROI support basler)Volker Kaiser2012-07-264-27/+105
|
* working on baslerVolker Kaiser2012-07-264-10/+16
|
* basler camera worksVolker Kaiser2012-07-267-38/+31
|
* pylon (basler) camera addedVolker Kaiser2012-07-2613-5/+814
|
* Don't confuse bit_mode with adc_resolutionMatthias Vogelgesang2012-07-261-5/+7
|
* Use current temperature conversion formulaMatthias Vogelgesang2012-07-261-10/+47
|
* Add READMEMatthias Vogelgesang2012-07-181-0/+27
|
* Install glade file into prefix/share/libucaMatthias Vogelgesang2012-07-186-16/+19
|
* Add installation instructions and ignore git filesMatthias Vogelgesang2012-07-183-5/+66
|
* 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
|
* Remove scale widgetMatthias Vogelgesang2012-07-122-59/+5
|
* Fix display of exposure timeMatthias Vogelgesang2012-07-121-5/+5
|
* Fix LU-26: make "name" a base propertyMatthias Vogelgesang2012-07-126-46/+42
|
* Get register information dynamicallyMatthias Vogelgesang2012-07-111-4/+80
|
* Scale automatically and fix some warnings with UFOMatthias Vogelgesang2012-07-113-27/+30
|
* Remove unnecessary functionMatthias Vogelgesang2012-07-111-35/+7
|
* Fix ui issuesMatthias Vogelgesang2012-07-092-2/+2
|
* Implement some mandatory propertiesMatthias Vogelgesang2012-07-091-1/+13
|
* Backport combo box in property rendererMatthias Vogelgesang2012-07-091-2/+97
|
* Fix segfault caused by wrong memcpy parameterMatthias Vogelgesang2012-07-061-1/+1
|
* "Implement" ROI get/setMatthias Vogelgesang2012-07-061-11/+14
|
* Fix UcaUfoCamera instantiationMatthias Vogelgesang2012-07-061-14/+30
|
* Let mock camera accept ROI change requestsMatthias Vogelgesang2012-07-061-15/+36
|
* Pass camera type from command line to grabMatthias Vogelgesang2012-07-061-19/+28
|
* Remove unused variableMatthias Vogelgesang2012-07-061-3/+0
|
* Fix LU-24: add "sensor-max-adcs"Matthias Vogelgesang2012-07-051-1/+16
|
* mock: add exposure timeMatthias Vogelgesang2012-07-041-1/+5
|
* Remove unnecessary codeMatthias Vogelgesang2012-07-041-75/+0
|
* Add property tree viewMatthias Vogelgesang2012-07-047-66/+740
| | | | | | | | | 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.
* Fix LU-16: Add cooling point propsMatthias Vogelgesang2012-07-032-1/+49
| | | | | Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point".
* Use dogmatic Gtk+ way of styling treeview columnsMatthias Vogelgesang2012-07-022-9/+10
|
* Implement ROI multipliers in mock cameraMatthias Vogelgesang2012-07-021-0/+8
|
* Fix LU-15: Broken ROI imageMatthias Vogelgesang2012-06-294-7/+62
| | | | | | | | 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.
* Fix LU-12Matthias Vogelgesang2012-06-201-2/+2
| | | | | | 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.
* Fulfill double width requirement of pco.edgeMatthias Vogelgesang2012-06-201-7/+7
|
* Re-implement asynchronous data acquisitionMatthias Vogelgesang2012-06-204-53/+125
|
* Remove pixel rate from per-camera structureMatthias Vogelgesang2012-06-141-5/+4
| | | | | We read the pixel rate directly from the camera and take the very first pixel rate as the default pixel rate.
* Fix LU-8Matthias Vogelgesang2012-06-142-20/+37
| | | | Override default values for ROI size, cooling point and pixel rate.