Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ANKA plugins and change versioning scheme for bundled plugins | Mihael Koep | 2015-08-06 | 4 | -625/+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 | ||||
* | Camera plugins now require libuca >= 2.0 so update their versions too | Mihael Koep | 2015-05-18 | 2 | -2/+6 |
| | | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.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 | 4 | -2/+24 |
| | | | | | | | 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 | 3 | -59/+60 |
| | |||||
* | Update pylon-plugin to libpyloncam 0.4 | Mihael Koep | 2014-10-07 | 3 | -3/+6 |
| | |||||
* | Minor reformatting in pylon plugin build script | Mihael Koep | 2014-10-07 | 1 | -3/+1 |
| | |||||
* | Finish removal of "sensor-max-frame-rate" | Matthias Vogelgesang | 2014-09-10 | 1 | -5/+0 |
| | |||||
* | Remove unnecessary allocation | Mihael Koep | 2014-04-09 | 3 | -7/+6 |
| | | | | | 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 | 4 | -62/+81 |
| | |||||
* | Improve package information of pylon plugin. | Mihael Koep | 2013-11-06 | 2 | -0/+12 |
| | |||||
* | Many updates and bugfixes to pylon camera plugin. | Mihael Koep | 2013-11-06 | 3 | -6/+75 |
| | |||||
* | Fix pylon discovery. | Mihael Koep | 2013-11-06 | 1 | -0/+1 |
| | |||||
* | Include directory where config.h is located | Matthias Vogelgesang | 2013-10-31 | 1 | -1/+2 |
| | |||||
* | Use ConfigurePaths to get installation paths | Matthias Vogelgesang | 2013-10-29 | 1 | -1/+1 |
| | | | | | | The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier. | ||||
* | Cleanup CMakeLists.txt | Matthias Vogelgesang | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Define plugins as C projects | Matthias Vogelgesang | 2012-10-01 | 1 | -2/+1 |
| | | | | | Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway. | ||||
* | Fix #146: Make a new top-level directory for cams | Matthias Vogelgesang | 2012-09-28 | 3 | -0/+489 |
... 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. |