Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix mock unit test | Matthias Vogelgesang | 2012-09-28 | 1 | -23/+4 |
| | |||||
* | Move tools from test/ to tools/ directory | Matthias Vogelgesang | 2012-09-25 | 1 | -54/+3 |
| | |||||
* | Port perf overhead tool | Matthias Vogelgesang | 2012-09-21 | 1 | -0/+2 |
| | |||||
* | Port grab-async to new plugin manager | Matthias Vogelgesang | 2012-09-21 | 1 | -8/+2 |
| | |||||
* | Port the unit tests to the plugin manager | Matthias Vogelgesang | 2012-09-21 | 1 | -15/+11 |
| | |||||
* | Port control GUI to use the plugin manager | Matthias Vogelgesang | 2012-09-21 | 1 | -17/+17 |
| | |||||
* | Make most cameras plugins | Matthias Vogelgesang | 2012-09-19 | 1 | -2/+2 |
| | |||||
* | Initial plugin manager | Matthias Vogelgesang | 2012-09-19 | 1 | -45/+45 |
| | |||||
* | Bump to release version 1.0 | Matthias Vogelgesang | 2012-09-19 | 1 | -2/+0 |
| | |||||
* | Add gtester xsl | Matthias Vogelgesang | 2012-08-10 | 1 | -14/+19 |
| | |||||
* | Merge branch 'ipe-basler' | Matthias Vogelgesang | 2012-08-10 | 1 | -1/+22 |
|\ | | | | | | | | | 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 |
| | | |||||
| * | pylon (basler) camera added | Volker Kaiser | 2012-07-26 | 1 | -0/+12 |
| | | |||||
* | | Update benchmark tool | Matthias Vogelgesang | 2012-08-07 | 1 | -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/libuca | Matthias Vogelgesang | 2012-07-18 | 1 | -12/+13 |
| | |||||
* | Add property tree view | Matthias Vogelgesang | 2012-07-04 | 1 | -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 acquisition | Matthias Vogelgesang | 2012-06-20 | 1 | -2/+3 |
| | |||||
* | Drop -gobject suffix | Matthias Vogelgesang | 2012-04-20 | 1 | -28/+16 |
| | |||||
* | Export base properties and string array | Matthias Vogelgesang | 2012-04-19 | 1 | -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.22 | Matthias Vogelgesang | 2012-04-17 | 1 | -1/+1 |
| | | | | | The control application will not be built on the Hudson server and thus not break the build. | ||||
* | This test is unnecessary | Matthias Vogelgesang | 2012-04-16 | 1 | -7/+0 |
| | |||||
* | Port control application to libuca 0.6 | Matthias Vogelgesang | 2012-04-16 | 1 | -11/+9 |
| | |||||
* | Add test to measure lib overhead | Matthias Vogelgesang | 2012-04-02 | 1 | -0/+7 |
| | |||||
* | Merge patch from Volker Kaiser | Matthias Vogelgesang | 2012-03-21 | 1 | -3/+3 |
| | |||||
* | Implement single frame grabbing | Matthias Vogelgesang | 2012-03-06 | 1 | -1/+2 |
| | |||||
* | Add test facility that uniformly tests all cameras | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+7 |
| | |||||
* | Use property notification instead of signal | Matthias Vogelgesang | 2012-03-05 | 1 | -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 signal | Matthias Vogelgesang | 2012-03-03 | 1 | -6/+6 |
| | |||||
* | Make UcaCamera a base class not an interface | Matthias Vogelgesang | 2012-03-02 | 1 | -0/+7 |
| | |||||
* | First draft at clean pco object construction | Matthias Vogelgesang | 2012-03-01 | 1 | -22/+24 |
| | |||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 1 | -0/+14 |
| | |||||
* | Add: "control" application monitoring `grab` | Matthias Vogelgesang | 2011-09-07 | 1 | -0/+1 |
| | |||||
* | Use GtkBuilder.connect_signals and optimize data conversion | Matthias Vogelgesang | 2011-08-09 | 1 | -2/+1 |
| | |||||
* | Merge | Matthias Vogelgesang | 2011-05-12 | 1 | -0/+2 |
|\ | |||||
| * | Explicitly link GThread on systems that don't do when just linking against GLib | Matthias Vogelgesang | 2011-05-04 | 1 | -0/+2 |
|/ | |||||
* | Add basic (not working) benchmark | Matthias Vogelgesang | 2011-03-22 | 1 | -0/+2 |
| | |||||
* | Expose grab-by-callback via camera and add asynchronous grabbing example | Matthias Vogelgesang | 2011-03-17 | 1 | -0/+2 |
| | |||||
* | Copy UI file into appropriate place | Matthias Vogelgesang | 2011-03-07 | 1 | -0/+3 |
| | |||||
* | Fix grabber bug and add Gtk control application | Matthias Vogelgesang | 2011-03-07 | 1 | -0/+16 |
| | |||||
* | Add grab example | Matthias Vogelgesang | 2011-02-28 | 1 | -2/+4 |
| | |||||
* | Make the properties complete and build even better test app | Matthias Vogelgesang | 2011-02-25 | 1 | -0/+3 |
| | |||||
* | Include config.h and test the library | Matthias Vogelgesang | 2011-02-21 | 1 | -0/+6 |