summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* pco: use Fg_stopAcquire in stop_readoutMatthias Vogelgesang2015-06-101-3/+1
|
* pco: allocate memory also when just reading outMatthias Vogelgesang2015-06-031-23/+35
|
* pco: do not reset storage modeMatthias Vogelgesang2015-06-031-1/+0
|
* pco: implement uca_camera_readout()Matthias Vogelgesang2015-06-021-0/+48
|
* UcaCamera base class: Changed propertiesTimo Dritschler2015-05-192-45/+113
| | | | | | | | | Changed sensor-width, sensor-height and sensor-bitdepth to construct only Added uca_camera_pspec_set_writable mock: allow characterization at construction time Its now possible to set sensor-width, sensor-height and sensor-bitdepth at construction time Creation of random data is now controlled by a property and can be set while recording
* Camera plugins now require libuca >= 2.0 so update their versions tooMihael Koep2015-05-189-14/+21
| | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt
* Correct the ROI dimensions respecting the binning modeMihael Koep2015-05-183-8/+42
| | | | | Conflicts: plugins/dexela/changelog.txt
* Only allow symmetricall binningsMihael Koep2015-05-181-2/+2
| | | | | | Other modes are technically possible but unsupported by the vendor. Since we experienced problems using asymmetrical binnings the plugin enforces symmetrical binnings.
* Improve error handling on dexela camera initialisationMihael Koep2015-05-182-7/+25
| | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt
* Update pylon and dexela plugins to the new trigger APIMihael Koep2015-05-182-26/+55
|
* Fix wrong place of write check caused by 453701eddMatthias Vogelgesang2015-05-131-5/+6
|
* file: signal change of ROI and bitdepthMatthias Vogelgesang2015-05-131-0/+4
|
* file: read complete filename pathMatthias Vogelgesang2015-05-131-2/+1
|
* ufo: update trigger policyMatthias Vogelgesang2015-05-061-3/+3
|
* ufo: fix async modeMatthias Vogelgesang2015-04-241-2/+2
| | | | pcilib_start must be called before the grab thread is started.
* pco: update to Siso RT 5.2.2Matthias Vogelgesang2015-04-151-6/+6
|
* ufo: set timeouts to 0 and infinite appropriatelyMatthias Vogelgesang2015-04-101-5/+2
| | | | | Infinite prevents premature interruption with external triggers, 0 will not wait more than necessary to remove stale frames.
* ufo: use DEFAULT stop flag to interrupt grabbingMatthias Vogelgesang2015-04-101-1/+1
|
* ufo: move pcilib_start/stop backMatthias Vogelgesang2015-04-101-12/+15
|
* ufo: read stale frames after recordingMatthias Vogelgesang2015-04-101-1/+8
| | | | On a reasonably fast machine this might take up to 0.1 seconds.
* ufo: trigger type must be 0 for AUTO modeMatthias Vogelgesang2015-04-091-1/+2
|
* ufo: set bit 14 if AUTO or EXTERNAL trigger sourceMatthias Vogelgesang2015-04-091-1/+2
|
* ufo: update trigger logicMatthias Vogelgesang2015-04-091-2/+2
|
* ufo: implement trigger typeMatthias Vogelgesang2015-03-311-17/+8
|
* 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
|