summaryrefslogtreecommitdiff
path: root/plugins/pylon
AgeCommit message (Collapse)Author
2015-08-06Remove ANKA plugins and change versioning scheme for bundled pluginsMihael Koep
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
2015-05-18Camera plugins now require libuca >= 2.0 so update their versions tooMihael Koep
Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt
2015-05-18Update pylon and dexela plugins to the new trigger APIMihael Koep
2015-03-09Added check for 'writable during acquisition' to all set_property callsTimo Dritschler
2014-10-07Add missing property specification for exposure-autoMihael Koep
2014-10-07Implement auto exposure property for pylon pluginMihael Koep
Conflicts: plugins/pylon/CMakeLists.txt plugins/pylon/changelog.txt plugins/pylon/uca-pylon-camera.c
2014-10-07Improve robustness of roi setting for pylon pluginMihael Koep
2014-10-07Update pylon-plugin to libpyloncam 0.4Mihael Koep
2014-10-07Minor reformatting in pylon plugin build scriptMihael Koep
2014-09-10Finish removal of "sensor-max-frame-rate"Matthias Vogelgesang
2014-04-09Remove unnecessary allocationMihael Koep
We now require libpyloncam 0.3.0 or better and got rid of a unnecessary memory check and allocation
2014-04-09Make pylon plugin compatible with current libucaMihael Koep
2013-11-06Improve package information of pylon plugin.Mihael Koep
2013-11-06Many updates and bugfixes to pylon camera plugin.Mihael Koep
2013-11-06Fix pylon discovery.Mihael Koep
2013-10-31Include directory where config.h is locatedMatthias Vogelgesang
2013-10-29Use ConfigurePaths to get installation pathsMatthias Vogelgesang
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.
2013-10-29Cleanup CMakeLists.txtMatthias Vogelgesang
2012-10-01Define plugins as C projectsMatthias Vogelgesang
Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
2012-09-28Fix #146: Make a new top-level directory for camsMatthias 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.