Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Remove debug output | Matthias Vogelgesang | 2014-02-14 | 1 | -4/+0 |
| | |||||
* | Fix #14: use old exposure time code for pco.4000 | Matthias Vogelgesang | 2014-02-14 | 1 | -20/+159 |
| | | | | | | | pco provides two ways to set the target exposure time and frame rate: one via set delay/set exposure time and the other via set framerate. Both are mutual exclusively and as it turns out only working on certain models. pco.4000 sets bogus values when using set framerate, hence we use the older code. | ||||
* | Use read-write ring buffer | Matthias Vogelgesang | 2014-02-14 | 1 | -30/+19 |
| | |||||
* | Changed the mock Camera to produce a more predictable test pattern. | Timo Dritschler | 2014-02-13 | 1 | -10/+43 |
| | | | | Also added a compiler-flag (__CREATE_RANDOM_IMAGE_DATA__) that controls the generation of random picture data. Disabling this flag boosts mock-framerate by a factor of 10 since no more costly random-operations will be made | ||||
* | Use MSB of "control" for frequency determination | Matthias Vogelgesang | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | ufo: fix reading the frequency flag | Matthias Vogelgesang | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | Fix #20: don't query props if pco is recording | Matthias Vogelgesang | 2013-12-12 | 2 | -3/+13 |
| | |||||
* | Output the list of built plugins | Matthias Vogelgesang | 2013-11-08 | 1 | -0/+9 |
| | |||||
* | Fix #18: compile xkit if C++ compiler exists | Matthias Vogelgesang | 2013-11-08 | 1 | -1/+4 |
| | |||||
* | fix plugin revisions | Mihael Koep | 2013-11-06 | 4 | -4/+4 |
| | |||||
* | Make dexela plugin require libuca 1.3.0 | Mihael Koep | 2013-11-06 | 2 | -2/+4 |
| | |||||
* | Improve package information of pylon plugin. | Mihael Koep | 2013-11-06 | 2 | -0/+12 |
| | |||||
* | Many updates and bugfixes to pylon camera plugin. | Mihael Koep | 2013-11-06 | 3 | -6/+75 |
| | |||||
* | Fix pylon discovery. | Mihael Koep | 2013-11-06 | 1 | -0/+1 |
| | |||||
* | Return current width and height as roi. | Mihael Koep | 2013-11-06 | 3 | -5/+5 |
| | |||||
* | Make dexela plugin-ready and bump version. | Mihael Koep | 2013-11-06 | 2 | -7/+12 |
| | |||||
* | Fix #15: set correct pixel sizes for pco.* | Matthias Vogelgesang | 2013-11-05 | 1 | -1/+31 |
| | |||||
* | Fix bit depth information of pco cameras | Matthias Vogelgesang | 2013-10-31 | 2 | -2/+12 |
| | |||||
* | Fix config path | Matthias Vogelgesang | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | Include directory where config.h is located | Matthias Vogelgesang | 2013-10-31 | 7 | -6/+16 |
| | |||||
* | Use ConfigurePaths to get installation paths | Matthias Vogelgesang | 2013-10-29 | 7 | -7/+7 |
| | | | | | | The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier. | ||||
* | Cleanup CMakeLists.txt | Matthias Vogelgesang | 2013-10-29 | 8 | -10/+7 |
| | |||||
* | Call pco_request_image only in non-readout mode | Matthias Vogelgesang | 2013-10-25 | 1 | -3/+4 |
| | | | | This should improve performance by 25 per cent. | ||||
* | Read properties in one go | Matthias Vogelgesang | 2013-10-25 | 1 | -3/+4 |
| | |||||
* | pco: simplify buffer size handling | Matthias Vogelgesang | 2013-10-25 | 1 | -7/+6 |
| | |||||
* | Fix #2: thorough error checking on all occasions | Matthias Vogelgesang | 2013-10-25 | 1 | -74/+106 |
| | |||||
* | pco: fix #9, override is-recording property | Matthias Vogelgesang | 2013-10-23 | 1 | -0/+10 |
| | |||||
* | Add plugin summaries for pco and mock | Matthias Vogelgesang | 2013-10-22 | 2 | -0/+2 |
| | |||||
* | Fix setting storage mode | Matthias Vogelgesang | 2013-10-21 | 1 | -2/+2 |
| | |||||
* | Use pco_get/set_framerate instead of delay + exposure | Matthias Vogelgesang | 2013-09-18 | 1 | -176/+18 |
| | |||||
* | Do not throw an error when stream is finished | Matthias Vogelgesang | 2013-09-17 | 1 | -4/+1 |
| | |||||
* | Pixelman API expects number of elements | Matthias Vogelgesang | 2013-09-09 | 1 | -1/+1 |
| | |||||
* | Set acquisition parameters | Matthias Vogelgesang | 2013-09-09 | 1 | -22/+66 |
| | |||||
* | Implement some common features | Matthias Vogelgesang | 2013-09-09 | 1 | -11/+70 |
| | | | | | Apparently this marks the first version in which we can see something from the dummy mode in the GUI. | ||||
* | Add X-KIT skeleton | Matthias Vogelgesang | 2013-09-09 | 4 | -0/+363 |
| | |||||
* | Expose storage mode and set it to FIFO buffer | Matthias Vogelgesang | 2013-08-16 | 3 | -2/+51 |
| | |||||
* | Set the storage mode for pco.4000 | Matthias Vogelgesang | 2013-08-16 | 1 | -2/+14 |
| | |||||
* | Remove binaries | Matthias Vogelgesang | 2013-07-26 | 2 | -0/+0 |
| | | | | ... and I have an eye on you, Miq ;-) | ||||
* | ufo: Read all rows | Matthias Vogelgesang | 2013-07-24 | 2 | -12/+13 |
| | |||||
* | Produce some random image | Matthias Vogelgesang | 2013-07-18 | 1 | -6/+25 |
| | |||||
* | Provide binning default and let cameras use that | Matthias Vogelgesang | 2013-07-17 | 3 | -60/+0 |
| | |||||
* | Provide a macro for generating the enums | Matthias Vogelgesang | 2013-05-13 | 2 | -4/+10 |
| | |||||
* | Convert to correct frames per second | Matthias Vogelgesang | 2013-04-24 | 1 | -0/+20 |
| | |||||
* | mock: Do not override trigger mode handling | Matthias Vogelgesang | 2013-04-19 | 1 | -9/+0 |
| | |||||
* | Fix calculation once more | Matthias Vogelgesang | 2013-04-17 | 1 | -2/+2 |
| | |||||
* | Fix exposure time calculation | Matthias Vogelgesang | 2013-04-17 | 1 | -2/+3 |
| | |||||
* | Release version 1.2 | Matthias Vogelgesang | 2013-04-16 | 3 | -3/+3 |
| |