summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Really add FindClserSisMatthias Vogelgesang2015-05-072-1/+44
|
* ufo: update trigger policyMatthias Vogelgesang2015-05-061-3/+3
|
* Release version 2.0Matthias Vogelgesang2015-04-242-2/+21
|
* Fix async benchmarksMatthias Vogelgesang2015-04-241-1/+1
|
* ufo: fix async modeMatthias Vogelgesang2015-04-241-2/+2
| | | | pcilib_start must be called before the grab thread is started.
* Call async where async is expectedMatthias Vogelgesang2015-04-231-2/+2
|
* Explicitly disable async modeMatthias Vogelgesang2015-04-221-0/+2
|
* Benchmark more mode combinationsMatthias Vogelgesang2015-04-221-40/+82
|
* tango: list tifffile as dependencyMatthias Vogelgesang2015-04-211-1/+1
|
* Update property documentationMatthias Vogelgesang2015-04-153-10/+25
|
* pco: update to Siso RT 5.2.2Matthias Vogelgesang2015-04-153-40/+44
|
* Merge pull request #65 from ufo-kit/frameskipMatthias Vogelgesang2015-04-142-9/+57
|\ | | | | Changed GUI to do hard frame skipping in preview mode
| * Changed GUI to do hard frame skipping if frames are accumulated faster than ↵Timo Dritschler2015-04-132-9/+57
| | | | | | | | the GUI can display them
* | Fix overridable trigger namesMatthias Vogelgesang2015-04-141-2/+2
|/
* 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
|
* Remove old GtkDoc-based docsMatthias Vogelgesang2015-03-314-114/+0
|
* Switch to trigger source/type semanticsMatthias Vogelgesang2015-03-315-45/+78
| | | | | | | 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
|
* Use pkg-config to determine GI supportMatthias Vogelgesang2015-03-263-3/+39
|
* Document camera propertiesMatthias Vogelgesang2015-03-235-4/+676
|
* tango: add Trigger() commandMatthias Vogelgesang2015-03-171-0/+4
|
* tango: provide an "image" attributeMatthias Vogelgesang2015-03-171-1/+7
|
* tango: map enums to UShortMatthias Vogelgesang2015-03-171-2/+9
| | | | Not nice but will do the trick.
* Add TANGO serverMatthias Vogelgesang2015-03-173-0/+166
|
* 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
|
* Merge pull request #64 from ufo-kit/WriteRestrictionPolicyMatthias Vogelgesang2015-03-098-14/+63
|\ | | | | Write restriction policy
| * Added test case for 'no write during acquisition' policyTimo Dritschler2015-03-091-1/+5
| |
| * Added check for 'writable during acquisition' to all set_property callsTimo Dritschler2015-03-097-13/+58
|/