summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Add download button and make dimax workMatthias Vogelgesang2012-10-181-1/+2
|
* Add temperature unit and descriptions for pcoMatthias Vogelgesang2012-10-162-0/+16
|
* Add ring buffer recording for assessmentMatthias Vogelgesang2012-10-121-2/+3
|
* Implement experimental histogram viewMatthias Vogelgesang2012-10-102-4/+1
|
* Set timestamp as enum not flagMatthias Vogelgesang2012-10-101-1/+1
|
* Use correct pixel rate property nameMatthias Vogelgesang2012-10-101-1/+1
|
* More elegant error reporting when libpco failsMatthias Vogelgesang2012-10-101-48/+52
|
* Fix #151: Rename trigger enum valueMatthias Vogelgesang2012-10-091-2/+2
|
* Set sane default exposure timeMatthias Vogelgesang2012-10-091-0/+1
|
* Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang2012-10-091-20/+91
| | | | | Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp.
* Fix #149: Make timestamp mode an enumMatthias Vogelgesang2012-10-092-26/+21
|
* Load correct framegrabber pluginMatthias Vogelgesang2012-10-091-1/+1
|
* Define plugins as C projectsMatthias Vogelgesang2012-10-015-6/+5
| | | | | 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-2817-0/+3558
... 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.