Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix exposure and delay time | Matthias Vogelgesang | 2012-05-29 | 1 | -1/+4 | |
| | ||||||
* | Print more meaningful error message | Matthias Vogelgesang | 2012-05-10 | 1 | -1/+1 | |
| | ||||||
* | Drop -gobject suffix | Matthias Vogelgesang | 2012-04-20 | 1 | -28/+16 | |
| | ||||||
* | Output error when stopping | Matthias Vogelgesang | 2012-04-20 | 1 | -4/+7 | |
| | ||||||
* | Leave properties for later | Matthias Vogelgesang | 2012-04-20 | 1 | -1/+1 | |
| | ||||||
* | Add Photon Focus | Matthias Vogelgesang | 2012-04-19 | 1 | -2/+6 | |
| | ||||||
* | Export base properties and string array | Matthias Vogelgesang | 2012-04-19 | 2 | -7/+9 | |
| | | | | | | | 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. | |||||
* | More meaningful async test | Matthias Vogelgesang | 2012-04-17 | 1 | -4/+9 | |
| | | | | | Before we just checked that the callback was called. Now we check that it is called as often as expected. | |||||
* | Fix property setting | Matthias Vogelgesang | 2012-04-17 | 1 | -2/+2 | |
| | ||||||
* | This test is unnecessary | Matthias Vogelgesang | 2012-04-16 | 2 | -23/+0 | |
| | ||||||
* | Implement property editing | Matthias Vogelgesang | 2012-04-16 | 2 | -62/+168 | |
| | ||||||
* | Port control application to libuca 0.6 | Matthias Vogelgesang | 2012-04-16 | 3 | -256/+218 | |
| | ||||||
* | Fix multiple recordings | Matthias Vogelgesang | 2012-04-13 | 1 | -4/+8 | |
| | ||||||
* | Start and stop recording in a loop | Matthias Vogelgesang | 2012-04-12 | 1 | -16/+23 | |
| | ||||||
* | Add test to measure lib overhead | Matthias Vogelgesang | 2012-04-02 | 2 | -0/+150 | |
| | ||||||
* | Merge patch from Volker Kaiser | Matthias Vogelgesang | 2012-03-21 | 1 | -3/+3 | |
| | ||||||
* | Fix mock camera | Matthias Vogelgesang | 2012-03-08 | 1 | -1/+2 | |
| | | | | All unit tests pass again | |||||
* | Quick fix for openSUSE 11.3 with GLib 2.24 | Matthias Vogelgesang | 2012-03-08 | 1 | -3/+3 | |
| | ||||||
* | Implement single frame grabbing | Matthias Vogelgesang | 2012-03-06 | 3 | -57/+57 | |
| | ||||||
* | pco: Implement mandatory properties | Matthias Vogelgesang | 2012-03-06 | 1 | -3/+8 | |
| | ||||||
* | Add test facility that uniformly tests all cameras | Matthias Vogelgesang | 2012-03-05 | 2 | -0/+201 | |
| | ||||||
* | Add factory method to create new cameras | Matthias Vogelgesang | 2012-03-05 | 2 | -12/+13 | |
| | ||||||
* | Complete async xfer infrastructure | Matthias Vogelgesang | 2012-03-05 | 1 | -3/+32 | |
| | ||||||
* | Fix error handling | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+1 | |
| | | | | Obviously, unit tests pay off. | |||||
* | Use property notification instead of signal | Matthias Vogelgesang | 2012-03-05 | 2 | -14/+48 | |
| | | | | | | | 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 mock test | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+98 | |
| | ||||||
* | 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 | 2 | -2/+9 | |
| | ||||||
* | First draft at clean pco object construction | Matthias Vogelgesang | 2012-03-01 | 2 | -28/+34 | |
| | ||||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 2 | -0/+34 | |
| | ||||||
* | Use libpco 0.3 API | Matthias Vogelgesang | 2012-02-29 | 2 | -3/+5 | |
| | ||||||
* | Typedef types | Matthias Vogelgesang | 2012-02-03 | 5 | -20/+20 | |
| | ||||||
* | Merge | Matthias Vogelgesang | 2012-02-03 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix up callback | Matthias Vogelgesang | 2012-02-03 | 1 | -5/+6 | |
|/ | ||||||
* | Callback function have to notify caller about buffer | Matthias Vogelgesang | 2012-02-03 | 1 | -1/+3 | |
| | | | | | If they return a UCA_BUFFER_KEEP they have to call uca_cam_release_buffer() in the future. If returning UCA_BUFFER_RELEASE, this is done by the caller. | |||||
* | Add preliminary UFO camera support back again | Suren A. Chilingaryan | 2012-02-02 | 1 | -0/+3 | |
| | ||||||
* | Put libuca under LGPL | Matthias Vogelgesang | 2012-01-31 | 5 | -1/+84 | |
| | ||||||
* | Fix: break with current pcilib | Matthias Vogelgesang | 2011-12-15 | 1 | -0/+1 | |
| | ||||||
* | Add: pco.4000 support | Matthias Vogelgesang | 2011-12-14 | 2 | -2/+14 | |
| | ||||||
* | Add: readout state | Matthias Vogelgesang | 2011-10-21 | 2 | -3/+5 | |
| | ||||||
* | Add: auto transfer property and readout function | Matthias Vogelgesang | 2011-10-20 | 1 | -1/+1 | |
| | ||||||
* | Fix: timestamp mode | Matthias Vogelgesang | 2011-10-19 | 2 | -2/+4 | |
| | ||||||
* | Merge pending changes | Matthias Vogelgesang | 2011-10-19 | 1 | -1/+13 | |
|\ | ||||||
| * | Add: signal handler for SIGINT | Matthias Vogelgesang | 2011-09-20 | 1 | -1/+13 | |
| | | | | | | | | | | With `grab`, libuca wasn't closed down properly when pressing C-c which is the only "normal" way to stop it. | |||||
* | | Adapt libuca for pco.dimax | Matthias Vogelgesang | 2011-10-19 | 1 | -1/+4 | |
|/ | ||||||
* | Add: recording facility | Matthias Vogelgesang | 2011-09-08 | 2 | -3/+47 | |
| | ||||||
* | Add: "control" application monitoring `grab` | Matthias Vogelgesang | 2011-09-07 | 2 | -0/+32 | |
| | ||||||
* | Return error code | Matthias Vogelgesang | 2011-09-05 | 1 | -1/+2 | |
| | ||||||
* | Grab continously | Matthias Vogelgesang | 2011-09-05 | 1 | -10/+14 | |
| |