summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2014-10-07Merge pull request #59 from miq/plugin-pylon-improvementsMatthias Vogelgesang
Plugin pylon improvements
2014-10-07Add missing property specification for exposure-autoMihael Koep
2014-10-07Implement auto exposure property for pylon pluginMihael Koep
Conflicts: plugins/pylon/CMakeLists.txt plugins/pylon/changelog.txt plugins/pylon/uca-pylon-camera.c
2014-10-07Improve robustness of roi setting for pylon pluginMihael Koep
2014-10-07Update pylon-plugin to libpyloncam 0.4Mihael Koep
2014-10-07Minor reformatting in pylon plugin build scriptMihael Koep
2014-09-30pco: add "global-shutter" propertyMatthias Vogelgesang
2014-09-30pco: add global shutter supportMatthias Vogelgesang
2014-09-19Post-release version bump to 1.7.0-devMatthias Vogelgesang
2014-09-19Release version 1.6Matthias Vogelgesang
2014-09-17Merge pull request #57 from miq/plugin-dexela-roiMatthias Vogelgesang
Dexela plugin updates
2014-09-17Change trigger mode mapping to better match libuca rulesMihael Koep
2014-09-17Release dexela plugin 1.3.2Mihael Koep
2014-09-17Implement pixel size propertiesMihael Koep
2014-09-17Release dexela-plugin 1.3.1Mihael Koep
2014-09-17Define minimun exposure time and enforce itMihael Koep
2014-09-17Fix dexela software roi for multi-byte imagesMihael Koep
2014-09-17Add software roi feature to dexela pluginMihael Koep
2014-09-17pco: add ::version propertyMatthias Vogelgesang
It's a string property containing "serial number, major.minor, major.minor" that denotes the versions for camera hardware and FPGA firmware.
2014-09-15Fix race condition on buffered acquisitionMatthias Vogelgesang
2014-09-15Add test for buffered recordingMatthias Vogelgesang
2014-09-10Finish removal of "sensor-max-frame-rate"Matthias Vogelgesang
2014-09-10Fix #53: in docs replace INTERAL by SOFTWAREMatthias Vogelgesang