Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduced differences to master | Volker Kaiser | 2012-08-01 | 1 | -1/+0 |
| | |||||
* | extracted pylon_camera C-wrapper into own project; enhanced cmake build for ↵ | Volker Kaiser | 2012-08-01 | 4 | -327/+5 |
| | | | | pylon cameras | ||||
* | SCHNEIDE-276 | Volker Kaiser | 2012-07-27 | 3 | -3/+51 |
| | |||||
* | adjusted pylon additions | Volker Kaiser | 2012-07-26 | 1 | -4/+5 |
| | |||||
* | SCHNEIDE-348 | Volker Kaiser | 2012-07-26 | 1 | -1/+56 |
| | |||||
* | SCHNEIDE-347 (standardattribute) | Volker Kaiser | 2012-07-26 | 1 | -10/+61 |
| | |||||
* | SCHNEIDE-346 (exposure time) | Volker Kaiser | 2012-07-26 | 1 | -7/+15 |
| | |||||
* | SCHNEIDE-255 (ROI support basler) | Volker Kaiser | 2012-07-26 | 4 | -27/+105 |
| | |||||
* | working on basler | Volker Kaiser | 2012-07-26 | 3 | -6/+13 |
| | |||||
* | basler camera works | Volker Kaiser | 2012-07-26 | 4 | -36/+26 |
| | |||||
* | pylon (basler) camera added | Volker Kaiser | 2012-07-26 | 7 | -3/+651 |
| | |||||
* | 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 |
| | |||||
* | Install glade file into prefix/share/libuca | Matthias Vogelgesang | 2012-07-18 | 2 | -1/+2 |
| | |||||
* | Add installation instructions and ignore git files | Matthias Vogelgesang | 2012-07-18 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -0/+3 |
| | |||||
* | Implement some mandatory properties | Matthias Vogelgesang | 2012-07-09 | 1 | -1/+13 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Fix LU-16: Add cooling point props | Matthias Vogelgesang | 2012-07-03 | 1 | -1/+43 |
| | | | | | Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point". | ||||
* | 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 | 3 | -3/+53 |
| | | | | | | | | 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-12 | Matthias Vogelgesang | 2012-06-20 | 1 | -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.edge | Matthias Vogelgesang | 2012-06-20 | 1 | -7/+7 |
| | |||||
* | Re-implement asynchronous data acquisition | Matthias Vogelgesang | 2012-06-20 | 1 | -0/+47 |
| | |||||
* | Remove pixel rate from per-camera structure | Matthias Vogelgesang | 2012-06-14 | 1 | -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-8 | Matthias Vogelgesang | 2012-06-14 | 2 | -20/+37 |
| | | | | Override default values for ROI size, cooling point and pixel rate. | ||||
* | Fix LU-4 | Matthias Vogelgesang | 2012-06-14 | 1 | -3/+16 |
| | | | | The larger sensor area can now be used as a ROI. | ||||
* | Fix LU-7 | Matthias Vogelgesang | 2012-06-13 | 1 | -2/+1 |
| | | | | | | We read the temperatures using unsigned data types which is absolute fail sauce when encountering negative temperatures. Unfortunately, this happens with the pco.4000. | ||||
* | Add timestamp mode property | Matthias Vogelgesang | 2012-06-12 | 2 | -3/+60 |
| | |||||
* | Generate enum types from source | Matthias Vogelgesang | 2012-06-12 | 7 | -78/+118 |
| | | | | | | | | | It became a little unwieldy to create the enum types manually via g_enums_register_static(). This changeset creates the types from enum definitions in public headers using glib2-mkenum. Be sure to include uca-enums.h in every source file that needs to know GObject enum type. | ||||
* | Fix LU-5 | Matthias Vogelgesang | 2012-06-12 | 1 | -2/+2 |
| | |||||
* | Install camera-specific headers | Matthias Vogelgesang | 2012-06-01 | 1 | -6/+14 |
| | |||||
* | Allow only possible pixel rates when setting | Matthias Vogelgesang | 2012-06-01 | 1 | -1/+18 |
| | |||||
* | Fix setting acquire mode | Matthias Vogelgesang | 2012-06-01 | 1 | -2/+6 |
| | |||||
* | Set correct ADC count | Matthias Vogelgesang | 2012-05-31 | 1 | -12/+21 |
| | |||||
* | Warn if cooling point cannot be set/read | Matthias Vogelgesang | 2012-05-31 | 1 | -1/+4 |
| |