summaryrefslogtreecommitdiff
path: root/plugins/ufo
AgeCommit message (Collapse)Author
2013-04-24Convert to correct frames per secondMatthias Vogelgesang
2013-04-17Fix calculation once moreMatthias Vogelgesang
2013-04-17Fix exposure time calculationMatthias Vogelgesang
2013-04-16Release version 1.2Matthias Vogelgesang
2013-04-15Delay property installation until run-timeMatthias Vogelgesang
2013-03-20Set streaming bit _after_ pcilib_startMatthias Vogelgesang
God knows why this is this way ...
2013-03-20Implement trigger logic in base cameraMatthias Vogelgesang
2013-03-20UFO: Use streaming for auto triggerMatthias Vogelgesang
This has nothing to do with asynchronous operation mode.
2013-03-20UFO: Use internal triggering mechanismMatthias Vogelgesang
2013-03-20uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang
2013-03-18Spawn a thread because pcilib_stream blocksMatthias Vogelgesang
2013-03-15Build package flags inside package-plugin.sh.inMatthias Vogelgesang
This will use the information provided by each plugin.
2013-03-14Make ufo plugin initableMatthias Vogelgesang
2012-10-23Output location of pcilib errorsMatthias Vogelgesang
2012-10-19Store trigger modeMatthias Vogelgesang
2012-10-19Don't soft trigger on external signalMatthias Vogelgesang
2012-10-01Define plugins as C projectsMatthias Vogelgesang
Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
2012-09-28Fix #146: Make a new top-level directory for camsMatthias Vogelgesang
... 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.