summaryrefslogtreecommitdiffstats
path: root/plugins/ufo
Commit message (Collapse)AuthorAgeFilesLines
* Fix calculation once moreMatthias Vogelgesang2013-04-171-2/+2
|
* Fix exposure time calculationMatthias Vogelgesang2013-04-171-2/+3
|
* Release version 1.2Matthias Vogelgesang2013-04-161-1/+1
|
* Delay property installation until run-timeMatthias Vogelgesang2013-04-151-7/+6
|
* Set streaming bit _after_ pcilib_startMatthias Vogelgesang2013-03-201-3/+3
| | | | God knows why this is this way ...
* Implement trigger logic in base cameraMatthias Vogelgesang2013-03-201-20/+17
|
* UFO: Use streaming for auto triggerMatthias Vogelgesang2013-03-201-12/+10
| | | | This has nothing to do with asynchronous operation mode.
* UFO: Use internal triggering mechanismMatthias Vogelgesang2013-03-201-22/+68
|
* uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang2013-03-201-15/+23
|
* Spawn a thread because pcilib_stream blocksMatthias Vogelgesang2013-03-181-6/+17
|
* Build package flags inside package-plugin.sh.inMatthias Vogelgesang2013-03-151-0/+3
| | | | This will use the information provided by each plugin.
* Make ufo plugin initableMatthias Vogelgesang2013-03-141-47/+126
|
* Output location of pcilib errorsMatthias Vogelgesang2012-10-231-3/+4
|
* Store trigger modeMatthias Vogelgesang2012-10-191-0/+8
|
* Don't soft trigger on external signalMatthias Vogelgesang2012-10-191-7/+12
|
* Define plugins as C projectsMatthias Vogelgesang2012-10-011-1/+1
| | | | | Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
* Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-283-0/+597
... and build a package for each camera. Moreover, for some reason we can live without the CMake generated spec file for RPM generation. AFAICS, the RPMs are prefixed correctly.