summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2014-12-10Merge pull request #62 from ufo-kit/getcamerahMatthias Vogelgesang
get_camerah interface
2014-12-10Added new get_camerah (Get Camera Hash) interface to Pugin ManagerTimo Dritschler
Added unit-test to test/test-mock for the new get_camerah interface
2014-12-05Export plugin dir in the pkg-config descriptionMatthias Vogelgesang
2014-12-05Remove disfunctional pluginMatthias Vogelgesang
2014-12-04Fix UI loading logic one more time ...Matthias Vogelgesang
2014-12-04Reset error variableMatthias Vogelgesang
2014-12-04If glade file cannot be load, try locallyMatthias Vogelgesang
2014-12-01xkit: allow to set the fast shift registerMatthias Vogelgesang
2014-12-01xkit: remove unused timerMatthias Vogelgesang
2014-12-01Make benchmark output parse friendlyMatthias Vogelgesang
2014-12-01Fix grab if Python is not usedMatthias Vogelgesang
2014-12-01benchmark: print message if camera not foundMatthias Vogelgesang
2014-11-14Pick release notes of version 1.6.2Matthias Vogelgesang
2014-11-13Fix #61 causing a race conditionMatthias Vogelgesang
The buffer thread now waits on the *intent* to stop the recording (i.e. the internal state) instead of using the external state information.
2014-10-29Pick release notes of version 1.6.1Matthias Vogelgesang
2014-10-24Merge pull request #60 from ufo-kit/release-gilMatthias Vogelgesang
Release GIL
2014-10-24Add Python support code to release GIL on grabMatthias Vogelgesang
A compile time switch WITH_PYTHON_MULTITHREADING has been added that toggles GIL releasing.
2014-10-21Fix printing non-existent errorMatthias Vogelgesang
This caused a segfault when unreffing a camera object which was still recording but stopping it was not failing.