summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2012-10-18Add download button and make dimax workMatthias Vogelgesang
2012-10-16Add temperature unit and descriptions for pcoMatthias Vogelgesang
2012-10-12Add ring buffer recording for assessmentMatthias Vogelgesang
2012-10-10Implement experimental histogram viewMatthias Vogelgesang
2012-10-10Set timestamp as enum not flagMatthias Vogelgesang
2012-10-10Use correct pixel rate property nameMatthias Vogelgesang
2012-10-10More elegant error reporting when libpco failsMatthias Vogelgesang
2012-10-09Fix #151: Rename trigger enum valueMatthias Vogelgesang
2012-10-09Set sane default exposure timeMatthias Vogelgesang
2012-10-09Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang
Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp.
2012-10-09Fix #149: Make timestamp mode an enumMatthias Vogelgesang
2012-10-09Load correct framegrabber pluginMatthias 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.