summaryrefslogtreecommitdiff
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-14Merge pull request #31 from ufo-kit/add-frame-bufferingMatthias Vogelgesang
Add buffered recording to base class
2014-02-14Fix #28: Add buffered recording to base classMatthias Vogelgesang
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.
2014-02-14Use read-write ring bufferMatthias Vogelgesang
2014-02-13Merge pull request #29 from ufo-kit/mockCameraImprovementsMatthias Vogelgesang
Mock camera improvements
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-02-12Add configured install path to plugin search pathMatthias Vogelgesang
2014-01-30Use MSB of "control" for frequency determinationMatthias Vogelgesang
2014-01-29ufo: fix reading the frequency flagMatthias Vogelgesang
2014-01-22Use XeTeX to build PDF manualMatthias Vogelgesang
2014-01-09Merge pull request #25 from ufo-kit/roiMatthias Vogelgesang
Add manual of the GObject Tango device
2014-01-09Add manual of the GObject Tango deviceMaria
2014-01-08Merge pull request #24 from ufo-kit/roiMatthias Vogelgesang
Draw ROI-rectangle
2014-01-08Fix ROI-rectangleMaria
2014-01-08Draw ROI-rectangleMaria
2013-12-13Replace zoom combo box with toolbar buttonsMatthias Vogelgesang
2013-12-13Fix another leak and simplify codeMatthias Vogelgesang
2013-12-13Fix memory leakMatthias Vogelgesang
2013-12-12Merge pull request #22 from ufo-kit/roiMatthias Vogelgesang
Fix statistics of ROI
2013-12-12Fix statistics of ROIMaria
2013-12-12Merge pull request #21 from ufo-kit/roiMatthias Vogelgesang
Add region of interest.
2013-12-12Add region of interest.Maria
2013-12-12Fix #20: don't query props if pco is recordingMatthias Vogelgesang
2013-12-12Add new API call uca_camera_is_recordingMatthias Vogelgesang
2013-12-12Fix annotations and docstringsMatthias Vogelgesang
2013-12-12Fix g_test_init call by making argv non-constMatthias Vogelgesang
2013-12-12Use correct size, otherwise it crashes on 32 bitMatthias Vogelgesang
2013-12-12Guard property list with NULLMatthias Vogelgesang
2013-12-10Add ring buffer testMatthias Vogelgesang
2013-12-10Test the ring buffer on TravisMatthias Vogelgesang
2013-12-10Make ring buffer publicMatthias Vogelgesang
2013-11-08Output the list of built pluginsMatthias Vogelgesang
2013-11-08Fix #18: compile xkit if C++ compiler existsMatthias Vogelgesang
2013-11-07Mention the current configure styleMatthias Vogelgesang
2013-11-07Fix include path in documentationMatthias Vogelgesang
2013-11-06fix plugin revisionsMihael Koep
2013-11-06improve package file namingMihael Koep
2013-11-06Package binary programs in a 'tools' package.Mihael Koep
Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt
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-06Merge pull request #16 from ufo-kit/get_coordsMariaMatveeva
Add more statistics
2013-11-06Add more statisticsMaria
2013-11-05Fix uninitialized variablesMatthias Vogelgesang
2013-11-05Fix #15: set correct pixel sizes for pco.*Matthias Vogelgesang
2013-10-31Fix bit depth information of pco camerasMatthias Vogelgesang