summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Use direct UDP communication for xkitMatthias Vogelgesang2014-07-223-377/+675
|
* Add TIFF file based cameraMatthias Vogelgesang2014-07-044-1/+441
|
* Remove unnecessary allocationMihael Koep2014-04-093-7/+6
| | | | | We now require libpyloncam 0.3.0 or better and got rid of a unnecessary memory check and allocation
* Make pylon plugin compatible with current libucaMihael Koep2014-04-094-62/+81
|
* Update dexela plugin to libdexela 1.1.0Mihael Koep2014-04-093-5/+8
|
* Build xkit pluginMaria2014-04-013-13/+9
|
* pco: Add fast-scan propertyMatthias Vogelgesang2014-03-031-0/+27
|
* Remove debug outputMatthias Vogelgesang2014-03-031-1/+0
|
* Fix memory corruption if using ROIsMihael Koep2014-02-272-15/+16
| | | | | | | | The mock camera now only prints a buffer of roi size and *then* transfers it to the caller. Conflicts: plugins/mock/uca-mock-camera.c
* Fix setting frame rateMatthias Vogelgesang2014-02-201-15/+19
|
* ufo: Allow setting framerateMatthias Vogelgesang2014-02-201-22/+41
|
* Fix ufo compilationMatthias Vogelgesang2014-02-201-0/+2
|
* ufo: Set frame rate accordinglyMatthias Vogelgesang2014-02-201-6/+15
|
* Remove debug outputMatthias Vogelgesang2014-02-141-4/+0
|
* Fix #14: use old exposure time code for pco.4000Matthias Vogelgesang2014-02-141-20/+159
| | | | | | | 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.
* Use read-write ring bufferMatthias Vogelgesang2014-02-141-30/+19
|
* Changed the mock Camera to produce a more predictable test pattern.Timo Dritschler2014-02-131-10/+43
| | | | 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
* Use MSB of "control" for frequency determinationMatthias Vogelgesang2014-01-301-1/+1
|
* ufo: fix reading the frequency flagMatthias Vogelgesang2014-01-291-1/+1
|
* Fix #20: don't query props if pco is recordingMatthias Vogelgesang2013-12-122-3/+13
|
* Output the list of built pluginsMatthias Vogelgesang2013-11-081-0/+9
|
* Fix #18: compile xkit if C++ compiler existsMatthias Vogelgesang2013-11-081-1/+4
|
* fix plugin revisionsMihael Koep2013-11-064-4/+4
|
* Make dexela plugin require libuca 1.3.0Mihael Koep2013-11-062-2/+4
|
* Improve package information of pylon plugin.Mihael Koep2013-11-062-0/+12
|
* Many updates and bugfixes to pylon camera plugin.Mihael Koep2013-11-063-6/+75
|
* Fix pylon discovery.Mihael Koep2013-11-061-0/+1
|
* Return current width and height as roi.Mihael Koep2013-11-063-5/+5
|
* Make dexela plugin-ready and bump version.Mihael Koep2013-11-062-7/+12
|
* Fix #15: set correct pixel sizes for pco.*Matthias Vogelgesang2013-11-051-1/+31
|
* Fix bit depth information of pco camerasMatthias Vogelgesang2013-10-312-2/+12
|
* Fix config pathMatthias Vogelgesang2013-10-311-1/+1
|
* Include directory where config.h is locatedMatthias Vogelgesang2013-10-317-6/+16
|
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-297-7/+7
| | | | | | 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.
* Cleanup CMakeLists.txtMatthias Vogelgesang2013-10-298-10/+7
|
* Call pco_request_image only in non-readout modeMatthias Vogelgesang2013-10-251-3/+4
| | | | This should improve performance by 25 per cent.
* Read properties in one goMatthias Vogelgesang2013-10-251-3/+4
|
* pco: simplify buffer size handlingMatthias Vogelgesang2013-10-251-7/+6
|
* Fix #2: thorough error checking on all occasionsMatthias Vogelgesang2013-10-251-74/+106
|
* pco: fix #9, override is-recording propertyMatthias Vogelgesang2013-10-231-0/+10
|
* Add plugin summaries for pco and mockMatthias Vogelgesang2013-10-222-0/+2
|
* Fix setting storage modeMatthias Vogelgesang2013-10-211-2/+2
|
* Use pco_get/set_framerate instead of delay + exposureMatthias Vogelgesang2013-09-181-176/+18
|
* Do not throw an error when stream is finishedMatthias Vogelgesang2013-09-171-4/+1
|
* Pixelman API expects number of elementsMatthias Vogelgesang2013-09-091-1/+1
|
* Set acquisition parametersMatthias Vogelgesang2013-09-091-22/+66
|
* Implement some common featuresMatthias Vogelgesang2013-09-091-11/+70
| | | | | Apparently this marks the first version in which we can see something from the dummy mode in the GUI.
* Add X-KIT skeletonMatthias Vogelgesang2013-09-094-0/+363
|
* Expose storage mode and set it to FIFO bufferMatthias Vogelgesang2013-08-163-2/+51
|
* Set the storage mode for pco.4000Matthias Vogelgesang2013-08-161-2/+14
|