Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add callback func and change data to gpointer | Matthias Vogelgesang | 2012-03-04 | 2 | -2/+2 | |
| | ||||||
* | Remove "property-changed" signal | Matthias Vogelgesang | 2012-03-04 | 2 | -4/+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 | 2 | -3/+6 | |
| | ||||||
* | Test property signals | Matthias Vogelgesang | 2012-03-02 | 1 | -0/+2 | |
| | ||||||
* | Make available binnings mandatory | Matthias Vogelgesang | 2012-03-02 | 1 | -2/+60 | |
| | ||||||
* | Make UcaCamera a base class not an interface | Matthias Vogelgesang | 2012-03-02 | 4 | -37/+45 | |
| | ||||||
* | First draft at clean pco object construction | Matthias Vogelgesang | 2012-03-01 | 3 | -17/+156 | |
| | ||||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 4 | -0/+385 | |
| | ||||||
* | Fix dummy camera | Matthias Vogelgesang | 2012-02-29 | 1 | -2/+2 | |
| | ||||||
* | Use libpco 0.3 API | Matthias Vogelgesang | 2012-02-29 | 1 | -38/+37 | |
| | ||||||
* | Disable pco_set_time_base() | Matthias Vogelgesang | 2012-02-28 | 1 | -3/+5 | |
| | ||||||
* | Fix type declarations | Matthias Vogelgesang | 2012-02-07 | 1 | -3/+3 | |
| | ||||||
* | Typedef types | Matthias Vogelgesang | 2012-02-03 | 3 | -7/+7 | |
| | ||||||
* | Merge | Matthias Vogelgesang | 2012-02-03 | 1 | -4/+9 | |
|\ | ||||||
| * | Fix up callback | Matthias Vogelgesang | 2012-02-03 | 1 | -4/+9 | |
| | | ||||||
* | | Fix compilation warnings and errors | Matthias Vogelgesang | 2012-02-03 | 1 | -2/+2 | |
|/ | ||||||
* | Preliminary support of streaming for the UFO camera | Matthias Vogelgesang | 2012-02-03 | 1 | -3/+37 | |
| | ||||||
* | Add preliminary UFO camera support back again | Suren A. Chilingaryan | 2012-02-02 | 1 | -4/+21 | |
| | ||||||
* | Put libuca under LGPL | Matthias Vogelgesang | 2012-01-31 | 10 | -0/+166 | |
| | ||||||
* | Fix: break with current pcilib | Matthias Vogelgesang | 2011-12-15 | 1 | -1/+5 | |
| | ||||||
* | Add: pco.4000 support | Matthias Vogelgesang | 2011-12-14 | 1 | -9/+25 | |
| | ||||||
* | Fix: pco.dimax record & readout mode | Matthias Vogelgesang | 2011-10-24 | 1 | -9/+28 | |
| | | | | | I won't go into detail how retarded a decision from pco is and how much time it cost... | |||||
* | Add: auto transfer property and readout function | Matthias Vogelgesang | 2011-10-20 | 1 | -2/+28 | |
| | ||||||
* | Expose pco triggers | Matthias Vogelgesang | 2011-10-20 | 1 | -3/+8 | |
| | ||||||
* | Fix: timestamp mode | Matthias Vogelgesang | 2011-10-19 | 1 | -3/+17 | |
| | ||||||
* | Merge pending changes | Matthias Vogelgesang | 2011-10-19 | 1 | -0/+11 | |
|\ | ||||||
| * | Add: set exposure time for IPE camera | Matthias Vogelgesang | 2011-09-27 | 1 | -0/+11 | |
| | | ||||||
* | | Adapt libuca for pco.dimax | Matthias Vogelgesang | 2011-10-19 | 1 | -46/+56 | |
|/ | ||||||
* | Some adjustments for IPE camera | Matthias Vogelgesang | 2011-08-09 | 1 | -1/+8 | |
| | ||||||
* | Prepare uca for IPE camera | Matthias Vogelgesang | 2011-08-09 | 1 | -0/+6 | |
| | ||||||
* | Add simple grabber only accessed using framegrabber | Matthias Vogelgesang | 2011-07-25 | 2 | -0/+156 | |
| | ||||||
* | Hotpixel correction and cam_state -> uca.h | Matthias Vogelgesang | 2011-06-07 | 1 | -0/+11 | |
| | ||||||
* | Somehow handle errors of IPE camera | Matthias Vogelgesang | 2011-04-27 | 1 | -1/+4 | |
| | ||||||
* | Do state handling only once in uca.c instead of all camera implementations | Matthias Vogelgesang | 2011-04-27 | 2 | -16/+1 | |
| | ||||||
* | Make uca_camera really private and thus breaks API | Matthias Vogelgesang | 2011-04-26 | 8 | -50/+50 | |
| | ||||||
* | Remove UCA_CAM_ERROR and handle correct recording states | Matthias Vogelgesang | 2011-04-26 | 2 | -3/+11 | |
| | ||||||
* | Implement correct trigger modes | Matthias Vogelgesang | 2011-04-18 | 3 | -2/+26 | |
| | ||||||
* | Fix building the IPE camera | Matthias Vogelgesang | 2011-04-08 | 1 | -3/+3 | |
| | ||||||
* | Return somewhat more reliable numbers for min/max delay and exposure | Matthias Vogelgesang | 2011-03-24 | 1 | -6/+18 | |
| | ||||||
* | Minor cleanups like sharing of uca_set_void and making non-exported functions | Matthias Vogelgesang | 2011-03-24 | 3 | -44/+42 | |
| | | | | static | |||||
* | Fix pco resize and let UCA_ERR_MASK_CODE mask code and severity | Matthias Vogelgesang | 2011-03-24 | 1 | -2/+25 | |
| | ||||||
* | Expose synchronicity property, add boolean unit and document the error code | Matthias Vogelgesang | 2011-03-24 | 2 | -3/+6 | |
| | | | | format | |||||
* | Share common properties between camera and grabber to let the camera just call | Matthias Vogelgesang | 2011-03-23 | 2 | -64/+36 | |
| | | | | grabber->set_property once | |||||
* | Use more flexible error codes | Matthias Vogelgesang | 2011-03-23 | 3 | -53/+54 | |
| | ||||||
* | Implement grab timeout | Matthias Vogelgesang | 2011-03-23 | 2 | -4/+30 | |
| | ||||||
* | Add basic (not working) benchmark | Matthias Vogelgesang | 2011-03-22 | 1 | -1/+0 | |
| | ||||||
* | Fix typo | Matthias Vogelgesang | 2011-03-22 | 1 | -1/+1 | |
| |