summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove ANKA plugins and change versioning scheme for bundled pluginsMihael Koep2015-08-061-4/+0
| | | | | | | | | | | | 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
* Add software roi feature to dexela pluginMihael Koep2014-09-171-0/+4
|
* Make ring buffer publicMatthias Vogelgesang2013-12-101-0/+2
|
* Cleanup CMakeLists.txtMatthias Vogelgesang2013-10-291-6/+3
|
* Split gui and tools and add preliminary TIFF writeMatthias Vogelgesang2013-04-101-0/+3
|
* Fix mock unit testMatthias Vogelgesang2012-09-281-23/+4
|
* Move tools from test/ to tools/ directoryMatthias Vogelgesang2012-09-251-54/+3
|
* Port perf overhead toolMatthias Vogelgesang2012-09-211-0/+2
|
* Port grab-async to new plugin managerMatthias Vogelgesang2012-09-211-8/+2
|
* Port the unit tests to the plugin managerMatthias Vogelgesang2012-09-211-15/+11
|
* Port control GUI to use the plugin managerMatthias Vogelgesang2012-09-211-17/+17
|
* Make most cameras pluginsMatthias Vogelgesang2012-09-191-2/+2
|
* Initial plugin managerMatthias Vogelgesang2012-09-191-45/+45
|
* Bump to release version 1.0Matthias Vogelgesang2012-09-191-2/+0
|
* Add gtester xslMatthias Vogelgesang2012-08-101-14/+19
|
* Merge branch 'ipe-basler'Matthias Vogelgesang2012-08-101-1/+22
|\ | | | | | | | | Conflicts: src/CMakeLists.txt
| * added variables with which building of test/control and reference ↵Volker Kaiser2012-08-021-1/+5
| | | | | | | | documentation can be disabled
| * use LIBPYLONCAM_LIBDIR also in testsVolker Kaiser2012-08-021-1/+1
| |
| * fixed pylon buildVolker Kaiser2012-08-011-1/+0
| |
| * reduced differences to masterVolker Kaiser2012-08-011-7/+0
| |
| * extracted pylon_camera C-wrapper into own project; enhanced cmake build for ↵Volker Kaiser2012-08-011-0/+14
| | | | | | | | pylon cameras
| * working on baslerVolker Kaiser2012-07-261-4/+3
| |
| * pylon (basler) camera addedVolker Kaiser2012-07-261-0/+12
| |
* | Update benchmark toolMatthias Vogelgesang2012-08-071-0/+2
|/ | | | | | The tool measures the bandwidth performance of a supplied camera. It outputs the results in standard space separated format that can be read with Numpy's loadtxt function.
* Install glade file into prefix/share/libucaMatthias Vogelgesang2012-07-181-12/+13
|
* Add property tree viewMatthias Vogelgesang2012-07-041-1/+4
| | | | | | | | | The standard tree view widget is not capable of setting individual cell renderers per row. Thus I made one with a custom cell renderer that uses an appropriate cell renderer depending of the property type. I developed this independently and put it up on Github at https://github.com/matze/EggPropertyTreeView.
* Re-implement asynchronous data acquisitionMatthias Vogelgesang2012-06-201-2/+3
|
* Drop -gobject suffixMatthias Vogelgesang2012-04-201-28/+16
|
* Export base properties and string arrayMatthias Vogelgesang2012-04-191-6/+8
| | | | | | | The benefits are two-fold: Camera implementations "know" which base properties exist without looking into the implementation source. Moreover, they can re-use the property strings rather than stating them over and over again. These change should reduce potential c&p errors.
* Require Gtk+ 2.22Matthias Vogelgesang2012-04-171-1/+1
| | | | | The control application will not be built on the Hudson server and thus not break the build.
* This test is unnecessaryMatthias Vogelgesang2012-04-161-7/+0
|
* Port control application to libuca 0.6Matthias Vogelgesang2012-04-161-11/+9
|
* Add test to measure lib overheadMatthias Vogelgesang2012-04-021-0/+7
|
* Merge patch from Volker KaiserMatthias Vogelgesang2012-03-211-3/+3
|
* Implement single frame grabbingMatthias Vogelgesang2012-03-061-1/+2
|
* Add test facility that uniformly tests all camerasMatthias Vogelgesang2012-03-051-0/+7
|
* Use property notification instead of signalMatthias Vogelgesang2012-03-051-6/+6
| | | | | | | Up to this point we used a custom signal to notify about starting and stopping recording of data. However, such signals come (almost) for free for each property. This way, you can query "is-recording" but also be notified when "is-recording" was changed by the camera itself.
* Add start/stop signalMatthias Vogelgesang2012-03-031-6/+6
|
* Make UcaCamera a base class not an interfaceMatthias Vogelgesang2012-03-021-0/+7
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-011-22/+24
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-011-0/+14
|
* Add: "control" application monitoring `grab`Matthias Vogelgesang2011-09-071-0/+1
|
* Use GtkBuilder.connect_signals and optimize data conversionMatthias Vogelgesang2011-08-091-2/+1
|
* MergeMatthias Vogelgesang2011-05-121-0/+2
|\
| * Explicitly link GThread on systems that don't do when just linking against GLibMatthias Vogelgesang2011-05-041-0/+2
|/
* Add basic (not working) benchmarkMatthias Vogelgesang2011-03-221-0/+2
|
* Expose grab-by-callback via camera and add asynchronous grabbing exampleMatthias Vogelgesang2011-03-171-0/+2
|
* Copy UI file into appropriate placeMatthias Vogelgesang2011-03-071-0/+3
|
* Fix grabber bug and add Gtk control applicationMatthias Vogelgesang2011-03-071-0/+16
|
* Add grab exampleMatthias Vogelgesang2011-02-281-2/+4
|