Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ANKA plugins and change versioning scheme for bundled plugins | Mihael Koep | 2015-08-06 | 1 | -483/+0 |
| | | | | | | | | | | | | ANKA plugins are developed and distributed separately like other plugins depending on vendor SDKs. The bundled plugins use libuca version as their version and depend on it directly. This ensures that they always match the libuca version and makes versioning more transparent for the end users. Conflicts: plugins/mock/CMakeLists.txt | ||||
* | Update pylon and dexela plugins to the new trigger API | Mihael Koep | 2015-05-18 | 1 | -4/+5 |
| | |||||
* | Added check for 'writable during acquisition' to all set_property calls | Timo Dritschler | 2015-03-09 | 1 | -1/+7 |
| | |||||
* | Add missing property specification for exposure-auto | Mihael Koep | 2014-10-07 | 1 | -0/+6 |
| | |||||
* | Implement auto exposure property for pylon plugin | Mihael Koep | 2014-10-07 | 1 | -0/+14 |
| | | | | | | | Conflicts: plugins/pylon/CMakeLists.txt plugins/pylon/changelog.txt plugins/pylon/uca-pylon-camera.c | ||||
* | Improve robustness of roi setting for pylon plugin | Mihael Koep | 2014-10-07 | 1 | -58/+57 |
| | |||||
* | Update pylon-plugin to libpyloncam 0.4 | Mihael Koep | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | Finish removal of "sensor-max-frame-rate" | Matthias Vogelgesang | 2014-09-10 | 1 | -5/+0 |
| | |||||
* | Remove unnecessary allocation | Mihael Koep | 2014-04-09 | 1 | -5/+1 |
| | | | | | We now require libpyloncam 0.3.0 or better and got rid of a unnecessary memory check and allocation | ||||
* | Make pylon plugin compatible with current libuca | Mihael Koep | 2014-04-09 | 1 | -54/+73 |
| | |||||
* | Many updates and bugfixes to pylon camera plugin. | Mihael Koep | 2013-11-06 | 1 | -6/+62 |
| | |||||
* | Fix #146: Make a new top-level directory for cams | Matthias Vogelgesang | 2012-09-28 | 1 | -0/+391 |
... 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. |