Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix LU-15: Broken ROI image | Matthias Vogelgesang | 2012-06-29 | 1 | -0/+2 |
| | | | | | | | | This fix contains two changes: 1. We check that passed ROI requests are multiples of possible ROI steps as provided by the camera. If this is not the case, the request is ignored and a warning issued. 2. We added two new base properties ROI_WIDTH_MULTIPLIER and ROI_HEIGHT_MULTIPLIER that expose this information to client programs. | ||||
* | Generate enum types from source | Matthias Vogelgesang | 2012-06-12 | 1 | -2/+0 |
| | | | | | | | | | It became a little unwieldy to create the enum types manually via g_enums_register_static(). This changeset creates the types from enum definitions in public headers using glib2-mkenum. Be sure to include uca-enums.h in every source file that needs to know GObject enum type. | ||||
* | Add trigger mode and trigger method | Matthias Vogelgesang | 2012-04-24 | 1 | -0/+11 |
| | |||||
* | Declare uca_camera_props rather than define | Matthias Vogelgesang | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Export base properties and string array | Matthias Vogelgesang | 2012-04-19 | 1 | -0/+27 |
| | | | | | | | 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. | ||||
* | Add not-implemented error for ufo readout | Matthias Vogelgesang | 2012-04-18 | 1 | -1/+2 |
| | |||||
* | Implement readout-afte-record mode | Matthias Vogelgesang | 2012-04-12 | 1 | -0/+2 |
| | |||||
* | Merge patch from Volker Kaiser | Matthias Vogelgesang | 2012-03-21 | 1 | -0/+4 |
| | |||||
* | Implement single frame grabbing | Matthias Vogelgesang | 2012-03-06 | 1 | -2/+2 |
| | |||||
* | Build mock camera by default and fix warning | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+2 |
| | |||||
* | Add factory method to create new cameras | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+4 |
| | |||||
* | Complete async xfer infrastructure | Matthias Vogelgesang | 2012-03-05 | 1 | -2/+5 |
| | |||||
* | Add asynchronous xfer property | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+1 |
| | |||||
* | Add callback func and change data to gpointer | Matthias Vogelgesang | 2012-03-04 | 1 | -2/+12 |
| | |||||
* | Remove "property-changed" signal | Matthias Vogelgesang | 2012-03-04 | 1 | -1/+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 start/stop signal | Matthias Vogelgesang | 2012-03-03 | 1 | -0/+2 |
| | |||||
* | Test property signals | Matthias Vogelgesang | 2012-03-02 | 1 | -0/+2 |
| | |||||
* | Make UcaCamera a base class not an interface | Matthias Vogelgesang | 2012-03-02 | 1 | -4/+20 |
| | |||||
* | First draft at clean pco object construction | Matthias Vogelgesang | 2012-03-01 | 1 | -6/+6 |
| | |||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 1 | -0/+51 |