summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-13Fix wrong place of write check caused by 453701eddMatthias Vogelgesang
2015-05-13file: signal change of ROI and bitdepthMatthias Vogelgesang
2015-05-13file: read complete filename pathMatthias Vogelgesang
2015-05-07Really add FindClserSisMatthias Vogelgesang
2015-05-06ufo: update trigger policyMatthias Vogelgesang
2015-04-24Release version 2.0Matthias Vogelgesang
2015-04-24Fix async benchmarksMatthias Vogelgesang
2015-04-24ufo: fix async modeMatthias Vogelgesang
pcilib_start must be called before the grab thread is started.
2015-04-23Call async where async is expectedMatthias Vogelgesang
2015-04-22Explicitly disable async modeMatthias Vogelgesang
2015-04-22Benchmark more mode combinationsMatthias Vogelgesang
2015-04-21tango: list tifffile as dependencyMatthias Vogelgesang
2015-04-15Update property documentationMatthias Vogelgesang
2015-04-15pco: update to Siso RT 5.2.2Matthias Vogelgesang
2015-04-14Merge pull request #65 from ufo-kit/frameskipMatthias Vogelgesang
Changed GUI to do hard frame skipping in preview mode
2015-04-14Fix overridable trigger namesMatthias Vogelgesang
2015-04-13Changed GUI to do hard frame skipping if frames are accumulated faster than ↵Timo Dritschler
the GUI can display them
2015-04-10ufo: set timeouts to 0 and infinite appropriatelyMatthias Vogelgesang
Infinite prevents premature interruption with external triggers, 0 will not wait more than necessary to remove stale frames.
2015-04-10ufo: use DEFAULT stop flag to interrupt grabbingMatthias Vogelgesang
2015-04-10ufo: move pcilib_start/stop backMatthias Vogelgesang
2015-04-10ufo: read stale frames after recordingMatthias Vogelgesang
On a reasonably fast machine this might take up to 0.1 seconds.
2015-04-09ufo: trigger type must be 0 for AUTO modeMatthias Vogelgesang
2015-04-09ufo: set bit 14 if AUTO or EXTERNAL trigger sourceMatthias Vogelgesang
2015-04-09ufo: update trigger logicMatthias Vogelgesang
2015-03-31ufo: implement trigger typeMatthias Vogelgesang
2015-03-31Remove old GtkDoc-based docsMatthias Vogelgesang
2015-03-31Switch to trigger source/type semanticsMatthias Vogelgesang
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).
2015-03-31ufo: enable/disable external triggeringMatthias Vogelgesang
2015-03-30Remove unused variableMatthias Vogelgesang
2015-03-30Revert "ufo: fix readout timeouts ..."Matthias Vogelgesang
This reverts commit 378770200967f6e5b10152c9b094b835b4216c92.
2015-03-30ufo: start/stop pcilib only onceMatthias Vogelgesang
2015-03-27ufo: check trigger errorMatthias Vogelgesang
2015-03-27ufo: Unconditionally set the streaming bitMatthias Vogelgesang
That way we will reset the bit on first run if trigger mode is not AUTO.
2015-03-27ufo: fix readout timeouts ...Matthias Vogelgesang
2015-03-26Use pkg-config to determine GI supportMatthias Vogelgesang
2015-03-23Document camera propertiesMatthias Vogelgesang
2015-03-17tango: add Trigger() commandMatthias Vogelgesang
2015-03-17tango: provide an "image" attributeMatthias Vogelgesang
2015-03-17tango: map enums to UShortMatthias Vogelgesang
Not nice but will do the trick.
2015-03-17Add TANGO serverMatthias Vogelgesang
2015-03-16pco: Fixed missing arguments in calls to uca_camera_set_writableTimo Dritschler
2015-03-16pco: use simple stop frame grabber APIMatthias Vogelgesang
Apparently, SiliconSoftware dropped support for the extended version ...
2015-03-11ufo: check error codes after read/write regsMatthias Vogelgesang
2015-03-09Merge pull request #64 from ufo-kit/WriteRestrictionPolicyMatthias Vogelgesang
Write restriction policy
2015-03-09Added test case for 'no write during acquisition' policyTimo Dritschler
2015-03-09Added check for 'writable during acquisition' to all set_property callsTimo Dritschler
2015-01-23Fixed a crash when passing a 'NULL' parameter to get_camerahTimo Dritschler
2014-12-18mock: Fake delay caused by exposureMatthias Vogelgesang
2014-12-17Add error type for write methodMatthias Vogelgesang
2014-12-16Add uca_camera_write to write arbitrary dataMatthias Vogelgesang
This is necessary for cameras that provide a custom calibration.