summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-22Include stdlib.h for atoi etc.Matthias Vogelgesang
With certain glibc/gcc versions, the function declarations are not known and wrong parameter types are assumed causing wrong conversion results.
2015-10-21Use prop parsing in grab and benchmarkMatthias Vogelgesang
2015-10-21Add uca_camera_parse_arg_propsMatthias Vogelgesang
Sets properties from a list of `prop=value` strings.
2015-10-20Improve benchmark outputMatthias Vogelgesang
2015-10-02benchmark: count the number of dropped framesMatthias Vogelgesang
2015-09-10Fix #74: call grab in a separate threadMatthias Vogelgesang
2015-08-13Match plugin names correctlyMatthias Vogelgesang
2015-08-13Don't free parameters if passes as transfer-noneMatthias Vogelgesang
2015-08-10Increase maximum dimension of image attributeMatthias Vogelgesang
Fixes problems with very large sensors such as CMOSIS2000.
2015-08-06Merge pull request #73 from miq/remove-anka-pluginsMatthias Vogelgesang
Remove ANKA plugins and change versioning scheme for bundled plugins
2015-08-06Remove ANKA plugins and change versioning scheme for bundled pluginsMihael Koep
ANKA plugins are developed and distributed separately like other plugins depending on vendor SDKs. The bundled plugins use libuca version as their version and depend on it directly. This ensures that they always match the libuca version and makes versioning more transparent for the end users. Conflicts: plugins/mock/CMakeLists.txt
2015-07-21Update NEWS for v2.1.1 releaseMatthias Vogelgesang
2015-07-20Refactor position displayMatthias Vogelgesang
Use single function to determine position and value. Also we now avoid string allocation and use a static string for the printing.
2015-07-20Fix #72: avoid race conditionMatthias Vogelgesang
The advance_buffers variable introduced in 954bcbc was not properly locked thus leading to race conditions in the UI update thread and the actual grab thread. With this change, we always grab into a single buffer that is updated whenever the GUI is ready. This avoids latencies but might cause noticeable tearing.
2015-06-26Fix #71: remove pco, pf and ufo pluginsMatthias Vogelgesang
2015-06-18Fix ufo-kit/concert#373: same unit for ROI and multMatthias Vogelgesang
2015-06-16Merge pull request #70 from ufo-kit/mock-indexed-readoutMatthias Vogelgesang
Added uca_mock_camera_readout
2015-06-16Added uca_mock_camera_readoutTimo Dritschler
Using the readout interface will prefix the frame counter in the image with a 'B' followed by its own specific counter for readout-calls
2015-06-12grab: allow setting the exposure timeMatthias Vogelgesang
2015-06-10pco: use Fg_stopAcquire in stop_readoutMatthias Vogelgesang
2015-06-10Release version 2.1.0Matthias Vogelgesang
2015-06-10pco: fix deadlock with streamed acquisitionMatthias Vogelgesang
2015-06-03pco: allocate memory also when just reading outMatthias Vogelgesang
2015-06-03pco: do not reset storage modeMatthias Vogelgesang
2015-06-02pco: implement uca_camera_readout()Matthias Vogelgesang
2015-06-02Add uca_camera_readout APIMatthias Vogelgesang
This call allows to readout arbitrary frames from internal camera buffers.
2015-06-02Fix wrong stop_readout checkMatthias Vogelgesang
2015-06-02Fix documentationMatthias Vogelgesang
2015-05-19Merge pull request #67 from ufo-kit/mock-dynamic-sizeMatthias Vogelgesang
Mock dynamic size
2015-05-19Changed test-mock to accomodate changes in mockTimo Dritschler
Property exposure-time in mock is now allways writable and can no longer be used for test Also, roi-width and roi-height are now set dynamically in mock and cant be used either
2015-05-19UcaCamera base class: Changed propertiesTimo Dritschler
Changed sensor-width, sensor-height and sensor-bitdepth to construct only Added uca_camera_pspec_set_writable mock: allow characterization at construction time Its now possible to set sensor-width, sensor-height and sensor-bitdepth at construction time Creation of random data is now controlled by a property and can be set while recording
2015-05-19Changed uca-camera-control property handlingTimo Dritschler
GUI now correctly understands that construction only properties can not be modified
2015-05-19Merge pull request #68 from miq/anka-plugins-for-2.0Matthias Vogelgesang
Anka plugins for 2.0
2015-05-18Camera plugins now require libuca >= 2.0 so update their versions tooMihael Koep
Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt
2015-05-18Correct the ROI dimensions respecting the binning modeMihael Koep
Conflicts: plugins/dexela/changelog.txt
2015-05-18Only allow symmetricall binningsMihael Koep
Other modes are technically possible but unsupported by the vendor. Since we experienced problems using asymmetrical binnings the plugin enforces symmetrical binnings.
2015-05-18Improve error handling on dexela camera initialisationMihael Koep
Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt
2015-05-18Update pylon and dexela plugins to the new trigger APIMihael Koep
2015-05-13Fix wrong place of write check caused by 453701eddMatthias Vogelgesang
2015-05-13file: signal change of ROI and bitdepthMatthias Vogelgesang
2015-05-13file: read complete filename pathMatthias Vogelgesang
2015-05-07Really add FindClserSisMatthias Vogelgesang
2015-05-06ufo: update trigger policyMatthias Vogelgesang
2015-04-24Release version 2.0Matthias Vogelgesang
2015-04-24Fix async benchmarksMatthias Vogelgesang
2015-04-24ufo: fix async modeMatthias Vogelgesang
pcilib_start must be called before the grab thread is started.
2015-04-23Call async where async is expectedMatthias Vogelgesang
2015-04-22Explicitly disable async modeMatthias Vogelgesang
2015-04-22Benchmark more mode combinationsMatthias Vogelgesang
2015-04-21tango: list tifffile as dependencyMatthias Vogelgesang