Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | working on basler | Volker Kaiser | 2012-07-26 | 1 | -4/+3 |
| | |||||
* | pylon (basler) camera added | Volker Kaiser | 2012-07-26 | 1 | -0/+12 |
| | |||||
* | 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 |