summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2014-02-14Remove debug outputMatthias Vogelgesang
2014-02-14Fix #14: use old exposure time code for pco.4000Matthias Vogelgesang
pco provides two ways to set the target exposure time and frame rate: one via set delay/set exposure time and the other via set framerate. Both are mutual exclusively and as it turns out only working on certain models. pco.4000 sets bogus values when using set framerate, hence we use the older code.
2014-02-14Use read-write ring bufferMatthias Vogelgesang
2014-02-13Changed the mock Camera to produce a more predictable test pattern.Timo Dritschler
Also added a compiler-flag (__CREATE_RANDOM_IMAGE_DATA__) that controls the generation of random picture data. Disabling this flag boosts mock-framerate by a factor of 10 since no more costly random-operations will be made
2014-01-30Use MSB of "control" for frequency determinationMatthias Vogelgesang
2014-01-29ufo: fix reading the frequency flagMatthias Vogelgesang
2013-12-12Fix #20: don't query props if pco is recordingMatthias Vogelgesang
2013-11-08Output the list of built pluginsMatthias Vogelgesang
2013-11-08Fix #18: compile xkit if C++ compiler existsMatthias Vogelgesang
2013-11-06fix plugin revisionsMihael Koep
2013-11-06Make dexela plugin require libuca 1.3.0Mihael Koep
2013-11-06Improve package information of pylon plugin.Mihael Koep
2013-11-06Many updates and bugfixes to pylon camera plugin.Mihael Koep
2013-11-06Fix pylon discovery.Mihael Koep
2013-11-06Return current width and height as roi.Mihael Koep
2013-11-06Make dexela plugin-ready and bump version.Mihael Koep
2013-11-05Fix #15: set correct pixel sizes for pco.*Matthias Vogelgesang
2013-10-31Fix bit depth information of pco camerasMatthias Vogelgesang
2013-10-31Fix config pathMatthias 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-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-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-24ufo: Read all rowsMatthias Vogelgesang
2013-07-18Produce some random imageMatthias Vogelgesang
2013-07-17Provide binning default and let cameras use thatMatthias Vogelgesang
2013-05-13Provide a macro for generating the enumsMatthias Vogelgesang
2013-04-24Convert to correct frames per secondMatthias Vogelgesang
2013-04-19mock: Do not override trigger mode handlingMatthias Vogelgesang
2013-04-17Fix calculation once moreMatthias Vogelgesang
2013-04-17Fix exposure time calculationMatthias Vogelgesang
2013-04-16Release version 1.2Matthias Vogelgesang
2013-04-15Delay property installation until run-timeMatthias Vogelgesang
2013-04-10Split gui and tools and add preliminary TIFF writeMatthias 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.