summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed a crash when passing a 'NULL' parameter to get_camerahTimo Dritschler2015-01-231-1/+4
|
* mock: Fake delay caused by exposureMatthias Vogelgesang2014-12-181-0/+6
|
* Add error type for write methodMatthias Vogelgesang2014-12-172-0/+3
|
* Add uca_camera_write to write arbitrary dataMatthias Vogelgesang2014-12-162-0/+39
| | | | This is necessary for cameras that provide a custom calibration.
* Merge pull request #62 from ufo-kit/getcamerahMatthias Vogelgesang2014-12-103-0/+117
|\ | | | | get_camerah interface
| * Added new get_camerah (Get Camera Hash) interface to Pugin ManagerTimo Dritschler2014-12-103-0/+117
|/ | | | Added unit-test to test/test-mock for the new get_camerah interface
* Export plugin dir in the pkg-config descriptionMatthias Vogelgesang2014-12-051-0/+1
|
* Remove disfunctional pluginMatthias Vogelgesang2014-12-054-829/+1
|
* Fix UI loading logic one more time ...Matthias Vogelgesang2014-12-041-4/+4
|
* Reset error variableMatthias Vogelgesang2014-12-041-0/+1
|
* If glade file cannot be load, try locallyMatthias Vogelgesang2014-12-041-1/+6
|
* xkit: allow to set the fast shift registerMatthias Vogelgesang2014-12-011-1/+72
|
* xkit: remove unused timerMatthias Vogelgesang2014-12-011-4/+0
|
* Make benchmark output parse friendlyMatthias Vogelgesang2014-12-011-13/+12
|
* Fix grab if Python is not usedMatthias Vogelgesang2014-12-011-0/+3
|
* benchmark: print message if camera not foundMatthias Vogelgesang2014-12-011-5/+2
|
* Pick release notes of version 1.6.2Matthias Vogelgesang2014-11-141-0/+9
|
* Fix #61 causing a race conditionMatthias Vogelgesang2014-11-131-2/+10
| | | | | The buffer thread now waits on the *intent* to stop the recording (i.e. the internal state) instead of using the external state information.
* Pick release notes of version 1.6.1Matthias Vogelgesang2014-10-291-1/+14
|
* Merge pull request #60 from ufo-kit/release-gilMatthias Vogelgesang2014-10-243-1/+41
|\ | | | | Release GIL
| * Add Python support code to release GIL on grabMatthias Vogelgesang2014-10-243-1/+41
|/ | | | | A compile time switch WITH_PYTHON_MULTITHREADING has been added that toggles GIL releasing.
* Fix printing non-existent errorMatthias Vogelgesang2014-10-211-3/+6
| | | | | This caused a segfault when unreffing a camera object which was still recording but stopping it was not failing.
* Merge pull request #59 from miq/plugin-pylon-improvementsMatthias Vogelgesang2014-10-074-64/+94
|\ | | | | Plugin pylon improvements
| * 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-302-14/+29
|
* Post-release version bump to 1.7.0-devMatthias Vogelgesang2014-09-191-1/+1
|
* Release version 1.6Matthias Vogelgesang2014-09-191-1/+20
|
* Merge pull request #57 from miq/plugin-dexela-roiMatthias Vogelgesang2014-09-178-24/+205
|\ | | | | Dexela plugin updates
| * 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
| |
| * Release dexela-plugin 1.3.1Mihael Koep2014-09-172-1/+3
| |
| * Define minimun exposure time and enforce itMihael Koep2014-09-171-1/+3
| |
| * Fix dexela software roi for multi-byte imagesMihael Koep2014-09-174-18/+50
| |
| * Add software roi feature to dexela pluginMihael Koep2014-09-178-9/+137
|/
* pco: add ::version propertyMatthias Vogelgesang2014-09-171-0/+27
| | | | | It's a string property containing "serial number, major.minor, major.minor" that denotes the versions for camera hardware and FPGA firmware.
* Fix race condition on buffered acquisitionMatthias Vogelgesang2014-09-151-6/+7
|
* Add test for buffered recordingMatthias Vogelgesang2014-09-151-0/+39
|
* Finish removal of "sensor-max-frame-rate"Matthias Vogelgesang2014-09-104-20/+0
|
* Fix #53: in docs replace INTERAL by SOFTWAREMatthias Vogelgesang2014-09-101-3/+3
|
* Fix #54: remove sensor-max-frame-rateMatthias Vogelgesang2014-09-106-56/+4
|
* mock: link m explicitlyMatthias Vogelgesang2014-08-231-3/+1
| | | | Seems not to be the case on current Ubuntus.
* Fixed a crash in camera gui when loading of a camera plugin failsTimo Dritschler2014-08-131-1/+6
|