summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix another leak and simplify codeMatthias Vogelgesang2013-12-131-126/+129
|
* Fix memory leakMatthias Vogelgesang2013-12-131-0/+3
|
* Merge pull request #22 from ufo-kit/roiMatthias Vogelgesang2013-12-121-4/+19
|\ | | | | Fix statistics of ROI
| * Fix statistics of ROIMaria2013-12-121-4/+19
|/
* Merge pull request #21 from ufo-kit/roiMatthias Vogelgesang2013-12-122-66/+343
|\ | | | | Add region of interest.
| * Add region of interest.Maria2013-12-122-66/+343
| |
* | Fix #20: don't query props if pco is recordingMatthias Vogelgesang2013-12-122-3/+13
| |
* | Add new API call uca_camera_is_recordingMatthias Vogelgesang2013-12-123-6/+21
| |
* | Fix annotations and docstringsMatthias Vogelgesang2013-12-122-3/+23
| |
* | Fix g_test_init call by making argv non-constMatthias Vogelgesang2013-12-121-1/+1
|/
* Use correct size, otherwise it crashes on 32 bitMatthias Vogelgesang2013-12-121-1/+1
|
* Guard property list with NULLMatthias Vogelgesang2013-12-121-1/+2
|
* Add ring buffer testMatthias Vogelgesang2013-12-101-0/+75
|
* Test the ring buffer on TravisMatthias Vogelgesang2013-12-101-0/+1
|
* Make ring buffer publicMatthias Vogelgesang2013-12-1011-159/+341
|
* Output the list of built pluginsMatthias Vogelgesang2013-11-081-0/+9
|
* Fix #18: compile xkit if C++ compiler existsMatthias Vogelgesang2013-11-081-1/+4
|
* Mention the current configure styleMatthias Vogelgesang2013-11-071-10/+3
|
* Fix include path in documentationMatthias Vogelgesang2013-11-071-2/+2
|
* fix plugin revisionsMihael Koep2013-11-064-4/+4
|
* improve package file namingMihael Koep2013-11-062-3/+3
|
* Package binary programs in a 'tools' package.Mihael Koep2013-11-063-4/+11
| | | | | | Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt
* 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-062-0/+3
|
* 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
|
* Merge pull request #16 from ufo-kit/get_coordsMariaMatveeva2013-11-062-40/+166
|\ | | | | Add more statistics
| * Add more statisticsMaria2013-11-062-40/+166
|/
* Fix uninitialized variablesMatthias Vogelgesang2013-11-052-3/+3
|
* 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
|
* Do not trigger in live previewMatthias Vogelgesang2013-10-311-1/+0
| | | | | | 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.
* Fix config pathMatthias Vogelgesang2013-10-311-1/+1
|
* Include directory where config.h is locatedMatthias Vogelgesang2013-10-317-6/+16
|
* Fix installation path of header filesMatthias Vogelgesang2013-10-301-1/+1
|
* Post-release bumpMatthias Vogelgesang2013-10-291-1/+1
|
* Fix Glade pathMatthias Vogelgesang2013-10-291-1/+1
|
* Release version 1.4Matthias Vogelgesang2013-10-291-1/+9
|
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-2915-42/+127
| | | | | | 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-2914-102/+84
|
* Merge pull request #11 from ufo-kit/build-debug-releaseMatthias Vogelgesang2013-10-281-1/+13
|\ | | | | Travis: build debug and release
| * Travis: build debug and releaseMatthias Vogelgesang2013-10-281-1/+13
|/ | | | | 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.
* 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
|
* Merge pull request #10 from ufo-kit/pco-add-is-recordingMatthias Vogelgesang2013-10-241-0/+10
|\ | | | | pco: fix #9, override is-recording property
| * pco: fix #9, override is-recording propertyMatthias Vogelgesang2013-10-231-0/+10
|/