summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Accept anything else than 8 bit as 16 bitsMatthias Vogelgesang2012-10-121-3/+1
| | | | | | | | | | | | For now, there is no other possible format.
* | | Control memory size via command lineMatthias Vogelgesang2012-10-123-38/+76
| | |
* | | Add ring buffer recording for assessmentMatthias Vogelgesang2012-10-126-75/+246
| | |
* | | Update API callMatthias Vogelgesang2012-10-111-1/+1
| | |
* | | Use updated gtester.xml by Mihael KoepMatthias Vogelgesang2012-10-111-5/+7
| | |
* | | Implement adjustable histogramMatthias Vogelgesang2012-10-115-106/+316
| | |
* | | Don't set the maximum size of the preview imageMatthias Vogelgesang2012-10-111-2/+0
| | |
* | | Link explicitly against libmMatthias Vogelgesang2012-10-111-1/+3
| | |
* | | Disable unused variablesMatthias Vogelgesang2012-10-101-4/+4
| | |
* | | Implement experimental histogram viewMatthias Vogelgesang2012-10-107-43/+400
| | |
* | | (De-) activate tool buttons according to stateMatthias Vogelgesang2012-10-102-60/+59
| | |
* | | Add histogram view skeletonMatthias Vogelgesang2012-10-103-1/+156
| | |
* | | Use scrolled window for camera choiceMatthias Vogelgesang2012-10-101-8/+18
| | |
* | | Remove unneccessary variableMatthias Vogelgesang2012-10-101-2/+0
| | |
* | | Set timestamp as enum not flagMatthias Vogelgesang2012-10-101-1/+1
| | |
* | | Use correct pixel rate property nameMatthias Vogelgesang2012-10-101-1/+1
| | |
* | | More elegant error reporting when libpco failsMatthias Vogelgesang2012-10-101-48/+52
| | |
* | | Fix #151: Rename trigger enum valueMatthias Vogelgesang2012-10-097-22/+34
| | |
* | | Set sane default exposure timeMatthias Vogelgesang2012-10-091-0/+1
| | |
* | | Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang2012-10-094-20/+139
| | | | | | | | | | | | | | | Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp.
* | | Fix #149: Make timestamp mode an enumMatthias Vogelgesang2012-10-092-26/+21
| | |
* | | Load correct framegrabber pluginMatthias Vogelgesang2012-10-091-1/+1
| | |
* | | Add packages and bindings sectionsMatthias Vogelgesang2012-10-081-4/+47
| | |
* | | Introspection has to be in the NEWSMatthias Vogelgesang2012-10-081-1/+6
| | |
* | | Generate introspection filesMatthias Vogelgesang2012-10-0812-17/+74
| | | | | | | | | | | | | | | | | | Unfortunately, the gir tools recognize anything with $PREFIX_new_$SUFFIX as some kind of constructor. This means that we have to rename uca_plugin_manager_new_camera() to uca_plugin_manager_get_camera().
* | | Remove uca_camera_get_types from public APIMatthias Vogelgesang2012-10-081-13/+20
| | | | | | | | | | | | This functionality was moved to the plugin manager and could not be used anyway.
* | | Generate documentation for the base camera objectMatthias Vogelgesang2012-10-083-7/+80
| | |
* | | Fix #114: look for SISO rt in /opt/sisoMatthias Vogelgesang2012-10-012-0/+4
| | |
* | | Define plugins as C projectsMatthias Vogelgesang2012-10-016-6/+6
| | | | | | | | | | | | | | | Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
* | | Fix mock unit testMatthias Vogelgesang2012-09-281-23/+4
| | |
* | | Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-2820-167/+220
| | | | | | | | | | | | | | | | | | ... and build a package for each camera. Moreover, for some reason we can live without the CMake generated spec file for RPM generation. AFAICS, the RPMs are prefixed correctly.
* | | Generalized log generationMatthias Vogelgesang2012-09-265-30/+27
| | |
* | | Add change log to manualMatthias Vogelgesang2012-09-264-2/+32
| | |
* | | Merge branch '1.0'Matthias Vogelgesang2012-09-261-1/+1
|\ \ \ | | |/ | |/|
| * | Set SO version to major not minor versionMatthias Vogelgesang2012-09-261-1/+1
| | | | | | | | | | | | | | | Fortunately, no one really used the 0.6-rc1 version which would have a higher SO version than 1.0.
* | | Add CMakeLists.txt for control GUIMatthias Vogelgesang2012-09-251-0/+39
| | |
* | | Move tools from test/ to tools/ directoryMatthias Vogelgesang2012-09-2513-275/+21
| | |
* | | Fix #139: Lock API functionsMatthias Vogelgesang2012-09-251-73/+111
| | |
* | | Add documentation generator and mock docsMatthias Vogelgesang2012-09-216-0/+256
| | |
* | | Port perf overhead toolMatthias Vogelgesang2012-09-212-42/+82
| | |
* | | Merge branch 'plugins'Matthias Vogelgesang2012-09-2124-892/+1107
|\ \ \
| * | | Port grab-async to new plugin managerMatthias Vogelgesang2012-09-212-12/+42
| | | |
| * | | Remove obsolete test toolsMatthias Vogelgesang2012-09-213-215/+0
| | | |
| * | | Port the unit tests to the plugin managerMatthias Vogelgesang2012-09-212-101/+107
| | | |
| * | | Port control GUI to use the plugin managerMatthias Vogelgesang2012-09-212-127/+141
| | | |
| * | | Rename g_list_free_full to list_free_fullMatthias Vogelgesang2012-09-211-3/+3
| | | | | | | | | | | | | | | | This got really implemented with GLib 2.28, so the names clash.
| * | | Update to a more readable styleMatthias Vogelgesang2012-09-211-20/+75
| | | |
| * | | Add docstringsMatthias Vogelgesang2012-09-201-4/+29
| | | |
| * | | Add notice about the plugin managerMatthias Vogelgesang2012-09-201-0/+20
| | | |
| * | | Update documentationMatthias Vogelgesang2012-09-191-29/+14
| | | |