| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-28 | Fix #146: Make a new top-level directory for cams | Matthias Vogelgesang | |
| ... and build a package for each camera. Moreover, for some reason we can live without the CMake generated spec file for RPM generation. AFAICS, the RPMs are prefixed correctly. | |||
| 2012-09-19 | Make most cameras plugins | Matthias Vogelgesang | |
| 2012-09-19 | Add G_BEGIN/END_DECL to fix #131 | Matthias Vogelgesang | |
| 2012-08-13 | Fix `uninitialized variable' warning | Matthias Vogelgesang | |
| 2012-08-10 | Cleanup and add correct copyright owner | Matthias Vogelgesang | |
| 2012-08-10 | Merge branch 'ipe-basler' | Matthias Vogelgesang | |
| Conflicts: src/CMakeLists.txt | |||
| 2012-08-07 | Properly convert register values to exposure time | Matthias Vogelgesang | |
| 2012-08-07 | Calculate timeout only when recording starts | Matthias Vogelgesang | |
| Reading register values is not really fast, so we keep the last exposure time when starting the acquisition. | |||
| 2012-08-01 | extracted pylon_camera C-wrapper into own project; enhanced cmake build for ↵ | Volker Kaiser | |
| pylon cameras | |||
| 2012-07-30 | PF: free grabber correctly | Matthias Vogelgesang | |
| 2012-07-27 | Set timeout less than infinity | Matthias Vogelgesang | |
| 2012-07-27 | Use prefixed "exp_time" | Matthias Vogelgesang | |
| 2012-07-27 | Output errors from pcilib | Matthias Vogelgesang | |
| 2012-07-27 | Fix sensor temperature conversion | Matthias Vogelgesang | |
| 2012-07-27 | SCHNEIDE-276 | Volker Kaiser | |
| 2012-07-26 | SCHNEIDE-348 | Volker Kaiser | |
| 2012-07-26 | SCHNEIDE-347 (standardattribute) | Volker Kaiser | |
| 2012-07-26 | SCHNEIDE-346 (exposure time) | Volker Kaiser | |
| 2012-07-26 | SCHNEIDE-255 (ROI support basler) | Volker Kaiser | |
| 2012-07-26 | working on basler | Volker Kaiser | |
| 2012-07-26 | basler camera works | Volker Kaiser | |
| 2012-07-26 | pylon (basler) camera added | Volker Kaiser | |
| 2012-07-26 | Don't confuse bit_mode with adc_resolution | Matthias Vogelgesang | |
| 2012-07-26 | Use current temperature conversion formula | Matthias Vogelgesang | |
| 2012-07-16 | Fix bitmode to bit depth translation | Matthias Vogelgesang | |
| 2012-07-13 | Fix: saving the bits correctly | Matthias Vogelgesang | |
| 2012-07-13 | Add human-readable temperature | Matthias Vogelgesang | |
| 2012-07-13 | Fix: return correct bit number | Matthias Vogelgesang | |
| 2012-07-13 | Transform bit mode to number of bits | Matthias Vogelgesang | |
| 2012-07-13 | Read number of bits from camera | Matthias Vogelgesang | |
| 2012-07-12 | Fix display of exposure time | Matthias Vogelgesang | |
| 2012-07-12 | Fix LU-26: make "name" a base property | Matthias Vogelgesang | |
| 2012-07-11 | Get register information dynamically | Matthias Vogelgesang | |
| 2012-07-11 | Scale automatically and fix some warnings with UFO | Matthias Vogelgesang | |
| 2012-07-09 | Implement some mandatory properties | Matthias Vogelgesang | |
| 2012-07-06 | Fix segfault caused by wrong memcpy parameter | Matthias Vogelgesang | |
| 2012-07-06 | "Implement" ROI get/set | Matthias Vogelgesang | |
| 2012-07-06 | Let mock camera accept ROI change requests | Matthias Vogelgesang | |
| 2012-07-05 | Fix LU-24: add "sensor-max-adcs" | Matthias Vogelgesang | |
| 2012-07-04 | mock: add exposure time | Matthias Vogelgesang | |
| 2012-07-03 | Fix LU-16: Add cooling point props | Matthias Vogelgesang | |
| Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point". | |||
| 2012-07-02 | Implement ROI multipliers in mock camera | Matthias Vogelgesang | |
| 2012-06-29 | Fix LU-15: Broken ROI image | Matthias 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-20 | Fix LU-12 | Matthias 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-20 | Fulfill double width requirement of pco.edge | Matthias Vogelgesang | |
| 2012-06-20 | Re-implement asynchronous data acquisition | Matthias Vogelgesang | |
| 2012-06-14 | Remove pixel rate from per-camera structure | Matthias Vogelgesang | |
| We read the pixel rate directly from the camera and take the very first pixel rate as the default pixel rate. | |||
| 2012-06-14 | Fix LU-8 | Matthias Vogelgesang | |
| Override default values for ROI size, cooling point and pixel rate. | |||
| 2012-06-14 | Fix LU-4 | Matthias Vogelgesang | |
| The larger sensor area can now be used as a ROI. | |||
| 2012-06-13 | Fix LU-7 | Matthias Vogelgesang | |
| We read the temperatures using unsigned data types which is absolute fail sauce when encountering negative temperatures. Unfortunately, this happens with the pco.4000. | |||
