Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ufo: Unconditionally set the streaming bit | Matthias Vogelgesang | 2015-03-27 | 1 | -6/+2 |
| | | | | That way we will reset the bit on first run if trigger mode is not AUTO. | ||||
* | ufo: fix readout timeouts ... | Matthias Vogelgesang | 2015-03-27 | 1 | -23/+28 |
| | |||||
* | Use pkg-config to determine GI support | Matthias Vogelgesang | 2015-03-26 | 3 | -3/+39 |
| | |||||
* | Document camera properties | Matthias Vogelgesang | 2015-03-23 | 5 | -4/+676 |
| | |||||
* | tango: add Trigger() command | Matthias Vogelgesang | 2015-03-17 | 1 | -0/+4 |
| | |||||
* | tango: provide an "image" attribute | Matthias Vogelgesang | 2015-03-17 | 1 | -1/+7 |
| | |||||
* | tango: map enums to UShort | Matthias Vogelgesang | 2015-03-17 | 1 | -2/+9 |
| | | | | Not nice but will do the trick. | ||||
* | Add TANGO server | Matthias Vogelgesang | 2015-03-17 | 3 | -0/+166 |
| | |||||
* | pco: Fixed missing arguments in calls to uca_camera_set_writable | Timo Dritschler | 2015-03-16 | 1 | -2/+2 |
| | |||||
* | pco: use simple stop frame grabber API | Matthias Vogelgesang | 2015-03-16 | 1 | -1/+1 |
| | | | | Apparently, SiliconSoftware dropped support for the extended version ... | ||||
* | ufo: check error codes after read/write regs | Matthias Vogelgesang | 2015-03-11 | 1 | -8/+32 |
| | |||||
* | Merge pull request #64 from ufo-kit/WriteRestrictionPolicy | Matthias Vogelgesang | 2015-03-09 | 8 | -14/+63 |
|\ | | | | | Write restriction policy | ||||
| * | Added test case for 'no write during acquisition' policy | Timo Dritschler | 2015-03-09 | 1 | -1/+5 |
| | | |||||
| * | Added check for 'writable during acquisition' to all set_property calls | Timo Dritschler | 2015-03-09 | 7 | -13/+58 |
|/ | |||||
* | Fixed a crash when passing a 'NULL' parameter to get_camerah | Timo Dritschler | 2015-01-23 | 1 | -1/+4 |
| | |||||
* | mock: Fake delay caused by exposure | Matthias Vogelgesang | 2014-12-18 | 1 | -0/+6 |
| | |||||
* | Add error type for write method | Matthias Vogelgesang | 2014-12-17 | 2 | -0/+3 |
| | |||||
* | Add uca_camera_write to write arbitrary data | Matthias Vogelgesang | 2014-12-16 | 2 | -0/+39 |
| | | | | This is necessary for cameras that provide a custom calibration. | ||||
* | Merge pull request #62 from ufo-kit/getcamerah | Matthias Vogelgesang | 2014-12-10 | 3 | -0/+117 |
|\ | | | | | get_camerah interface | ||||
| * | Added new get_camerah (Get Camera Hash) interface to Pugin Manager | Timo Dritschler | 2014-12-10 | 3 | -0/+117 |
|/ | | | | Added unit-test to test/test-mock for the new get_camerah interface | ||||
* | Export plugin dir in the pkg-config description | Matthias Vogelgesang | 2014-12-05 | 1 | -0/+1 |
| | |||||
* | Remove disfunctional plugin | Matthias Vogelgesang | 2014-12-05 | 4 | -829/+1 |
| | |||||
* | Fix UI loading logic one more time ... | Matthias Vogelgesang | 2014-12-04 | 1 | -4/+4 |
| | |||||
* | Reset error variable | Matthias Vogelgesang | 2014-12-04 | 1 | -0/+1 |
| | |||||
* | If glade file cannot be load, try locally | Matthias Vogelgesang | 2014-12-04 | 1 | -1/+6 |
| | |||||
* | xkit: allow to set the fast shift register | Matthias Vogelgesang | 2014-12-01 | 1 | -1/+72 |
| | |||||
* | xkit: remove unused timer | Matthias Vogelgesang | 2014-12-01 | 1 | -4/+0 |
| | |||||
* | Make benchmark output parse friendly | Matthias Vogelgesang | 2014-12-01 | 1 | -13/+12 |
| | |||||
* | Fix grab if Python is not used | Matthias Vogelgesang | 2014-12-01 | 1 | -0/+3 |
| | |||||
* | benchmark: print message if camera not found | Matthias Vogelgesang | 2014-12-01 | 1 | -5/+2 |
| | |||||
* | Pick release notes of version 1.6.2 | Matthias Vogelgesang | 2014-11-14 | 1 | -0/+9 |
| | |||||
* | Fix #61 causing a race condition | Matthias Vogelgesang | 2014-11-13 | 1 | -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.1 | Matthias Vogelgesang | 2014-10-29 | 1 | -1/+14 |
| | |||||
* | Merge pull request #60 from ufo-kit/release-gil | Matthias Vogelgesang | 2014-10-24 | 3 | -1/+41 |
|\ | | | | | Release GIL | ||||
| * | Add Python support code to release GIL on grab | Matthias Vogelgesang | 2014-10-24 | 3 | -1/+41 |
|/ | | | | | A compile time switch WITH_PYTHON_MULTITHREADING has been added that toggles GIL releasing. | ||||
* | Fix printing non-existent error | Matthias Vogelgesang | 2014-10-21 | 1 | -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-improvements | Matthias Vogelgesang | 2014-10-07 | 4 | -64/+94 |
|\ | | | | | Plugin pylon improvements | ||||
| * | Add missing property specification for exposure-auto | Mihael Koep | 2014-10-07 | 1 | -0/+6 |
| | | |||||
| * | Implement auto exposure property for pylon plugin | Mihael Koep | 2014-10-07 | 4 | -2/+24 |
| | | | | | | | | | | | | | | Conflicts: plugins/pylon/CMakeLists.txt plugins/pylon/changelog.txt plugins/pylon/uca-pylon-camera.c | ||||
| * | Improve robustness of roi setting for pylon plugin | Mihael Koep | 2014-10-07 | 3 | -59/+60 |
| | | |||||
| * | Update pylon-plugin to libpyloncam 0.4 | Mihael Koep | 2014-10-07 | 3 | -3/+6 |
| | | |||||
| * | Minor reformatting in pylon plugin build script | Mihael Koep | 2014-10-07 | 1 | -3/+1 |
|/ | |||||
* | pco: add "global-shutter" property | Matthias Vogelgesang | 2014-09-30 | 1 | -0/+24 |
| | |||||
* | pco: add global shutter support | Matthias Vogelgesang | 2014-09-30 | 2 | -14/+29 |
| | |||||
* | Post-release version bump to 1.7.0-dev | Matthias Vogelgesang | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Release version 1.6 | Matthias Vogelgesang | 2014-09-19 | 1 | -1/+20 |
| | |||||
* | Merge pull request #57 from miq/plugin-dexela-roi | Matthias Vogelgesang | 2014-09-17 | 8 | -24/+205 |
|\ | | | | | Dexela plugin updates | ||||
| * | Change trigger mode mapping to better match libuca rules | Mihael Koep | 2014-09-17 | 1 | -14/+16 |
| | | |||||
| * | Release dexela plugin 1.3.2 | Mihael Koep | 2014-09-17 | 2 | -1/+3 |
| | | |||||
| * | Implement pixel size properties | Mihael Koep | 2014-09-17 | 1 | -0/+13 |
| | |