| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-05 | Fix #15: set correct pixel sizes for pco.* | Matthias Vogelgesang | |
| 2013-10-31 | Fix bit depth information of pco cameras | Matthias Vogelgesang | |
| 2013-10-31 | Include directory where config.h is located | Matthias Vogelgesang | |
| 2013-10-29 | Use ConfigurePaths to get installation paths | Matthias Vogelgesang | |
| The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier. | |||
| 2013-10-29 | Cleanup CMakeLists.txt | Matthias Vogelgesang | |
| 2013-10-25 | Call pco_request_image only in non-readout mode | Matthias Vogelgesang | |
| This should improve performance by 25 per cent. | |||
| 2013-10-25 | Read properties in one go | Matthias Vogelgesang | |
| 2013-10-25 | pco: simplify buffer size handling | Matthias Vogelgesang | |
| 2013-10-25 | Fix #2: thorough error checking on all occasions | Matthias Vogelgesang | |
| 2013-10-23 | pco: fix #9, override is-recording property | Matthias Vogelgesang | |
| 2013-10-22 | Add plugin summaries for pco and mock | Matthias Vogelgesang | |
| 2013-10-21 | Fix setting storage mode | Matthias Vogelgesang | |
| 2013-09-18 | Use pco_get/set_framerate instead of delay + exposure | Matthias Vogelgesang | |
| 2013-09-17 | Do not throw an error when stream is finished | Matthias Vogelgesang | |
| 2013-08-16 | Expose storage mode and set it to FIFO buffer | Matthias Vogelgesang | |
| 2013-08-16 | Set the storage mode for pco.4000 | Matthias Vogelgesang | |
| 2013-05-13 | Provide a macro for generating the enums | Matthias Vogelgesang | |
| 2013-03-26 | Fix clock skew when setting the frame rate | Matthias Vogelgesang | |
| This is a highly dubious patch, because we use a different delay time as what the manual says it is supposed to be. | |||
| 2013-03-20 | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | |
| 2013-03-15 | Build package flags inside package-plugin.sh.in | Matthias Vogelgesang | |
| This will use the information provided by each plugin. | |||
| 2013-03-14 | Add get_type entry function | Matthias Vogelgesang | |
| 2013-03-14 | Make pco plugin initable | Matthias Vogelgesang | |
| 2013-01-18 | Fix setting time stamp | Matthias Vogelgesang | |
| 2012-12-03 | Set correct camera link tap value for pco.dimax | Matthias Vogelgesang | |
| The wrong value caused strange artefacts under long exposure and saturation environments. | |||
| 2012-12-03 | Reduce timeout to fix block problems | Matthias Vogelgesang | |
| 2012-10-19 | Fix compile error | Matthias Vogelgesang | |
| 2012-10-19 | Always return correct number of recorded frames | Matthias Vogelgesang | |
| 2012-10-18 | Show download progress | Matthias Vogelgesang | |
| 2012-10-18 | Add "recorded-frames" property | Matthias Vogelgesang | |
| 2012-10-18 | Fix download of in-camera frames | Matthias Vogelgesang | |
| 2012-10-18 | Add download button and make dimax work | Matthias Vogelgesang | |
| 2012-10-16 | Add temperature unit and descriptions for pco | Matthias Vogelgesang | |
| 2012-10-10 | Set timestamp as enum not flag | Matthias Vogelgesang | |
| 2012-10-10 | Use correct pixel rate property name | Matthias Vogelgesang | |
| 2012-10-10 | More elegant error reporting when libpco fails | Matthias Vogelgesang | |
| 2012-10-09 | Fix #151: Rename trigger enum value | Matthias Vogelgesang | |
| 2012-10-09 | Fix #150: Add "frames-per-second" property | Matthias 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-09 | Fix #149: Make timestamp mode an enum | Matthias Vogelgesang | |
| 2012-10-09 | Load correct framegrabber plugin | Matthias Vogelgesang | |
| 2012-10-01 | Define plugins as C projects | Matthias Vogelgesang | |
| Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway. | |||
| 2012-09-28 | Fix #146: Make a new top-level directory for cams | Matthias 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. | |||
