Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | basler camera works | Volker Kaiser | 2012-07-26 | 7 | -38/+31 | |
| | | ||||||
| * | pylon (basler) camera added | Volker Kaiser | 2012-07-26 | 13 | -5/+814 | |
| | | ||||||
* | | Merge branch 'iss-master' | Matthias Vogelgesang | 2012-08-09 | 3 | -2/+88 | |
|\ \ | ||||||
| * | | added custom spec file | Volker Kaiser | 2012-08-08 | 3 | -2/+88 | |
| |/ | ||||||
* | | Properly convert register values to exposure time | Matthias Vogelgesang | 2012-08-07 | 1 | -7/+15 | |
| | | ||||||
* | | Fix operation on GLib 2.24 | Matthias Vogelgesang | 2012-08-07 | 1 | -2/+1 | |
| | | ||||||
* | | Check GLib version for GDateTime and GTimeZone | Matthias Vogelgesang | 2012-08-07 | 1 | -3/+8 | |
| | | | | | | | | | | ISS' Jenkins build server has GLib 2.24 which does not have these time related functions. | |||||
* | | Calculate timeout only when recording starts | Matthias Vogelgesang | 2012-08-07 | 2 | -12/+16 | |
| | | | | | | | | | | Reading register values is not really fast, so we keep the last exposure time when starting the acquisition. | |||||
* | | Benchmark: add asynchronous test | Matthias Vogelgesang | 2012-08-07 | 1 | -37/+96 | |
| | | ||||||
* | | Benchmark: Implement message logging | Matthias Vogelgesang | 2012-08-07 | 1 | -7/+53 | |
| | | | | | | | | | | Because the UFO camera sometimes errors when grabbing frames, we redirect error messages to the log file error.log. | |||||
* | | Update benchmark tool | Matthias Vogelgesang | 2012-08-07 | 2 | -61/+112 | |
| | | | | | | | | | | | | The tool measures the bandwidth performance of a supplied camera. It outputs the results in standard space separated format that can be read with Numpy's loadtxt function. | |||||
* | | PF: free grabber correctly | Matthias Vogelgesang | 2012-07-30 | 1 | -16/+17 | |
| | | ||||||
* | | Set timeout less than infinity | Matthias Vogelgesang | 2012-07-27 | 1 | -4/+10 | |
| | | ||||||
* | | Use prefixed "exp_time" | Matthias Vogelgesang | 2012-07-27 | 1 | -2/+2 | |
| | | ||||||
* | | Output errors from pcilib | Matthias Vogelgesang | 2012-07-27 | 1 | -2/+10 | |
| | | ||||||
* | | Fix sensor temperature conversion | Matthias Vogelgesang | 2012-07-27 | 1 | -1/+1 | |
|/ | ||||||
* | Don't confuse bit_mode with adc_resolution | Matthias Vogelgesang | 2012-07-26 | 1 | -5/+7 | |
| | ||||||
* | Use current temperature conversion formula | Matthias Vogelgesang | 2012-07-26 | 1 | -10/+47 | |
| | ||||||
* | Add README | Matthias Vogelgesang | 2012-07-18 | 1 | -0/+27 | |
| | ||||||
* | Install glade file into prefix/share/libuca | Matthias Vogelgesang | 2012-07-18 | 6 | -16/+19 | |
| | ||||||
* | Add installation instructions and ignore git files | Matthias Vogelgesang | 2012-07-18 | 3 | -5/+66 | |
| | ||||||
* | Fix bitmode to bit depth translation | Matthias Vogelgesang | 2012-07-16 | 1 | -1/+1 | |
| | ||||||
* | Fix: saving the bits correctly | Matthias Vogelgesang | 2012-07-13 | 1 | -9/+9 | |
| | ||||||
* | Add human-readable temperature | Matthias Vogelgesang | 2012-07-13 | 1 | -19/+29 | |
| | ||||||
* | Fix: return correct bit number | Matthias Vogelgesang | 2012-07-13 | 1 | -0/+3 | |
| | ||||||
* | Transform bit mode to number of bits | Matthias Vogelgesang | 2012-07-13 | 1 | -2/+8 | |
| | ||||||
* | Read number of bits from camera | Matthias Vogelgesang | 2012-07-13 | 1 | -7/+13 | |
| | ||||||
* | Remove scale widget | Matthias Vogelgesang | 2012-07-12 | 2 | -59/+5 | |
| | ||||||
* | Fix display of exposure time | Matthias Vogelgesang | 2012-07-12 | 1 | -5/+5 | |
| | ||||||
* | Fix LU-26: make "name" a base property | Matthias Vogelgesang | 2012-07-12 | 6 | -46/+42 | |
| | ||||||
* | Get register information dynamically | Matthias Vogelgesang | 2012-07-11 | 1 | -4/+80 | |
| | ||||||
* | Scale automatically and fix some warnings with UFO | Matthias Vogelgesang | 2012-07-11 | 3 | -27/+30 | |
| | ||||||
* | Remove unnecessary function | Matthias Vogelgesang | 2012-07-11 | 1 | -35/+7 | |
| | ||||||
* | Fix ui issues | Matthias Vogelgesang | 2012-07-09 | 2 | -2/+2 | |
| | ||||||
* | Implement some mandatory properties | Matthias Vogelgesang | 2012-07-09 | 1 | -1/+13 | |
| | ||||||
* | Backport combo box in property renderer | Matthias Vogelgesang | 2012-07-09 | 1 | -2/+97 | |
| | ||||||
* | Fix segfault caused by wrong memcpy parameter | Matthias Vogelgesang | 2012-07-06 | 1 | -1/+1 | |
| | ||||||
* | "Implement" ROI get/set | Matthias Vogelgesang | 2012-07-06 | 1 | -11/+14 | |
| | ||||||
* | Fix UcaUfoCamera instantiation | Matthias Vogelgesang | 2012-07-06 | 1 | -14/+30 | |
| | ||||||
* | Let mock camera accept ROI change requests | Matthias Vogelgesang | 2012-07-06 | 1 | -15/+36 | |
| | ||||||
* | Pass camera type from command line to grab | Matthias Vogelgesang | 2012-07-06 | 1 | -19/+28 | |
| | ||||||
* | Remove unused variable | Matthias Vogelgesang | 2012-07-06 | 1 | -3/+0 | |
| | ||||||
* | Fix LU-24: add "sensor-max-adcs" | Matthias Vogelgesang | 2012-07-05 | 1 | -1/+16 | |
| | ||||||
* | mock: add exposure time | Matthias Vogelgesang | 2012-07-04 | 1 | -1/+5 | |
| | ||||||
* | Remove unnecessary code | Matthias Vogelgesang | 2012-07-04 | 1 | -75/+0 | |
| | ||||||
* | Add property tree view | Matthias Vogelgesang | 2012-07-04 | 7 | -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 props | Matthias Vogelgesang | 2012-07-03 | 2 | -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 columns | Matthias Vogelgesang | 2012-07-02 | 2 | -9/+10 | |
| | ||||||
* | Implement ROI multipliers in mock camera | Matthias Vogelgesang | 2012-07-02 | 1 | -0/+8 | |
| | ||||||
* | Fix LU-15: Broken ROI image | Matthias Vogelgesang | 2012-06-29 | 4 | -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. |