summaryrefslogtreecommitdiff
path: root/plugins/dexela
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-18Correct the ROI dimensions respecting the binning modeMihael Koep
Conflicts: plugins/dexela/changelog.txt
2015-05-18Only allow symmetricall binningsMihael Koep
Other modes are technically possible but unsupported by the vendor. Since we experienced problems using asymmetrical binnings the plugin enforces symmetrical binnings.
2015-05-18Improve error handling on dexela camera initialisationMihael 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-09-17Change trigger mode mapping to better match libuca rulesMihael Koep
2014-09-17Release dexela plugin 1.3.2Mihael Koep
2014-09-17Implement pixel size propertiesMihael Koep
2014-09-17Release dexela-plugin 1.3.1Mihael Koep
2014-09-17Define minimun exposure time and enforce itMihael Koep
2014-09-17Fix dexela software roi for multi-byte imagesMihael Koep
2014-09-17Add software roi feature to dexela pluginMihael Koep
2014-09-10Finish removal of "sensor-max-frame-rate"Matthias Vogelgesang
2014-07-29Updates to the dexela pluginMihael Koep
2014-04-09Update dexela plugin to libdexela 1.1.0Mihael Koep
2013-11-06Make dexela plugin require libuca 1.3.0Mihael Koep
2013-11-06Return current width and height as roi.Mihael Koep
2013-11-06Make dexela plugin-ready and bump version.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
2013-07-26Remove binariesMatthias Vogelgesang
... and I have an eye on you, Miq ;-)
2013-03-19Build package flags inside package-plugin.sh.inMihael Koep
This will use the information provided by each plugin. Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in
2013-03-14Cleanup of dexela plugin build file and package-plugin.sh.in to include ↵Mihael Koep
sensible metadata information.
2013-03-14Merge branch 'dexela_simple_packaging' into dexelaMihael Koep
Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in
2013-03-07Improve dexela plugin packaging.Mihael Koep
2013-03-05Trying to improve dexela plugin packaging.Mihael Koep
2012-10-30Fix incomplete committ...Mihael Koep
2012-10-25Start migrating to libuca 1.1 and glib plugins.Mihael Koep