Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to trigger source/type semantics | Matthias Vogelgesang | 2015-03-31 | 2 | -19/+19 |
| | | | | | | | 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). | ||||
* | ufo: enable/disable external triggering | Matthias Vogelgesang | 2015-03-31 | 1 | -3/+12 |
| | |||||
* | Remove unused variable | Matthias Vogelgesang | 2015-03-30 | 1 | -2/+0 |
| | |||||
* | Revert "ufo: fix readout timeouts ..." | Matthias Vogelgesang | 2015-03-30 | 1 | -28/+23 |
| | | | | This reverts commit 378770200967f6e5b10152c9b094b835b4216c92. | ||||
* | ufo: start/stop pcilib only once | Matthias Vogelgesang | 2015-03-30 | 1 | -4/+13 |
| | |||||
* | ufo: check trigger error | Matthias Vogelgesang | 2015-03-27 | 1 | -1/+3 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Added check for 'writable during acquisition' to all set_property calls | Timo Dritschler | 2015-03-09 | 7 | -13/+58 |
| | |||||
* | mock: Fake delay caused by exposure | Matthias Vogelgesang | 2014-12-18 | 1 | -0/+6 |
| | |||||
* | Remove disfunctional plugin | Matthias Vogelgesang | 2014-12-05 | 4 | -829/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -14/+26 |
| | |||||
* | 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 | 3 | -7/+7 |
| | |||||
* | Add software roi feature to dexela plugin | Mihael Koep | 2014-09-17 | 5 | -8/+80 |
| | |||||
* | 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. | ||||
* | Finish removal of "sensor-max-frame-rate" | Matthias Vogelgesang | 2014-09-10 | 4 | -20/+0 |
| | |||||
* | Fix #54: remove sensor-max-frame-rate | Matthias Vogelgesang | 2014-09-10 | 4 | -31/+1 |
| | |||||
* | mock: link m explicitly | Matthias Vogelgesang | 2014-08-23 | 1 | -3/+1 |
| | | | | Seems not to be the case on current Ubuntus. | ||||
* | Fixed a bug in mock plugin | Timo Dritschler | 2014-07-29 | 1 | -1/+1 |
| | | | | 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 | ||||
* | Updates to the dexela plugin | Mihael Koep | 2014-07-29 | 4 | -33/+50 |
| | |||||
* | Use direct UDP communication for xkit | Matthias Vogelgesang | 2014-07-22 | 3 | -377/+675 |
| | |||||
* | Add TIFF file based camera | Matthias Vogelgesang | 2014-07-04 | 4 | -1/+441 |
| | |||||
* | Remove unnecessary allocation | Mihael Koep | 2014-04-09 | 3 | -7/+6 |
| | | | | | We now require libpyloncam 0.3.0 or better and got rid of a unnecessary memory check and allocation | ||||
* | Make pylon plugin compatible with current libuca | Mihael Koep | 2014-04-09 | 4 | -62/+81 |
| | |||||
* | Update dexela plugin to libdexela 1.1.0 | Mihael Koep | 2014-04-09 | 3 | -5/+8 |
| | |||||
* | Build xkit plugin | Maria | 2014-04-01 | 3 | -13/+9 |
| | |||||
* | pco: Add fast-scan property | Matthias Vogelgesang | 2014-03-03 | 1 | -0/+27 |
| | |||||
* | Remove debug output | Matthias Vogelgesang | 2014-03-03 | 1 | -1/+0 |
| | |||||
* | Fix memory corruption if using ROIs | Mihael Koep | 2014-02-27 | 2 | -15/+16 |
| | | | | | | | | The mock camera now only prints a buffer of roi size and *then* transfers it to the caller. Conflicts: plugins/mock/uca-mock-camera.c | ||||
* | Fix setting frame rate | Matthias Vogelgesang | 2014-02-20 | 1 | -15/+19 |
| | |||||
* | ufo: Allow setting framerate | Matthias Vogelgesang | 2014-02-20 | 1 | -22/+41 |
| | |||||
* | Fix ufo compilation | Matthias Vogelgesang | 2014-02-20 | 1 | -0/+2 |
| | |||||
* | ufo: Set frame rate accordingly | Matthias Vogelgesang | 2014-02-20 | 1 | -6/+15 |
| |