Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UcaCamera base class: Changed properties | Timo Dritschler | 2015-05-19 | 4 | -51/+139 |
| | | | | | | | | | Changed sensor-width, sensor-height and sensor-bitdepth to construct only Added uca_camera_pspec_set_writable mock: allow characterization at construction time Its now possible to set sensor-width, sensor-height and sensor-bitdepth at construction time Creation of random data is now controlled by a property and can be set while recording | ||||
* | Changed uca-camera-control property handling | Timo Dritschler | 2015-05-19 | 1 | -2/+5 |
| | | | | GUI now correctly understands that construction only properties can not be modified | ||||
* | Merge pull request #68 from miq/anka-plugins-for-2.0 | Matthias Vogelgesang | 2015-05-19 | 11 | -56/+144 |
|\ | | | | | Anka plugins for 2.0 | ||||
| * | Camera plugins now require libuca >= 2.0 so update their versions too | Mihael Koep | 2015-05-18 | 9 | -14/+21 |
| | | | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt | ||||
| * | Correct the ROI dimensions respecting the binning mode | Mihael Koep | 2015-05-18 | 3 | -8/+42 |
| | | | | | | | | | | Conflicts: plugins/dexela/changelog.txt | ||||
| * | Only allow symmetricall binnings | Mihael Koep | 2015-05-18 | 1 | -2/+2 |
| | | | | | | | | | | | | Other modes are technically possible but unsupported by the vendor. Since we experienced problems using asymmetrical binnings the plugin enforces symmetrical binnings. | ||||
| * | Improve error handling on dexela camera initialisation | Mihael Koep | 2015-05-18 | 2 | -7/+25 |
| | | | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt | ||||
| * | Update pylon and dexela plugins to the new trigger API | Mihael Koep | 2015-05-18 | 2 | -26/+55 |
|/ | |||||
* | Fix wrong place of write check caused by 453701edd | Matthias Vogelgesang | 2015-05-13 | 1 | -5/+6 |
| | |||||
* | file: signal change of ROI and bitdepth | Matthias Vogelgesang | 2015-05-13 | 1 | -0/+4 |
| | |||||
* | file: read complete filename path | Matthias Vogelgesang | 2015-05-13 | 1 | -2/+1 |
| | |||||
* | Really add FindClserSis | Matthias Vogelgesang | 2015-05-07 | 2 | -1/+44 |
| | |||||
* | ufo: update trigger policy | Matthias Vogelgesang | 2015-05-06 | 1 | -3/+3 |
| | |||||
* | Release version 2.0 | Matthias Vogelgesang | 2015-04-24 | 2 | -2/+21 |
| | |||||
* | Fix async benchmarks | Matthias Vogelgesang | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | ufo: fix async mode | Matthias Vogelgesang | 2015-04-24 | 1 | -2/+2 |
| | | | | pcilib_start must be called before the grab thread is started. | ||||
* | Call async where async is expected | Matthias Vogelgesang | 2015-04-23 | 1 | -2/+2 |
| | |||||
* | Explicitly disable async mode | Matthias Vogelgesang | 2015-04-22 | 1 | -0/+2 |
| | |||||
* | Benchmark more mode combinations | Matthias Vogelgesang | 2015-04-22 | 1 | -40/+82 |
| | |||||
* | tango: list tifffile as dependency | Matthias Vogelgesang | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Update property documentation | Matthias Vogelgesang | 2015-04-15 | 3 | -10/+25 |
| | |||||
* | pco: update to Siso RT 5.2.2 | Matthias Vogelgesang | 2015-04-15 | 3 | -40/+44 |
| | |||||
* | Merge pull request #65 from ufo-kit/frameskip | Matthias Vogelgesang | 2015-04-14 | 2 | -9/+57 |
|\ | | | | | Changed GUI to do hard frame skipping in preview mode | ||||
| * | Changed GUI to do hard frame skipping if frames are accumulated faster than ↵ | Timo Dritschler | 2015-04-13 | 2 | -9/+57 |
| | | | | | | | | the GUI can display them | ||||
* | | Fix overridable trigger names | Matthias Vogelgesang | 2015-04-14 | 1 | -2/+2 |
|/ | |||||
* | ufo: set timeouts to 0 and infinite appropriately | Matthias Vogelgesang | 2015-04-10 | 1 | -5/+2 |
| | | | | | Infinite prevents premature interruption with external triggers, 0 will not wait more than necessary to remove stale frames. | ||||
* | ufo: use DEFAULT stop flag to interrupt grabbing | Matthias Vogelgesang | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | ufo: move pcilib_start/stop back | Matthias Vogelgesang | 2015-04-10 | 1 | -12/+15 |
| | |||||
* | ufo: read stale frames after recording | Matthias Vogelgesang | 2015-04-10 | 1 | -1/+8 |
| | | | | On a reasonably fast machine this might take up to 0.1 seconds. | ||||
* | ufo: trigger type must be 0 for AUTO mode | Matthias Vogelgesang | 2015-04-09 | 1 | -1/+2 |
| | |||||
* | ufo: set bit 14 if AUTO or EXTERNAL trigger source | Matthias Vogelgesang | 2015-04-09 | 1 | -1/+2 |
| | |||||
* | ufo: update trigger logic | Matthias Vogelgesang | 2015-04-09 | 1 | -2/+2 |
| | |||||
* | ufo: implement trigger type | Matthias Vogelgesang | 2015-03-31 | 1 | -17/+8 |
| | |||||
* | Remove old GtkDoc-based docs | Matthias Vogelgesang | 2015-03-31 | 4 | -114/+0 |
| | |||||
* | Switch to trigger source/type semantics | Matthias Vogelgesang | 2015-03-31 | 5 | -45/+78 |
| | | | | | | | 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 |
| | |||||
* | 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 ... |