Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure building command line tools | Matthias Vogelgesang | 2016-06-03 | 1 | -14/+6 |
| | |||||
* | file: fix reading of 32 bit TIFFs | Matthias Vogelgesang | 2016-05-11 | 1 | -3/+1 |
| | |||||
* | docs: improve layout a bit | Matthias Vogelgesang | 2016-05-04 | 1 | -8/+10 |
| | |||||
* | docs: add Windows build instructions | Matthias Vogelgesang | 2016-05-04 | 1 | -2/+61 |
| | |||||
* | benchmark: fix unref if camera was not instantiated | Matthias Vogelgesang | 2016-05-04 | 1 | -2/+4 |
| | |||||
* | Update rtd link | Matthias Vogelgesang | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | Fix assignment when no property is given | Matthias Vogelgesang | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | Add debug output of plugin module location | Matthias Vogelgesang | 2016-04-26 | 1 | -0/+1 |
| | |||||
* | cli: pass -p/--property assignment to constructor | Matthias Vogelgesang | 2016-04-01 | 4 | -7/+59 |
| | |||||
* | Fix reference to wrong function name | Matthias Vogelgesang | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Use consistent syntax in ConfigurePaths module | Matthias Vogelgesang | 2016-03-16 | 1 | -5/+5 |
| | |||||
* | Merge pull request #75 from saisasidhar/master | Matthias Vogelgesang | 2016-03-15 | 8 | -12/+67 |
|\ | | | | | Building libuca for Windows | ||||
| * | ADD: Camera Readout mode for benchmark tool | Sai Sasidhar Maddali | 2016-03-15 | 2 | -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 path | Sai Sasidhar Maddali | 2016-03-15 | 1 | -1/+5 |
| | | |||||
| * | FIX: Symbol name exported by plugin is causing a recursive call in Windows | Sai Sasidhar Maddali | 2016-03-15 | 3 | -3/+4 |
| | | |||||
| * | ADD: Runtime installation target for Windows | Sai Sasidhar Maddali | 2016-03-15 | 2 | -0/+2 |
|/ | |||||
* | mock: remove binnings | Matthias Vogelgesang | 2016-02-16 | 1 | -6/+0 |
| | |||||
* | Remove binnings test | Matthias Vogelgesang | 2016-02-16 | 1 | -16/+0 |
| | |||||
* | Move sensor binnings array out to plugin | Matthias Vogelgesang | 2016-02-16 | 2 | -42/+0 |
| | |||||
* | grab: fix resource cleanup order | Matthias Vogelgesang | 2016-02-15 | 1 | -2/+2 |
| | |||||
* | Do not stop camera when closing the object | Matthias Vogelgesang | 2016-02-15 | 1 | -11/+0 |
| | | | | This is an undocumented and in some cases unwanted side effect. | ||||
* | Use platform check to find correct plugin | Matthias Vogelgesang | 2016-02-10 | 1 | -0/+4 |
| | |||||
* | Remove G_VALUE_INIT | Matthias Vogelgesang | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Specify link directory for better Windows support | Matthias Vogelgesang | 2016-02-10 | 1 | -0/+2 |
| | |||||
* | Raise GLib dependency to 2.28 | Matthias Vogelgesang | 2016-02-10 | 1 | -4/+4 |
| | | | | g_list_free_full is only available since that version. | ||||
* | Faster zoom out, fix coordinates | MariaMatveeva | 2016-02-01 | 1 | -79/+104 |
| | |||||
* | Fix segfaults with changing ROI or bitdepth | Matthias Vogelgesang | 2016-01-29 | 1 | -18/+38 |
| | |||||
* | file: fix TIFF metadata read | Matthias Vogelgesang | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | Allow setting max bin value of histogram | Matthias Vogelgesang | 2016-01-29 | 2 | -0/+10 |
| | |||||
* | file: strip whitespace and improve error handling | Matthias Vogelgesang | 2016-01-28 | 1 | -5/+9 |
| | |||||
* | Fix GUI zoom problems | MariaMatveeva | 2016-01-11 | 1 | -104/+265 |
| | |||||
* | Fix statistics, zoom | MariaMatveeva | 2016-01-11 | 1 | -13/+17 |
| | |||||
* | Fix #69: revert back to fixed mock camera settings | Matthias Vogelgesang | 2015-11-18 | 2 | -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 Vogelgesang | 2015-10-22 | 1 | -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 benchmark | Matthias Vogelgesang | 2015-10-21 | 2 | -15/+12 |
| | |||||
* | Add uca_camera_parse_arg_props | Matthias Vogelgesang | 2015-10-21 | 2 | -0/+107 |
| | | | | Sets properties from a list of `prop=value` strings. | ||||
* | Improve benchmark output | Matthias Vogelgesang | 2015-10-20 | 1 | -19/+27 |
| | |||||
* | benchmark: count the number of dropped frames | Matthias Vogelgesang | 2015-10-02 | 1 | -5/+17 |
| | |||||
* | Fix #74: call grab in a separate thread | Matthias Vogelgesang | 2015-09-10 | 1 | -5/+9 |
| | |||||
* | Match plugin names correctly | Matthias Vogelgesang | 2015-08-13 | 1 | -2/+5 |
| | |||||
* | Don't free parameters if passes as transfer-none | Matthias Vogelgesang | 2015-08-13 | 1 | -21/+10 |
| | |||||
* | Increase maximum dimension of image attribute | Matthias Vogelgesang | 2015-08-10 | 1 | -1/+1 |
| | | | | Fixes problems with very large sensors such as CMOSIS2000. | ||||
* | Merge pull request #73 from miq/remove-anka-plugins | Matthias Vogelgesang | 2015-08-06 | 17 | -1424/+9 |
|\ | | | | | Remove ANKA plugins and change versioning scheme for bundled plugins | ||||
| * | Remove ANKA plugins and change versioning scheme for bundled plugins | Mihael Koep | 2015-08-06 | 17 | -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 release | Matthias Vogelgesang | 2015-07-21 | 1 | -0/+13 |
| | |||||
* | Refactor position display | Matthias Vogelgesang | 2015-07-20 | 1 | -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 condition | Matthias Vogelgesang | 2015-07-20 | 1 | -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 plugins | Matthias Vogelgesang | 2015-06-26 | 17 | -3650/+1 |
| | |||||
* | Fix ufo-kit/concert#373: same unit for ROI and mult | Matthias Vogelgesang | 2015-06-18 | 1 | -2/+2 |
| | |||||
* | Merge pull request #70 from ufo-kit/mock-indexed-readout | Matthias Vogelgesang | 2015-06-16 | 1 | -6/+67 |
|\ | | | | | Added uca_mock_camera_readout |