summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Switch to trigger source/type semanticsMatthias Vogelgesang2015-03-312-19/+19
| | | | | | | This change makes the naming more consistent but will break client and plugin code. The main idea is to specify a trigger source (AUTO being a virtual source) which denotes how causes a trigger and a trigger type which denotes when triggering happens (edge or level).
* ufo: enable/disable external triggeringMatthias Vogelgesang2015-03-311-3/+12
|
* Remove unused variableMatthias Vogelgesang2015-03-301-2/+0
|
* Revert "ufo: fix readout timeouts ..."Matthias Vogelgesang2015-03-301-28/+23
| | | | This reverts commit 378770200967f6e5b10152c9b094b835b4216c92.
* ufo: start/stop pcilib only onceMatthias Vogelgesang2015-03-301-4/+13
|
* ufo: check trigger errorMatthias Vogelgesang2015-03-271-1/+3
|
* ufo: Unconditionally set the streaming bitMatthias Vogelgesang2015-03-271-6/+2
| | | | That way we will reset the bit on first run if trigger mode is not AUTO.
* ufo: fix readout timeouts ...Matthias Vogelgesang2015-03-271-23/+28
|
* pco: Fixed missing arguments in calls to uca_camera_set_writableTimo Dritschler2015-03-161-2/+2
|
* pco: use simple stop frame grabber APIMatthias Vogelgesang2015-03-161-1/+1
| | | | Apparently, SiliconSoftware dropped support for the extended version ...
* ufo: check error codes after read/write regsMatthias Vogelgesang2015-03-111-8/+32
|
* Added check for 'writable during acquisition' to all set_property callsTimo Dritschler2015-03-097-13/+58
|
* mock: Fake delay caused by exposureMatthias Vogelgesang2014-12-181-0/+6
|
* Remove disfunctional pluginMatthias Vogelgesang2014-12-054-829/+1
|
* xkit: allow to set the fast shift registerMatthias Vogelgesang2014-12-011-1/+72
|
* xkit: remove unused timerMatthias Vogelgesang2014-12-011-4/+0
|
* 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
|
* pco: add "global-shutter" propertyMatthias Vogelgesang2014-09-301-0/+24
|
* pco: add global shutter supportMatthias Vogelgesang2014-09-301-14/+26
|
* Change trigger mode mapping to better match libuca rulesMihael Koep2014-09-171-14/+16
|
* Release dexela plugin 1.3.2Mihael Koep2014-09-172-1/+3
|
* Implement pixel size propertiesMihael Koep2014-09-171-0/+13
|
* Release dexela-plugin 1.3.1Mihael Koep2014-09-172-1/+3
|
* Define minimun exposure time and enforce itMihael Koep2014-09-171-1/+3
|
* Fix dexela software roi for multi-byte imagesMihael Koep2014-09-173-7/+7
|
* Add software roi feature to dexela pluginMihael Koep2014-09-175-8/+80
|
* pco: add ::version propertyMatthias Vogelgesang2014-09-171-0/+27
| | | | | It's a string property containing "serial number, major.minor, major.minor" that denotes the versions for camera hardware and FPGA firmware.
* Finish removal of "sensor-max-frame-rate"Matthias Vogelgesang2014-09-104-20/+0
|
* Fix #54: remove sensor-max-frame-rateMatthias Vogelgesang2014-09-104-31/+1
|
* mock: link m explicitlyMatthias Vogelgesang2014-08-231-3/+1
| | | | Seems not to be the case on current Ubuntus.
* Fixed a bug in mock pluginTimo Dritschler2014-07-291-1/+1
| | | | Fixed test-mock still using obsolete 'frame-rate' property
* Removed 'framerate' property from mock cameraTimo Dritschler2014-07-291-22/+20
| | | | Added proper handling of exposure time to mock camera
* Updates to the dexela pluginMihael Koep2014-07-294-33/+50
|
* Use direct UDP communication for xkitMatthias Vogelgesang2014-07-223-377/+675
|
* Add TIFF file based cameraMatthias Vogelgesang2014-07-044-1/+441
|
* 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
|
* Update dexela plugin to libdexela 1.1.0Mihael Koep2014-04-093-5/+8
|
* Build xkit pluginMaria2014-04-013-13/+9
|
* pco: Add fast-scan propertyMatthias Vogelgesang2014-03-031-0/+27
|
* Remove debug outputMatthias Vogelgesang2014-03-031-1/+0
|
* Fix memory corruption if using ROIsMihael Koep2014-02-272-15/+16
| | | | | | | | The mock camera now only prints a buffer of roi size and *then* transfers it to the caller. Conflicts: plugins/mock/uca-mock-camera.c
* Fix setting frame rateMatthias Vogelgesang2014-02-201-15/+19
|
* ufo: Allow setting framerateMatthias Vogelgesang2014-02-201-22/+41
|
* Fix ufo compilationMatthias Vogelgesang2014-02-201-0/+2
|
* ufo: Set frame rate accordinglyMatthias Vogelgesang2014-02-201-6/+15
|