Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dexela_simple_packaging' into dexela | Mihael Koep | 2013-03-14 | 4 | -47/+9 |
|\ | | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in | ||||
| * | Improve dexela plugin packaging. | Mihael Koep | 2013-03-07 | 3 | -1/+9 |
| | | |||||
* | | Trying to improve dexela plugin packaging. | Mihael Koep | 2013-03-05 | 6 | -1/+56 |
|/ | |||||
* | Fix incomplete committ... | Mihael Koep | 2012-10-30 | 2 | -2/+26 |
| | |||||
* | Merge remote branch 'origin/master' into dexela | Mihael Koep | 2012-10-25 | 1 | -3/+4 |
|\ | |||||
| * | Output location of pcilib errors | Matthias Vogelgesang | 2012-10-23 | 1 | -3/+4 |
| | | |||||
* | | Start migrating to libuca 1.1 and glib plugins. | Mihael Koep | 2012-10-25 | 3 | -0/+464 |
|/ | |||||
* | Fix compile error | Matthias Vogelgesang | 2012-10-19 | 1 | -0/+2 |
| | |||||
* | Always return correct number of recorded frames | Matthias Vogelgesang | 2012-10-19 | 1 | -8/+2 |
| | |||||
* | 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 |
| | |||||
* | Show download progress | Matthias Vogelgesang | 2012-10-18 | 1 | -0/+4 |
| | |||||
* | Add "recorded-frames" property | Matthias Vogelgesang | 2012-10-18 | 1 | -0/+9 |
| | |||||
* | Fix download of in-camera frames | Matthias Vogelgesang | 2012-10-18 | 1 | -3/+22 |
| | |||||
* | Add download button and make dimax work | Matthias Vogelgesang | 2012-10-18 | 1 | -1/+2 |
| | |||||
* | Add temperature unit and descriptions for pco | Matthias Vogelgesang | 2012-10-16 | 2 | -0/+16 |
| | |||||
* | Add ring buffer recording for assessment | Matthias Vogelgesang | 2012-10-12 | 1 | -2/+3 |
| | |||||
* | Implement experimental histogram view | Matthias Vogelgesang | 2012-10-10 | 2 | -4/+1 |
| | |||||
* | Set timestamp as enum not flag | Matthias Vogelgesang | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Use correct pixel rate property name | Matthias Vogelgesang | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | More elegant error reporting when libpco fails | Matthias Vogelgesang | 2012-10-10 | 1 | -48/+52 |
| | |||||
* | Fix #151: Rename trigger enum value | Matthias Vogelgesang | 2012-10-09 | 1 | -2/+2 |
| | |||||
* | Set sane default exposure time | Matthias Vogelgesang | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | Fix #150: Add "frames-per-second" property | Matthias Vogelgesang | 2012-10-09 | 1 | -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 enum | Matthias Vogelgesang | 2012-10-09 | 2 | -26/+21 |
| | |||||
* | Load correct framegrabber plugin | Matthias Vogelgesang | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Define plugins as C projects | Matthias Vogelgesang | 2012-10-01 | 5 | -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 cams | Matthias Vogelgesang | 2012-09-28 | 17 | -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. |