Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Build mock camera by default and fix warning | Matthias Vogelgesang | 2012-03-05 | 2 | -1/+3 | |
| | ||||||
* | 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 | 6 | -29/+92 | |
| | ||||||
* | Complete async xfer infrastructure | Matthias Vogelgesang | 2012-03-05 | 4 | -8/+129 | |
| | ||||||
* | Add asynchronous xfer property | Matthias Vogelgesang | 2012-03-05 | 2 | -8/+41 | |
| | ||||||
* | Fix error handling | Matthias Vogelgesang | 2012-03-05 | 2 | -4/+11 | |
| | | | | Obviously, unit tests pay off. | |||||
* | Change recording property only on success | Matthias Vogelgesang | 2012-03-05 | 1 | -4/+10 | |
| | ||||||
* | Remove cruft | Matthias Vogelgesang | 2012-03-05 | 22 | -3219/+51 | |
| | ||||||
* | Locate place where to put tango server instantiation | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+21 | |
| | ||||||
* | Use property notification instead of signal | Matthias Vogelgesang | 2012-03-05 | 3 | -39/+68 | |
| | | | | | | | 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 callback func and change data to gpointer | Matthias Vogelgesang | 2012-03-04 | 4 | -5/+20 | |
| | ||||||
* | Remove "property-changed" signal | Matthias Vogelgesang | 2012-03-04 | 4 | -14/+0 | |
| | | | | | | | | | There is already the nice "notify" signal that does essentially the same with a twist. It also allows per-property signals by calling g_signal_connect(cam, "notify::cooling-point", G_CALLBACK(func), NULL); Nice. | |||||
* | Add cooling point mechanism | Matthias Vogelgesang | 2012-03-04 | 1 | -0/+47 | |
| | ||||||
* | Handle Framegrabber errors more gracefully | Matthias Vogelgesang | 2012-03-04 | 2 | -10/+23 | |
| | ||||||
* | pco: Binnings array | Matthias Vogelgesang | 2012-03-03 | 1 | -3/+84 | |
| | ||||||
* | Add start/stop signal | Matthias Vogelgesang | 2012-03-03 | 6 | -15/+41 | |
| | ||||||
* | Test property signals | Matthias Vogelgesang | 2012-03-02 | 3 | -11/+32 | |
| | ||||||
* | Make available binnings mandatory | Matthias Vogelgesang | 2012-03-02 | 2 | -2/+100 | |
| | ||||||
* | Make UcaCamera a base class not an interface | Matthias Vogelgesang | 2012-03-02 | 8 | -59/+146 | |
| | ||||||
* | First draft at clean pco object construction | Matthias Vogelgesang | 2012-03-01 | 8 | -113/+255 | |
| | ||||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 10 | -1/+604 | |
| | ||||||
* | Sane(r) so version | Matthias Vogelgesang | 2012-02-29 | 2 | -5/+3 | |
| | ||||||
* | Fix dummy camera | Matthias Vogelgesang | 2012-02-29 | 1 | -2/+2 | |
| | ||||||
* | Use libpco 0.3 API | Matthias Vogelgesang | 2012-02-29 | 5 | -42/+45 | |
| | ||||||
* | Disable pco_set_time_base() | Matthias Vogelgesang | 2012-02-28 | 1 | -3/+5 | |
| | ||||||
* | Generate RPM and DEB packages | Matthias Vogelgesang | 2012-02-22 | 2 | -1/+14 | |
| | ||||||
* | Complete libuca documentation | Matthias Vogelgesang | 2012-02-08 | 2 | -21/+119 | |
| | ||||||
* | Fix type declarations | Matthias Vogelgesang | 2012-02-07 | 1 | -3/+3 | |
| | ||||||
* | Typedef types | Matthias Vogelgesang | 2012-02-03 | 13 | -101/+102 | |
| | ||||||
* | Merge | Matthias Vogelgesang | 2012-02-03 | 2 | -5/+10 | |
|\ | ||||||
| * | Fix up callback | Matthias Vogelgesang | 2012-02-03 | 2 | -9/+15 | |
| | | ||||||
* | | Document recent changes | Matthias Vogelgesang | 2012-02-03 | 2 | -6/+15 | |
| | | ||||||
* | | Fix compilation warnings and errors | Matthias Vogelgesang | 2012-02-03 | 2 | -2/+3 | |
|/ | ||||||
* | Preliminary support of streaming for the UFO camera | Matthias Vogelgesang | 2012-02-03 | 2 | -5/+40 | |
| | ||||||
* | Callback function have to notify caller about buffer | Matthias Vogelgesang | 2012-02-03 | 5 | -4/+42 | |
| | | | | | 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 | 2 | -4/+24 | |
| | ||||||
* | Generate source tarballs | Matthias Vogelgesang | 2012-01-31 | 1 | -0/+3 | |
| | ||||||
* | Put libuca under LGPL | Matthias Vogelgesang | 2012-01-31 | 22 | -1/+841 | |
| | ||||||
* | Add: soname | Matthias Vogelgesang | 2011-12-15 | 2 | -0/+14 | |
| | ||||||
* | Fix: break with current pcilib | Matthias Vogelgesang | 2011-12-15 | 5 | -6/+11 | |
| | ||||||
* | Add: pco.4000 support | Matthias Vogelgesang | 2011-12-14 | 5 | -11/+41 | |
| | ||||||
* | Fix: pco.dimax record & readout mode | Matthias Vogelgesang | 2011-10-24 | 2 | -9/+29 | |
| | | | | | I won't go into detail how retarded a decision from pco is and how much time it cost... | |||||
* | Add: readout state | Matthias Vogelgesang | 2011-10-21 | 5 | -5/+12 | |
| | ||||||
* | Add: auto transfer property and readout function | Matthias Vogelgesang | 2011-10-20 | 5 | -3/+56 | |
| | ||||||
* | Expose pco triggers | Matthias Vogelgesang | 2011-10-20 | 2 | -6/+12 | |
| | ||||||
* | Fix: timestamp mode | Matthias Vogelgesang | 2011-10-19 | 3 | -5/+21 | |
| | ||||||
* | Merge pending changes | Matthias Vogelgesang | 2011-10-19 | 2 | -1/+24 | |
|\ | ||||||
| * | Add: set exposure time for IPE camera | Matthias Vogelgesang | 2011-09-27 | 1 | -0/+11 | |
| | | ||||||
| * | 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. |