Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix setting frame rate | Matthias Vogelgesang | 2014-02-20 | 1 | -15/+19 | |
| | ||||||
* | ufo: Allow setting framerate | Matthias Vogelgesang | 2014-02-20 | 1 | -22/+41 | |
| | ||||||
* | Fix ufo compilation | Matthias Vogelgesang | 2014-02-20 | 1 | -0/+2 | |
| | ||||||
* | ufo: Set frame rate accordingly | Matthias Vogelgesang | 2014-02-20 | 1 | -6/+15 | |
| | ||||||
* | Add compatibility layer for new thread API | Matthias Vogelgesang | 2014-02-18 | 2 | -0/+9 | |
| | ||||||
* | Remove debug output | Matthias Vogelgesang | 2014-02-14 | 1 | -4/+0 | |
| | ||||||
* | Fix #14: use old exposure time code for pco.4000 | Matthias Vogelgesang | 2014-02-14 | 1 | -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. | |||||
* | Merge pull request #31 from ufo-kit/add-frame-buffering | Matthias Vogelgesang | 2014-02-14 | 7 | -35/+195 | |
|\ | | | | | Add buffered recording to base class | |||||
| * | Fix #28: Add buffered recording to base class | Matthias Vogelgesang | 2014-02-14 | 7 | -35/+195 | |
|/ | | | | | | | This change adds new properties ::buffered and ::num-buffers to the base class. If ::buffered is TRUE, uca_camera_start_recording will spawn a new thread which will call the camera-specific grab. Any call to uca_camera_grab will return the next item from the ring buffer. | |||||
* | Use read-write ring buffer | Matthias Vogelgesang | 2014-02-14 | 6 | -137/+153 | |
| | ||||||
* | Merge pull request #29 from ufo-kit/mockCameraImprovements | Matthias Vogelgesang | 2014-02-13 | 1 | -10/+43 | |
|\ | | | | | Mock camera improvements | |||||
| * | Changed the mock Camera to produce a more predictable test pattern. | Timo Dritschler | 2014-02-13 | 1 | -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 | |||||
* | | Add configured install path to plugin search path | Matthias Vogelgesang | 2014-02-12 | 3 | -5/+3 | |
|/ | ||||||
* | Use MSB of "control" for frequency determination | Matthias Vogelgesang | 2014-01-30 | 1 | -1/+1 | |
| | ||||||
* | ufo: fix reading the frequency flag | Matthias Vogelgesang | 2014-01-29 | 1 | -1/+1 | |
| | ||||||
* | Use XeTeX to build PDF manual | Matthias Vogelgesang | 2014-01-22 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #25 from ufo-kit/roi | Matthias Vogelgesang | 2014-01-09 | 1 | -1/+114 | |
|\ | | | | | Add manual of the GObject Tango device | |||||
| * | Add manual of the GObject Tango device | Maria | 2014-01-09 | 1 | -1/+114 | |
| | | ||||||
* | | Merge pull request #24 from ufo-kit/roi | Matthias Vogelgesang | 2014-01-08 | 2 | -29/+104 | |
|\| | | | | | Draw ROI-rectangle | |||||
| * | Fix ROI-rectangle | Maria | 2014-01-08 | 1 | -0/+11 | |
| | | ||||||
| * | Draw ROI-rectangle | Maria | 2014-01-08 | 2 | -29/+93 | |
|/ | ||||||
* | Replace zoom combo box with toolbar buttons | Matthias Vogelgesang | 2013-12-13 | 2 | -79/+110 | |
| | ||||||
* | Fix another leak and simplify code | Matthias Vogelgesang | 2013-12-13 | 1 | -126/+129 | |
| | ||||||
* | Fix memory leak | Matthias Vogelgesang | 2013-12-13 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #22 from ufo-kit/roi | Matthias Vogelgesang | 2013-12-12 | 1 | -4/+19 | |
|\ | | | | | Fix statistics of ROI | |||||
| * | Fix statistics of ROI | Maria | 2013-12-12 | 1 | -4/+19 | |
|/ | ||||||
* | Merge pull request #21 from ufo-kit/roi | Matthias Vogelgesang | 2013-12-12 | 2 | -66/+343 | |
|\ | | | | | Add region of interest. | |||||
| * | Add region of interest. | Maria | 2013-12-12 | 2 | -66/+343 | |
| | | ||||||
* | | Fix #20: don't query props if pco is recording | Matthias Vogelgesang | 2013-12-12 | 2 | -3/+13 | |
| | | ||||||
* | | Add new API call uca_camera_is_recording | Matthias Vogelgesang | 2013-12-12 | 3 | -6/+21 | |
| | | ||||||
* | | Fix annotations and docstrings | Matthias Vogelgesang | 2013-12-12 | 2 | -3/+23 | |
| | | ||||||
* | | Fix g_test_init call by making argv non-const | Matthias Vogelgesang | 2013-12-12 | 1 | -1/+1 | |
|/ | ||||||
* | Use correct size, otherwise it crashes on 32 bit | Matthias Vogelgesang | 2013-12-12 | 1 | -1/+1 | |
| | ||||||
* | Guard property list with NULL | Matthias Vogelgesang | 2013-12-12 | 1 | -1/+2 | |
| | ||||||
* | Add ring buffer test | Matthias Vogelgesang | 2013-12-10 | 1 | -0/+75 | |
| | ||||||
* | Test the ring buffer on Travis | Matthias Vogelgesang | 2013-12-10 | 1 | -0/+1 | |
| | ||||||
* | Make ring buffer public | Matthias Vogelgesang | 2013-12-10 | 11 | -159/+341 | |
| | ||||||
* | Output the list of built plugins | Matthias Vogelgesang | 2013-11-08 | 1 | -0/+9 | |
| | ||||||
* | Fix #18: compile xkit if C++ compiler exists | Matthias Vogelgesang | 2013-11-08 | 1 | -1/+4 | |
| | ||||||
* | Mention the current configure style | Matthias Vogelgesang | 2013-11-07 | 1 | -10/+3 | |
| | ||||||
* | Fix include path in documentation | Matthias Vogelgesang | 2013-11-07 | 1 | -2/+2 | |
| | ||||||
* | fix plugin revisions | Mihael Koep | 2013-11-06 | 4 | -4/+4 | |
| | ||||||
* | improve package file naming | Mihael Koep | 2013-11-06 | 2 | -3/+3 | |
| | ||||||
* | Package binary programs in a 'tools' package. | Mihael Koep | 2013-11-06 | 3 | -4/+11 | |
| | | | | | | Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt | |||||
* | Make dexela plugin require libuca 1.3.0 | Mihael Koep | 2013-11-06 | 2 | -2/+4 | |
| | ||||||
* | Improve package information of pylon plugin. | Mihael Koep | 2013-11-06 | 2 | -0/+12 | |
| | ||||||
* | Many updates and bugfixes to pylon camera plugin. | Mihael Koep | 2013-11-06 | 3 | -6/+75 | |
| | ||||||
* | Fix pylon discovery. | Mihael Koep | 2013-11-06 | 2 | -0/+3 | |
| | ||||||
* | Return current width and height as roi. | Mihael Koep | 2013-11-06 | 3 | -5/+5 | |
| | ||||||
* | Make dexela plugin-ready and bump version. | Mihael Koep | 2013-11-06 | 2 | -7/+12 | |
| |