summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #35 from miq/anka_plugin_updatesMatthias Vogelgesang2014-04-099-74/+95
|\ | | | | Anka plugin updates
| * Remove unnecessary allocationMihael Koep2014-04-093-7/+6
| | | | | | | | | | We now require libpyloncam 0.3.0 or better and got rid of a unnecessary memory check and allocation
| * Make pylon plugin compatible with current libucaMihael Koep2014-04-095-66/+85
| |
| * Improve lookup of libdexela headersMihael Koep2014-04-091-1/+1
| |
| * Update dexela plugin to libdexela 1.1.0Mihael Koep2014-04-093-5/+8
|/
* Use g_list_free_full instead of list_free_fullMatthias Vogelgesang2014-04-071-9/+2
|
* Fix one more leakMatthias Vogelgesang2014-04-071-0/+1
|
* Fix some minor memory leaksMatthias Vogelgesang2014-04-072-2/+12
|
* Build xkit pluginMaria2014-04-013-13/+9
|
* Fix documentation warningsMatthias Vogelgesang2014-03-051-0/+2
|
* Fix annotationsMatthias Vogelgesang2014-03-052-7/+31
|
* Silence g-ir-scanner toolMatthias Vogelgesang2014-03-051-0/+1
|
* pco: Add fast-scan propertyMatthias Vogelgesang2014-03-031-0/+27
|
* Remove debug outputMatthias Vogelgesang2014-03-031-1/+0
|
* Merge pull request #33 from miq/mock_fixMatthias Vogelgesang2014-02-272-15/+16
|\ | | | | Fix memory corruption if using ROIs
| * Fix memory corruption if using ROIsMihael Koep2014-02-272-15/+16
|/ | | | | | | | 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
* Fix setting frame rateMatthias Vogelgesang2014-02-201-15/+19
|
* ufo: Allow setting framerateMatthias Vogelgesang2014-02-201-22/+41
|
* Fix ufo compilationMatthias Vogelgesang2014-02-201-0/+2
|
* ufo: Set frame rate accordinglyMatthias Vogelgesang2014-02-201-6/+15
|
* Add compatibility layer for new thread APIMatthias Vogelgesang2014-02-182-0/+9
|
* Remove debug outputMatthias Vogelgesang2014-02-141-4/+0
|
* Fix #14: use old exposure time code for pco.4000Matthias Vogelgesang2014-02-141-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-bufferingMatthias Vogelgesang2014-02-147-35/+195
|\ | | | | Add buffered recording to base class
| * Fix #28: Add buffered recording to base classMatthias Vogelgesang2014-02-147-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 bufferMatthias Vogelgesang2014-02-146-137/+153
|
* Merge pull request #29 from ufo-kit/mockCameraImprovementsMatthias Vogelgesang2014-02-131-10/+43
|\ | | | | Mock camera improvements
| * Changed the mock Camera to produce a more predictable test pattern.Timo Dritschler2014-02-131-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 pathMatthias Vogelgesang2014-02-123-5/+3
|/
* Use MSB of "control" for frequency determinationMatthias Vogelgesang2014-01-301-1/+1
|
* ufo: fix reading the frequency flagMatthias Vogelgesang2014-01-291-1/+1
|
* Use XeTeX to build PDF manualMatthias Vogelgesang2014-01-221-1/+1
|
* Merge pull request #25 from ufo-kit/roiMatthias Vogelgesang2014-01-091-1/+114
|\ | | | | Add manual of the GObject Tango device
| * Add manual of the GObject Tango deviceMaria2014-01-091-1/+114
| |
* | Merge pull request #24 from ufo-kit/roiMatthias Vogelgesang2014-01-082-29/+104
|\| | | | | Draw ROI-rectangle
| * Fix ROI-rectangleMaria2014-01-081-0/+11
| |
| * Draw ROI-rectangleMaria2014-01-082-29/+93
|/
* Replace zoom combo box with toolbar buttonsMatthias Vogelgesang2013-12-132-79/+110
|
* 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
|