summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* info: do not list property if name not givenMatthias Vogelgesang2016-06-031-2/+2
|
* Add uca-info tool to print current prop valuesMatthias Vogelgesang2016-06-032-2/+123
|
* Restructure building command line toolsMatthias Vogelgesang2016-06-031-14/+6
|
* file: fix reading of 32 bit TIFFsMatthias Vogelgesang2016-05-111-3/+1
|
* docs: improve layout a bitMatthias Vogelgesang2016-05-041-8/+10
|
* docs: add Windows build instructionsMatthias Vogelgesang2016-05-041-2/+61
|
* benchmark: fix unref if camera was not instantiatedMatthias Vogelgesang2016-05-041-2/+4
|
* Update rtd linkMatthias Vogelgesang2016-04-281-1/+1
|
* Fix assignment when no property is givenMatthias Vogelgesang2016-04-261-1/+1
|
* Add debug output of plugin module locationMatthias Vogelgesang2016-04-261-0/+1
|
* cli: pass -p/--property assignment to constructorMatthias Vogelgesang2016-04-014-7/+59
|
* Fix reference to wrong function nameMatthias Vogelgesang2016-04-011-1/+1
|
* Use consistent syntax in ConfigurePaths moduleMatthias Vogelgesang2016-03-161-5/+5
|
* Merge pull request #75 from saisasidhar/masterMatthias Vogelgesang2016-03-158-12/+67
|\ | | | | Building libuca for Windows
| * ADD: Camera Readout mode for benchmark toolSai Sasidhar Maddali2016-03-152-8/+56
| | | | | | | | | | | | 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
| * Win specific configure path for library installation pathSai Sasidhar Maddali2016-03-151-1/+5
| |
| * FIX: Symbol name exported by plugin is causing a recursive call in WindowsSai Sasidhar Maddali2016-03-153-3/+4
| |
| * ADD: Runtime installation target for WindowsSai Sasidhar Maddali2016-03-152-0/+2
|/
* mock: remove binningsMatthias Vogelgesang2016-02-161-6/+0
|
* Remove binnings testMatthias Vogelgesang2016-02-161-16/+0
|
* Move sensor binnings array out to pluginMatthias Vogelgesang2016-02-162-42/+0
|
* grab: fix resource cleanup orderMatthias Vogelgesang2016-02-151-2/+2
|
* Do not stop camera when closing the objectMatthias Vogelgesang2016-02-151-11/+0
| | | | This is an undocumented and in some cases unwanted side effect.
* Use platform check to find correct pluginMatthias Vogelgesang2016-02-101-0/+4
|
* Remove G_VALUE_INITMatthias Vogelgesang2016-02-101-1/+1
|
* Specify link directory for better Windows supportMatthias Vogelgesang2016-02-101-0/+2
|
* Raise GLib dependency to 2.28Matthias Vogelgesang2016-02-101-4/+4
| | | | g_list_free_full is only available since that version.
* Faster zoom out, fix coordinatesMariaMatveeva2016-02-011-79/+104
|
* Fix segfaults with changing ROI or bitdepthMatthias Vogelgesang2016-01-291-18/+38
|
* file: fix TIFF metadata readMatthias Vogelgesang2016-01-291-1/+1
|
* Allow setting max bin value of histogramMatthias Vogelgesang2016-01-292-0/+10
|
* file: strip whitespace and improve error handlingMatthias Vogelgesang2016-01-281-5/+9
|
* Fix GUI zoom problemsMariaMatveeva2016-01-111-104/+265
|
* Fix statistics, zoomMariaMatveeva2016-01-111-13/+17
|
* Fix #69: revert back to fixed mock camera settingsMatthias Vogelgesang2015-11-182-26/+13
| | | | | | | | 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.
* Include stdlib.h for atoi etc.Matthias Vogelgesang2015-10-221-0/+1
| | | | | With certain glibc/gcc versions, the function declarations are not known and wrong parameter types are assumed causing wrong conversion results.
* Use prop parsing in grab and benchmarkMatthias Vogelgesang2015-10-212-15/+12
|
* Add uca_camera_parse_arg_propsMatthias Vogelgesang2015-10-212-0/+107
| | | | Sets properties from a list of `prop=value` strings.
* Improve benchmark outputMatthias Vogelgesang2015-10-201-19/+27
|
* benchmark: count the number of dropped framesMatthias Vogelgesang2015-10-021-5/+17
|
* Fix #74: call grab in a separate threadMatthias Vogelgesang2015-09-101-5/+9
|
* Match plugin names correctlyMatthias Vogelgesang2015-08-131-2/+5
|
* Don't free parameters if passes as transfer-noneMatthias Vogelgesang2015-08-131-21/+10
|
* Increase maximum dimension of image attributeMatthias Vogelgesang2015-08-101-1/+1
| | | | Fixes problems with very large sensors such as CMOSIS2000.
* Merge pull request #73 from miq/remove-anka-pluginsMatthias Vogelgesang2015-08-0617-1424/+9
|\ | | | | Remove ANKA plugins and change versioning scheme for bundled plugins
| * Remove ANKA plugins and change versioning scheme for bundled pluginsMihael Koep2015-08-0617-1424/+9
|/ | | | | | | | | | | | 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
* Update NEWS for v2.1.1 releaseMatthias Vogelgesang2015-07-211-0/+13
|
* Refactor position displayMatthias Vogelgesang2015-07-201-74/+48
| | | | | Use single function to determine position and value. Also we now avoid string allocation and use a static string for the printing.
* Fix #72: avoid race conditionMatthias Vogelgesang2015-07-201-34/+18
| | | | | | | 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.
* Fix #71: remove pco, pf and ufo pluginsMatthias Vogelgesang2015-06-2617-3650/+1
|