summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-31Do not trigger in live previewMatthias Vogelgesang
This was added for the UFO camera but is technically not correct as we require the trigger mode to be set to AUTO anyway. The pco.4000 will not return a frame if it is triggered in AUTO mode.
2013-10-31Fix config pathMatthias Vogelgesang
2013-10-31Include directory where config.h is locatedMatthias Vogelgesang
2013-10-30Fix installation path of header filesMatthias Vogelgesang
2013-10-29Post-release bumpMatthias Vogelgesang
2013-10-29Fix Glade pathMatthias Vogelgesang
2013-10-29Release version 1.4Matthias 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-28Merge pull request #11 from ufo-kit/build-debug-releaseMatthias Vogelgesang
Travis: build debug and release
2013-10-28Travis: build debug and releaseMatthias Vogelgesang
For now the Clang/Release combination is excluded as it gets stuck in a futex deadlock. Apparently, this has something to do with the way a GModule is called.
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-24Merge pull request #10 from ufo-kit/pco-add-is-recordingMatthias Vogelgesang
pco: fix #9, override is-recording property
2013-10-23pco: fix #9, override is-recording propertyMatthias Vogelgesang
2013-10-22Initialize result variableMatthias Vogelgesang
Thanks clang!
2013-10-22Ignore all kinds of build directoriesMatthias Vogelgesang
2013-10-22Enable both gcc and clangMatthias Vogelgesang
2013-10-22Merge pull request #8 from ufo-kit/travis-ciMatthias Vogelgesang
Add .travis.yml
2013-10-22Markdownify READMEMatthias Vogelgesang
2013-10-22Add .travis.ymlMatthias Vogelgesang
2013-10-22Add plugin summaries for pco and mockMatthias Vogelgesang
2013-10-21Merge pull request #6 from ufo-kit/get_coordsMatthias Vogelgesang
Remove floating point exception.
2013-10-21Remove floating point exception.Maria
2013-10-21Merge pull request #4 from ufo-kit/color-mapMariaMatveeva
Added jet.
2013-10-21Added jet.Maria
2013-10-21Fix setting storage modeMatthias Vogelgesang
2013-09-23Do not query button for each pixelMatthias Vogelgesang
2013-09-20Merge branch 'hiwi-changes' of https://github.com/MariaMatveeva/libuca into mmMatthias Vogelgesang
Conflicts: bin/gui/control.glade
2013-09-19Fixed faster zoom.Maria
2013-09-19Added ROI.Maria
2013-09-18Use pco_get/set_framerate instead of delay + exposureMatthias Vogelgesang
2013-09-17Update NEWSMatthias Vogelgesang
2013-09-17Do not throw an error when stream is finishedMatthias Vogelgesang
2013-09-17Remove close button on download dialogMatthias Vogelgesang
2013-09-13Remove list element marginMatthias Vogelgesang
2013-09-13Update READMEMatthias Vogelgesang
2013-09-10Add X-KIT to the NEWSMatthias Vogelgesang
2013-09-09Pixelman API expects number of elementsMatthias Vogelgesang
2013-09-09Set acquisition parametersMatthias Vogelgesang
2013-09-09Implement some common featuresMatthias Vogelgesang
Apparently this marks the first version in which we can see something from the dummy mode in the GUI.
2013-09-09Add X-KIT skeletonMatthias Vogelgesang
2013-08-16Added Logarithmus.Maria
2013-08-16Do not try to trigger in preview modeMatthias Vogelgesang
This fixes #222 for pco.4000.
2013-08-16Expose storage mode and set it to FIFO bufferMatthias Vogelgesang
2013-08-16Set the storage mode for pco.4000Matthias Vogelgesang
2013-07-26Remove binariesMatthias Vogelgesang
... and I have an eye on you, Miq ;-)
2013-07-26Fix SIGFPEMatthias Vogelgesang