summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-22Fix documentationMatthias Vogelgesang
2014-07-22Merge pull request #37 from ufo-kit/direct-xkit-accessMatthias Vogelgesang
Use direct UDP xkit access
2014-07-22Use direct UDP communication for xkitMatthias Vogelgesang
2014-07-11Remove static property docs and Markdown manualMatthias Vogelgesang
2014-07-11Fix some minor doc problemsMatthias Vogelgesang
2014-07-11Update READMEMatthias Vogelgesang
2014-07-11Split up the manualMatthias Vogelgesang
2014-07-11Move to Sphinx-based documentationMatthias Vogelgesang
2014-07-04Install libtiff4-dev to build file cameraMatthias Vogelgesang
2014-07-04Add TIFF file based cameraMatthias Vogelgesang
2014-06-06Merge pull request #36 from ufo-kit/FixStringPropsMatthias Vogelgesang
Fixed segfault when editing string properties in GUI
2014-06-06Fixed segfault when editing string properties in GUITimo Dritschler
2014-04-16Fixed zoomMaria
2014-04-09Merge pull request #35 from miq/anka_plugin_updatesMatthias Vogelgesang
Anka plugin updates
2014-04-09Remove unnecessary allocationMihael Koep
We now require libpyloncam 0.3.0 or better and got rid of a unnecessary memory check and allocation
2014-04-09Make pylon plugin compatible with current libucaMihael Koep
2014-04-09Improve lookup of libdexela headersMihael Koep
2014-04-09Update dexela plugin to libdexela 1.1.0Mihael Koep
2014-04-07Use g_list_free_full instead of list_free_fullMatthias Vogelgesang
2014-04-07Fix one more leakMatthias Vogelgesang
2014-04-07Fix some minor memory leaksMatthias Vogelgesang
2014-04-01Build xkit pluginMaria
2014-03-05Fix documentation warningsMatthias Vogelgesang
2014-03-05Fix annotationsMatthias Vogelgesang
2014-03-05Silence g-ir-scanner toolMatthias Vogelgesang
2014-03-03pco: Add fast-scan propertyMatthias Vogelgesang
2014-03-03Remove debug outputMatthias Vogelgesang
2014-02-27Merge pull request #33 from miq/mock_fixMatthias Vogelgesang
Fix memory corruption if using ROIs
2014-02-27Fix memory corruption if using ROIsMihael Koep
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
2014-02-20Fix setting frame rateMatthias Vogelgesang
2014-02-20ufo: Allow setting framerateMatthias Vogelgesang
2014-02-20Fix ufo compilationMatthias Vogelgesang
2014-02-20ufo: Set frame rate accordinglyMatthias Vogelgesang
2014-02-18Add compatibility layer for new thread APIMatthias Vogelgesang
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