summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-04benchmark: fix unref if camera was not instantiatedMatthias Vogelgesang
2016-04-28Update rtd linkMatthias Vogelgesang
2016-04-26Fix assignment when no property is givenMatthias Vogelgesang
2016-04-26Add debug output of plugin module locationMatthias Vogelgesang
2016-04-01cli: pass -p/--property assignment to constructorMatthias Vogelgesang
2016-04-01Fix reference to wrong function nameMatthias Vogelgesang
2016-03-16Use consistent syntax in ConfigurePaths moduleMatthias Vogelgesang
2016-03-15Merge pull request #75 from saisasidhar/masterMatthias Vogelgesang
Building libuca for Windows
2016-03-15ADD: Camera Readout mode for benchmark toolSai Sasidhar Maddali
MIN: Moved start and stop timers to individual functions so they can be used when appropriately needed MIN: Updated exported symbol name in uca plugin - file
2016-03-15Win specific configure path for library installation pathSai Sasidhar Maddali
2016-03-15FIX: Symbol name exported by plugin is causing a recursive call in WindowsSai Sasidhar Maddali
2016-03-15ADD: Runtime installation target for WindowsSai Sasidhar Maddali
2016-02-16mock: remove binningsMatthias Vogelgesang
2016-02-16Remove binnings testMatthias Vogelgesang
2016-02-16Move sensor binnings array out to pluginMatthias Vogelgesang
2016-02-15grab: fix resource cleanup orderMatthias Vogelgesang
2016-02-15Do not stop camera when closing the objectMatthias Vogelgesang
This is an undocumented and in some cases unwanted side effect.
2016-02-10Use platform check to find correct pluginMatthias Vogelgesang
2016-02-10Remove G_VALUE_INITMatthias Vogelgesang
2016-02-10Specify link directory for better Windows supportMatthias Vogelgesang
2016-02-10Raise GLib dependency to 2.28Matthias Vogelgesang
g_list_free_full is only available since that version.
2016-02-01Faster zoom out, fix coordinatesMariaMatveeva
2016-01-29Fix segfaults with changing ROI or bitdepthMatthias Vogelgesang
2016-01-29file: fix TIFF metadata readMatthias Vogelgesang
2016-01-29Allow setting max bin value of histogramMatthias Vogelgesang
2016-01-28file: strip whitespace and improve error handlingMatthias Vogelgesang
2016-01-11Fix GUI zoom problemsMariaMatveeva
2016-01-11Fix statistics, zoomMariaMatveeva
2015-11-18Fix #69: revert back to fixed mock camera settingsMatthias Vogelgesang
The combination of CONSTRUCT_ONLY and READWRITE causes a) unnecessary warnings and b) confuses the TANGO server down below (see SCHNEIDE-661). Since adapting the mock camera size and bitdepth at run-time is not a high-priority feature, we reverted that change. In the future and if still required this should be solved through either compile-time defines or an environment variable.
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