Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove binnings test | Matthias Vogelgesang | 2016-02-16 | 1 | -16/+0 |
| | |||||
* | Remove G_VALUE_INIT | Matthias Vogelgesang | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Remove ANKA plugins and change versioning scheme for bundled plugins | Mihael Koep | 2015-08-06 | 2 | -89/+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 | ||||
* | Changed test-mock to accomodate changes in mock | Timo Dritschler | 2015-05-19 | 1 | -10/+11 |
| | | | | | Property exposure-time in mock is now allways writable and can no longer be used for test Also, roi-width and roi-height are now set dynamically in mock and cant be used either | ||||
* | Added test case for 'no write during acquisition' policy | Timo Dritschler | 2015-03-09 | 1 | -1/+5 |
| | |||||
* | Added new get_camerah (Get Camera Hash) interface to Pugin Manager | Timo Dritschler | 2014-12-10 | 1 | -0/+36 |
| | | | | Added unit-test to test/test-mock for the new get_camerah interface | ||||
* | Fix dexela software roi for multi-byte images | Mihael Koep | 2014-09-17 | 1 | -11/+43 |
| | |||||
* | Add software roi feature to dexela plugin | Mihael Koep | 2014-09-17 | 2 | -0/+57 |
| | |||||
* | Add test for buffered recording | Matthias Vogelgesang | 2014-09-15 | 1 | -0/+39 |
| | |||||
* | Fix #41: add write accessibility API | Matthias Vogelgesang | 2014-08-13 | 1 | -1/+30 |
| | |||||
* | Simplify test setup | Matthias Vogelgesang | 2014-08-13 | 1 | -14/+25 |
| | |||||
* | Fix re-setting a unit on the same camera class | Matthias Vogelgesang | 2014-08-13 | 1 | -5/+2 |
| | |||||
* | Reset all property units and warn on override | Matthias Vogelgesang | 2014-08-07 | 1 | -0/+10 |
| | |||||
* | Avoid annoying g_type_init deprecation warnings | Matthias Vogelgesang | 2014-07-30 | 2 | -1/+6 |
| | |||||
* | Fixed a bug in mock plugin | Timo Dritschler | 2014-07-29 | 1 | -4/+4 |
| | | | | Fixed test-mock still using obsolete 'frame-rate' property | ||||
* | Fix #28: Add buffered recording to base class | Matthias Vogelgesang | 2014-02-14 | 1 | -0/+4 |
| | | | | | | | This change adds new properties ::buffered and ::num-buffers to the base class. If ::buffered is TRUE, uca_camera_start_recording will spawn a new thread which will call the camera-specific grab. Any call to uca_camera_grab will return the next item from the ring buffer. | ||||
* | Use read-write ring buffer | Matthias Vogelgesang | 2014-02-14 | 1 | -8/+30 |
| | |||||
* | Add new API call uca_camera_is_recording | Matthias Vogelgesang | 2013-12-12 | 1 | -6/+4 |
| | |||||
* | Fix g_test_init call by making argv non-const | Matthias Vogelgesang | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | Use correct size, otherwise it crashes on 32 bit | Matthias Vogelgesang | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | Add ring buffer test | Matthias Vogelgesang | 2013-12-10 | 1 | -0/+75 |
| | |||||
* | Make ring buffer public | Matthias Vogelgesang | 2013-12-10 | 1 | -0/+2 |
| | |||||
* | Cleanup CMakeLists.txt | Matthias Vogelgesang | 2013-10-29 | 1 | -6/+3 |
| | |||||
* | Split gui and tools and add preliminary TIFF write | Matthias Vogelgesang | 2013-04-10 | 1 | -0/+3 |
| | |||||
* | Use GInitable to pass properties to plugins | Matthias Vogelgesang | 2013-03-13 | 1 | -2/+4 |
| | |||||
* | Set plugin path to the built mock module | Matthias Vogelgesang | 2013-02-18 | 1 | -2/+17 |
| | |||||
* | Add temperature unit and descriptions for pco | Matthias Vogelgesang | 2012-10-16 | 1 | -0/+4 |
| | |||||
* | Integrate initial unit facility | Matthias Vogelgesang | 2012-10-16 | 1 | -0/+8 |
| | |||||
* | Use updated gtester.xml by Mihael Koep | Matthias Vogelgesang | 2012-10-11 | 1 | -5/+7 |
| | |||||
* | Fix #150: Add "frames-per-second" property | Matthias Vogelgesang | 2012-10-09 | 1 | -0/+21 |
| | | | | | Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp. | ||||
* | Generate introspection files | Matthias Vogelgesang | 2012-10-08 | 1 | -2/+2 |
| | | | | | | 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(). | ||||
* | Fix mock unit test | Matthias Vogelgesang | 2012-09-28 | 1 | -23/+4 |
| | |||||
* | Move tools from test/ to tools/ directory | Matthias Vogelgesang | 2012-09-25 | 12 | -2483/+3 |
| | |||||
* | Port perf overhead tool | Matthias Vogelgesang | 2012-09-21 | 2 | -42/+82 |
| | |||||
* | Port grab-async to new plugin manager | Matthias Vogelgesang | 2012-09-21 | 2 | -12/+42 |
| | |||||
* | Remove obsolete test tools | Matthias Vogelgesang | 2012-09-21 | 3 | -215/+0 |
| | |||||
* | Port the unit tests to the plugin manager | Matthias Vogelgesang | 2012-09-21 | 2 | -101/+107 |
| | |||||
* | Port control GUI to use the plugin manager | Matthias Vogelgesang | 2012-09-21 | 2 | -127/+141 |
| | |||||
* | Make most cameras plugins | Matthias Vogelgesang | 2012-09-19 | 3 | -21/+32 |
| | |||||
* | Fix segfault | Matthias Vogelgesang | 2012-09-19 | 1 | -3/+1 |
| | |||||
* | Initial plugin manager | Matthias Vogelgesang | 2012-09-19 | 3 | -58/+76 |
| | |||||
* | Bump to release version 1.0 | Matthias Vogelgesang | 2012-09-19 | 1 | -2/+0 |
| | |||||
* | Add gtester xsl | Matthias Vogelgesang | 2012-08-10 | 2 | -14/+89 |
| | |||||
* | Merge branch 'ipe-basler' | Matthias Vogelgesang | 2012-08-10 | 3 | -2/+120 |
|\ | | | | | | | | | Conflicts: src/CMakeLists.txt | ||||
| * | added variables with which building of test/control and reference ↵ | Volker Kaiser | 2012-08-02 | 1 | -1/+5 |
| | | | | | | | | documentation can be disabled | ||||
| * | use LIBPYLONCAM_LIBDIR also in tests | Volker Kaiser | 2012-08-02 | 1 | -1/+1 |
| | | |||||
| * | fixed pylon build | Volker Kaiser | 2012-08-01 | 1 | -1/+0 |
| | | |||||
| * | reduced differences to master | Volker Kaiser | 2012-08-01 | 1 | -7/+0 |
| | | |||||
| * | extracted pylon_camera C-wrapper into own project; enhanced cmake build for ↵ | Volker Kaiser | 2012-08-01 | 1 | -0/+14 |
| | | | | | | | | pylon cameras | ||||
| * | working on basler | Volker Kaiser | 2012-07-26 | 1 | -4/+3 |
| | |