Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide a macro for generating the enums | Matthias Vogelgesang | 2013-05-13 | 2 | -4/+10 |
| | |||||
* | Fix clock skew when setting the frame rate | Matthias Vogelgesang | 2013-03-26 | 1 | -5/+14 |
| | | | | | This is a highly dubious patch, because we use a different delay time as what the manual says it is supposed to be. | ||||
* | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | 2013-03-20 | 1 | -11/+12 |
| | |||||
* | Build package flags inside package-plugin.sh.in | Matthias Vogelgesang | 2013-03-15 | 1 | -0/+3 |
| | | | | This will use the information provided by each plugin. | ||||
* | Add get_type entry function | Matthias Vogelgesang | 2013-03-14 | 1 | -0/+6 |
| | |||||
* | Make pco plugin initable | Matthias Vogelgesang | 2013-03-14 | 1 | -109/+167 |
| | |||||
* | Fix setting time stamp | Matthias Vogelgesang | 2013-01-18 | 1 | -2/+2 |
| | |||||
* | Set correct camera link tap value for pco.dimax | Matthias Vogelgesang | 2012-12-03 | 1 | -1/+1 |
| | | | | | The wrong value caused strange artefacts under long exposure and saturation environments. | ||||
* | Reduce timeout to fix block problems | Matthias Vogelgesang | 2012-12-03 | 1 | -4/+3 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -0/+14 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -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 cams | Matthias Vogelgesang | 2012-09-28 | 3 | -0/+1519 |
... 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. |