Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Camera plugins now require libuca >= 2.0 so update their versions too | Mihael Koep | 2015-05-18 | 1 | -2/+2 |
| | | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt | ||||
* | ufo: update trigger policy | Matthias Vogelgesang | 2015-05-06 | 1 | -3/+3 |
| | |||||
* | ufo: fix async mode | Matthias Vogelgesang | 2015-04-24 | 1 | -2/+2 |
| | | | | pcilib_start must be called before the grab thread is started. | ||||
* | 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 |
| | |||||
* | Switch to trigger source/type semantics | Matthias Vogelgesang | 2015-03-31 | 1 | -8/+8 |
| | | | | | | | 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 |
| | |||||
* | 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 | 1 | -1/+7 |
| | |||||
* | Finish removal of "sensor-max-frame-rate" | Matthias Vogelgesang | 2014-09-10 | 1 | -4/+0 |
| | |||||
* | 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 |
| | |||||
* | 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 plugin revisions | Mihael Koep | 2013-11-06 | 1 | -1/+1 |
| | |||||
* | Include directory where config.h is located | Matthias Vogelgesang | 2013-10-31 | 1 | -1/+2 |
| | |||||
* | Use ConfigurePaths to get installation paths | Matthias Vogelgesang | 2013-10-29 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | ufo: Read all rows | Matthias Vogelgesang | 2013-07-24 | 2 | -12/+13 |
| | |||||
* | Provide binning default and let cameras use that | Matthias Vogelgesang | 2013-07-17 | 1 | -16/+0 |
| | |||||
* | Convert to correct frames per second | Matthias Vogelgesang | 2013-04-24 | 1 | -0/+20 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Delay property installation until run-time | Matthias Vogelgesang | 2013-04-15 | 1 | -7/+6 |
| | |||||
* | Set streaming bit _after_ pcilib_start | Matthias Vogelgesang | 2013-03-20 | 1 | -3/+3 |
| | | | | God knows why this is this way ... | ||||
* | Implement trigger logic in base camera | Matthias Vogelgesang | 2013-03-20 | 1 | -20/+17 |
| | |||||
* | UFO: Use streaming for auto trigger | Matthias Vogelgesang | 2013-03-20 | 1 | -12/+10 |
| | | | | This has nothing to do with asynchronous operation mode. | ||||
* | UFO: Use internal triggering mechanism | Matthias Vogelgesang | 2013-03-20 | 1 | -22/+68 |
| | |||||
* | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | 2013-03-20 | 1 | -15/+23 |
| | |||||
* | Spawn a thread because pcilib_stream blocks | Matthias Vogelgesang | 2013-03-18 | 1 | -6/+17 |
| | |||||
* | Build package flags inside package-plugin.sh.in | Matthias Vogelgesang | 2013-03-15 | 1 | -0/+3 |
| | | | | This will use the information provided by each plugin. | ||||
* | Make ufo plugin initable | Matthias Vogelgesang | 2013-03-14 | 1 | -47/+126 |
| | |||||
* | Output location of pcilib errors | Matthias Vogelgesang | 2012-10-23 | 1 | -3/+4 |
| | |||||
* | Store trigger mode | Matthias Vogelgesang | 2012-10-19 | 1 | -0/+8 |
| | |||||
* | Don't soft trigger on external signal | Matthias Vogelgesang | 2012-10-19 | 1 | -7/+12 |
| |