| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-14 | Fix #28: Add buffered recording to base class | Matthias Vogelgesang | |
| 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. | |||
| 2014-02-14 | Use read-write ring buffer | Matthias Vogelgesang | |
| 2013-12-12 | Add new API call uca_camera_is_recording | Matthias Vogelgesang | |
| 2013-12-12 | Fix g_test_init call by making argv non-const | Matthias Vogelgesang | |
| 2013-12-12 | Use correct size, otherwise it crashes on 32 bit | Matthias Vogelgesang | |
| 2013-12-10 | Add ring buffer test | Matthias Vogelgesang | |
| 2013-12-10 | Make ring buffer public | Matthias Vogelgesang | |
| 2013-10-29 | Cleanup CMakeLists.txt | Matthias Vogelgesang | |
| 2013-04-10 | Split gui and tools and add preliminary TIFF write | Matthias Vogelgesang | |
| 2013-03-13 | Use GInitable to pass properties to plugins | Matthias Vogelgesang | |
| 2013-02-18 | Set plugin path to the built mock module | Matthias Vogelgesang | |
| 2012-10-16 | Add temperature unit and descriptions for pco | Matthias Vogelgesang | |
| 2012-10-16 | Integrate initial unit facility | Matthias Vogelgesang | |
| 2012-10-11 | Use updated gtester.xml by Mihael Koep | Matthias Vogelgesang | |
| 2012-10-09 | Fix #150: Add "frames-per-second" property | Matthias Vogelgesang | |
| Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp. | |||
| 2012-10-08 | Generate introspection files | Matthias Vogelgesang | |
| 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(). | |||
| 2012-09-28 | Fix mock unit test | Matthias Vogelgesang | |
| 2012-09-25 | Move tools from test/ to tools/ directory | Matthias Vogelgesang | |
| 2012-09-21 | Port perf overhead tool | Matthias Vogelgesang | |
| 2012-09-21 | Port grab-async to new plugin manager | Matthias Vogelgesang | |
| 2012-09-21 | Remove obsolete test tools | Matthias Vogelgesang | |
| 2012-09-21 | Port the unit tests to the plugin manager | Matthias Vogelgesang | |
| 2012-09-21 | Port control GUI to use the plugin manager | Matthias Vogelgesang | |
| 2012-09-19 | Make most cameras plugins | Matthias Vogelgesang | |
| 2012-09-19 | Fix segfault | Matthias Vogelgesang | |
| 2012-09-19 | Initial plugin manager | Matthias Vogelgesang | |
| 2012-09-19 | Bump to release version 1.0 | Matthias Vogelgesang | |
| 2012-08-10 | Add gtester xsl | Matthias Vogelgesang | |
| 2012-08-10 | Merge branch 'ipe-basler' | Matthias Vogelgesang | |
| Conflicts: src/CMakeLists.txt | |||
| 2012-08-07 | Fix operation on GLib 2.24 | Matthias Vogelgesang | |
| 2012-08-07 | Check GLib version for GDateTime and GTimeZone | Matthias Vogelgesang | |
| ISS' Jenkins build server has GLib 2.24 which does not have these time related functions. | |||
| 2012-08-07 | Calculate timeout only when recording starts | Matthias Vogelgesang | |
| Reading register values is not really fast, so we keep the last exposure time when starting the acquisition. | |||
| 2012-08-07 | Benchmark: add asynchronous test | Matthias Vogelgesang | |
| 2012-08-07 | Benchmark: Implement message logging | Matthias Vogelgesang | |
| Because the UFO camera sometimes errors when grabbing frames, we redirect error messages to the log file error.log. | |||
| 2012-08-07 | Update benchmark tool | Matthias Vogelgesang | |
| 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. | |||
| 2012-08-02 | added variables with which building of test/control and reference ↵ | Volker Kaiser | |
| documentation can be disabled | |||
| 2012-08-02 | use LIBPYLONCAM_LIBDIR also in tests | Volker Kaiser | |
| 2012-08-01 | fixed pylon build | Volker Kaiser | |
| 2012-08-01 | reduced differences to master | Volker Kaiser | |
| 2012-08-01 | extracted pylon_camera C-wrapper into own project; enhanced cmake build for ↵ | Volker Kaiser | |
| pylon cameras | |||
| 2012-07-26 | working on basler | Volker Kaiser | |
| 2012-07-26 | basler camera works | Volker Kaiser | |
| 2012-07-26 | pylon (basler) camera added | Volker Kaiser | |
| 2012-07-18 | Install glade file into prefix/share/libuca | Matthias Vogelgesang | |
| 2012-07-12 | Remove scale widget | Matthias Vogelgesang | |
| 2012-07-11 | Scale automatically and fix some warnings with UFO | Matthias Vogelgesang | |
| 2012-07-11 | Remove unnecessary function | Matthias Vogelgesang | |
| 2012-07-09 | Fix ui issues | Matthias Vogelgesang | |
| 2012-07-09 | Backport combo box in property renderer | Matthias Vogelgesang | |
| 2012-07-06 | Pass camera type from command line to grab | Matthias Vogelgesang | |
