summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove binariesMatthias Vogelgesang2013-07-262-0/+0
| | | | ... and I have an eye on you, Miq ;-)
* ufo: Read all rowsMatthias Vogelgesang2013-07-242-12/+13
|
* Produce some random imageMatthias Vogelgesang2013-07-181-6/+25
|
* Provide binning default and let cameras use thatMatthias Vogelgesang2013-07-173-60/+0
|
* Provide a macro for generating the enumsMatthias Vogelgesang2013-05-132-4/+10
|
* Convert to correct frames per secondMatthias Vogelgesang2013-04-241-0/+20
|
* mock: Do not override trigger mode handlingMatthias Vogelgesang2013-04-191-9/+0
|
* Fix calculation once moreMatthias Vogelgesang2013-04-171-2/+2
|
* Fix exposure time calculationMatthias Vogelgesang2013-04-171-2/+3
|
* Release version 1.2Matthias Vogelgesang2013-04-163-3/+3
|
* Delay property installation until run-timeMatthias Vogelgesang2013-04-151-7/+6
|
* Split gui and tools and add preliminary TIFF writeMatthias Vogelgesang2013-04-101-0/+3
|
* Fix clock skew when setting the frame rateMatthias Vogelgesang2013-03-261-5/+14
| | | | | This is a highly dubious patch, because we use a different delay time as what the manual says it is supposed to be.
* PF: Implement stub triggerMatthias Vogelgesang2013-03-251-0/+6
|
* Merge branch 'dexela'Matthias Vogelgesang2013-03-214-6/+9
|\ | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt
| * Update package scriptMihael Koep2013-03-211-3/+24
| | | | | | | | | | | | | | | | Allows to set additional information in each plugin's CMakeLists.txt. Conflicts: plugins/package-plugin.sh.in
| * Build package flags inside package-plugin.sh.inMihael Koep2013-03-196-6/+17
| | | | | | | | | | | | | | | | | | This will use the information provided by each plugin. Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in
| * Cleanup of dexela plugin build file and package-plugin.sh.in to include ↵Mihael Koep2013-03-144-13/+9
| | | | | | | | sensible metadata information.
| * Merge branch 'dexela_simple_packaging' into dexelaMihael Koep2013-03-144-47/+9
| |\ | | | | | | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in
| * | Trying to improve dexela plugin packaging.Mihael Koep2013-03-056-1/+56
| | |