summaryrefslogtreecommitdiffstats
path: root/plugins/pylon/uca-pylon-camera.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-071-0/+14
| | | | | | | 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-071-58/+57
|
* Update pylon-plugin to libpyloncam 0.4Mihael Koep2014-10-071-1/+1
|
* Finish removal of "sensor-max-frame-rate"Matthias Vogelgesang2014-09-101-5/+0
|
* Remove unnecessary allocationMihael Koep2014-04-091-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 libucaMihael Koep2014-04-091-54/+73
|
* Many updates and bugfixes to pylon camera plugin.Mihael Koep2013-11-061-6/+62
|
* Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-281-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.