| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 
| | | | |||||
| | * | Release dexela-plugin 1.3.1 | Mihael Koep | 2014-09-17 | 2 | -1/+3 | 
| | | | |||||
| | * | Define minimun exposure time and enforce it | Mihael Koep | 2014-09-17 | 1 | -1/+3 | 
| | | | |||||
| | * | Fix dexela software roi for multi-byte images | Mihael Koep | 2014-09-17 | 4 | -18/+50 | 
| | | | |||||
| | * | Add software roi feature to dexela plugin | Mihael Koep | 2014-09-17 | 8 | -9/+137 | 
| |/ | |||||
| * | pco: add ::version property | Matthias Vogelgesang | 2014-09-17 | 1 | -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 acquisition | Matthias Vogelgesang | 2014-09-15 | 1 | -6/+7 | 
| | | |||||
| * | Add test for buffered recording | Matthias Vogelgesang | 2014-09-15 | 1 | -0/+39 | 
| | | |||||
| * | Finish removal of "sensor-max-frame-rate" | Matthias Vogelgesang | 2014-09-10 | 4 | -20/+0 | 
| | | |||||
| * | Fix #53: in docs replace INTERAL by SOFTWARE | Matthias Vogelgesang | 2014-09-10 | 1 | -3/+3 | 
| | | |||||
| * | Fix #54: remove sensor-max-frame-rate | Matthias Vogelgesang | 2014-09-10 | 6 | -56/+4 | 
| | | |||||
| * | mock: link m explicitly | Matthias Vogelgesang | 2014-08-23 | 1 | -3/+1 | 
| | | | | | Seems not to be the case on current Ubuntus. | ||||
| * | Fixed a crash in camera gui when loading of a camera plugin fails | Timo Dritschler | 2014-08-13 | 1 | -1/+6 | 
| | | |||||
| * | Merge pull request #42 from ufo-kit/fix-41-access-specifications | Matthias Vogelgesang | 2014-08-13 | 3 | -33/+143 | 
| |\ | | | | | Fix #41 access specifications | ||||
| | * | Fix #41: add write accessibility API | Matthias Vogelgesang | 2014-08-13 | 3 | -1/+94 | 
| | | | |||||
| | * | Simplify test setup | Matthias Vogelgesang | 2014-08-13 | 1 | -14/+25 | 
| | | | |||||
| | * | Refactor out get_param_spec_by_name | Matthias Vogelgesang | 2014-08-13 | 1 | -19/+25 | 
| |/ | |||||
| * | Fix re-setting a unit on the same camera class | Matthias Vogelgesang | 2014-08-13 | 3 | -8/+9 | 
| | | |||||
| * | Remove virtual record_ functions never used | Matthias Vogelgesang | 2014-08-13 | 1 | -3/+0 | 
| | | |||||
| * | Reset all property units and warn on override | Matthias Vogelgesang | 2014-08-07 | 2 | -0/+21 | 
| | | |||||
| * | Prevent overwriting unit definition | Matthias Vogelgesang | 2014-08-07 | 1 | -1/+4 | 
| | | |||||
| * | Avoid annoying g_type_init deprecation warnings | Matthias Vogelgesang | 2014-07-30 | 5 | -1/+13 | 
| | | |||||
| * | Merge pull request #40 from ufo-kit/MockFramerate | Matthias Vogelgesang | 2014-07-29 | 3 | -29/+42 | 
| |\ | | | | | Remove mock framerate property | ||||
| | * | Fixed a bug in mock plugin | Timo Dritschler | 2014-07-29 | 2 | -5/+5 | 
| | | | | | | | | | Fixed test-mock still using obsolete 'frame-rate' property | ||||
| | * | Removed 'framerate' property from mock camera | Timo Dritschler | 2014-07-29 | 1 | -22/+20 | 
| | | | | | | | | | Added proper handling of exposure time to mock camera | ||||
| | * | Added proper handling for 'frames-per-second' property to uca-camera base class | Timo Dritschler | 2014-07-29 | 1 | -3/+18 | 
| |/ | |||||
| * | Merge pull request #39 from miq/plugin-dexela-updates | Matthias Vogelgesang | 2014-07-29 | 4 | -33/+50 | 
| |\ | | | | | Updates to the dexela plugin | ||||
