Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Make it look like 65535 | Matthias Vogelgesang | 2011-08-10 | 1 | -1/+1 |
| | |||||
* | Add user-adjustable scale parameter | Matthias Vogelgesang | 2011-08-10 | 2 | -28/+106 |
| | |||||
* | Some adjustments for IPE camera | Matthias Vogelgesang | 2011-08-09 | 1 | -2/+0 |
| | |||||
* | Use GtkBuilder.connect_signals and optimize data conversion | Matthias Vogelgesang | 2011-08-09 | 3 | -126/+44 |
| | |||||
* | Hotpixel correction and cam_state -> uca.h | Matthias Vogelgesang | 2011-06-07 | 1 | -0/+2 |
| | |||||
* | 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 binning and "fix" that damn 64-bit format thing in grab-async.c | Matthias Vogelgesang | 2011-05-12 | 1 | -2/+4 |
|/ | |||||
* | Be compatible on 32-bit systems | Matthias Vogelgesang | 2011-04-27 | 1 | -2/+2 |
| | |||||
* | Users don't need uca-cam.h and uca-grabber.h anymore. | Matthias Vogelgesang | 2011-04-27 | 5 | -6/+1 |
| | |||||
* | Make uca_camera really private and thus breaks API | Matthias Vogelgesang | 2011-04-26 | 5 | -42/+46 |
| |