summaryrefslogtreecommitdiff
path: root/plugins/pco
AgeCommit message (Collapse)Author
2013-11-05Fix #15: set correct pixel sizes for pco.*Matthias Vogelgesang
2013-10-31Fix bit depth information of pco camerasMatthias Vogelgesang
2013-10-31Include directory where config.h is locatedMatthias Vogelgesang
2013-10-29Use ConfigurePaths to get installation pathsMatthias 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-29Cleanup CMakeLists.txtMatthias Vogelgesang
2013-10-25Call pco_request_image only in non-readout modeMatthias Vogelgesang
This should improve performance by 25 per cent.
2013-10-25Read properties in one goMatthias Vogelgesang
2013-10-25pco: simplify buffer size handlingMatthias Vogelgesang
2013-10-25Fix #2: thorough error checking on all occasionsMatthias Vogelgesang
2013-10-23pco: fix #9, override is-recording propertyMatthias Vogelgesang
2013-10-22Add plugin summaries for pco and mockMatthias Vogelgesang
2013-10-21Fix setting storage modeMatthias Vogelgesang
2013-09-18Use pco_get/set_framerate instead of delay + exposureMatthias Vogelgesang
2013-09-17Do not throw an error when stream is finishedMatthias Vogelgesang
2013-08-16Expose storage mode and set it to FIFO bufferMatthias Vogelgesang
2013-08-16Set the storage mode for pco.4000Matthias Vogelgesang
2013-05-13Provide a macro for generating the enumsMatthias Vogelgesang
2013-03-26Fix clock skew when setting the frame rateMatthias 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-20uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang
2013-03-15Build package flags inside package-plugin.sh.inMatthias Vogelgesang
This will use the information provided by each plugin.
2013-03-14Add get_type entry functionMatthias Vogelgesang
2013-03-14Make pco plugin initableMatthias Vogelgesang
2013-01-18Fix setting time stampMatthias Vogelgesang
2012-12-03Set correct camera link tap value for pco.dimaxMatthias Vogelgesang
The wrong value caused strange artefacts under long exposure and saturation environments.
2012-12-03Reduce timeout to fix block problemsMatthias Vogelgesang
2012-10-19Fix compile errorMatthias Vogelgesang
2012-10-19Always return correct number of recorded framesMatthias Vogelgesang
2012-10-18Show download progressMatthias Vogelgesang
2012-10-18Add "recorded-frames" propertyMatthias Vogelgesang
2012-10-18Fix download of in-camera framesMatthias Vogelgesang
2012-10-18Add download button and make dimax workMatthias Vogelgesang
2012-10-16Add temperature unit and descriptions for pcoMatthias 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-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.