summaryrefslogtreecommitdiffstats
path: root/plugins/pylon
Commit message (Collapse)AuthorAgeFilesLines
* Remove ANKA plugins and change versioning scheme for bundled pluginsMihael Koep2015-08-064-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 tooMihael Koep2015-05-182-2/+6
| | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt
* Update pylon and dexela plugins to the new trigger APIMihael Koep2015-05-181-4/+5
|
* Added check for 'writable during acquisition' to all set_property callsTimo Dritschler2015-03-091-1/+7
|
* Add missing property specification for exposure-autoMihael Koep2014-10-071-0/+6
|
* Implement auto exposure property for pylon pluginMihael Koep2014-10-074-2/+24
| | | | | | | Conflicts: plugins/pylon/CMakeLists.txt plugins/pylon/changelog.txt plugins/pylon/uca-pylon-camera.c
* Improve robustness of roi setting for pylon pluginMihael Koep2014-10-073-59/+60
|
* Update pylon-plugin to libpyloncam 0.4Mihael Koep2014-10-073-3/+6
|
* Minor reformatting in pylon plugin build scriptMihael Koep2014-10-071-3/+1
|
* Finish removal of "sensor-max-frame-rate"Matthias Vogelgesang2014-09-101-5/+0
|
* Remove unnecessary allocationMihael Koep2014-04-093-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 libucaMihael Koep2014-04-094-62/+81
|
* Improve package information of pylon plugin.Mihael Koep2013-11-062-0/+12
|
* Many updates and bugfixes to pylon camera plugin.Mihael Koep2013-11-063-6/+75
|
* Fix pylon discovery.Mihael Koep2013-11-061-0/+1
|
* Include directory where config.h is locatedMatthias Vogelgesang2013-10-311-1/+2
|
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-291-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.txtMatthias Vogelgesang2013-10-291-1/+1
|
* Define plugins as C projectsMatthias Vogelgesang2012-10-011-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 camsMatthias Vogelgesang2012-09-283-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.