Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #146: Make a new top-level directory for cams | Matthias Vogelgesang | 2012-09-28 | 1 | -1398/+0 |
| | | | | | | ... and build a package for each camera. Moreover, for some reason we can live without the CMake generated spec file for RPM generation. AFAICS, the RPMs are prefixed correctly. | ||||
* | Make most cameras plugins | Matthias Vogelgesang | 2012-09-19 | 1 | -151/+153 |
| | |||||
* | Fix LU-26: make "name" a base property | Matthias Vogelgesang | 2012-07-12 | 1 | -2/+2 |
| | |||||
* | Fix LU-24: add "sensor-max-adcs" | Matthias Vogelgesang | 2012-07-05 | 1 | -1/+16 |
| | |||||
* | Fix LU-16: Add cooling point props | Matthias Vogelgesang | 2012-07-03 | 1 | -1/+43 |
| | | | | | Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point". | ||||
* | Fix LU-15: Broken ROI image | Matthias Vogelgesang | 2012-06-29 | 1 | -3/+35 |
| | | | | | | | | 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. | ||||
* | Fix LU-12 | Matthias Vogelgesang | 2012-06-20 | 1 | -2/+2 |
| | | | | | | Some cameras that don't support an extended mode tend to return a smaller extended sensor size than the standard sensor size. This commit fixes the problem by returning the standard sensor size. | ||||
* | Fulfill double width requirement of pco.edge | Matthias Vogelgesang | 2012-06-20 | 1 | -7/+7 |
| | |||||
* | Re-implement asynchronous data acquisition | Matthias Vogelgesang | 2012-06-20 | 1 | -0/+47 |
| | |||||
* | Remove pixel rate from per-camera structure | Matthias Vogelgesang | 2012-06-14 | 1 | -5/+4 |
| | | | | | We read the pixel rate directly from the camera and take the very first pixel rate as the default pixel rate. | ||||
* | Fix LU-8 | Matthias Vogelgesang | 2012-06-14 | 1 | -18/+35 |
| | | | | Override default values for ROI size, cooling point and pixel rate. | ||||
* | Fix LU-4 | Matthias Vogelgesang | 2012-06-14 | 1 | -3/+16 |
| | | | | The larger sensor area can now be used as a ROI. | ||||
* | Fix LU-7 | Matthias Vogelgesang | 2012-06-13 | 1 | -2/+1 |
| | | | | | | We read the temperatures using unsigned data types which is absolute fail sauce when encountering negative temperatures. Unfortunately, this happens with the pco.4000. | ||||
* | Add timestamp mode property | Matthias Vogelgesang | 2012-06-12 | 1 | -3/+54 |
| | |||||
* | Generate enum types from source | Matthias Vogelgesang | 2012-06-12 | 1 | -45/+14 |
| | | | | | | | | | 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. | ||||
* | Allow only possible pixel rates when setting | Matthias Vogelgesang | 2012-06-01 | 1 | -1/+18 |
| | |||||
* | Fix setting acquire mode | Matthias Vogelgesang | 2012-06-01 | 1 | -2/+6 |
| | |||||
* | Set correct ADC count | Matthias Vogelgesang | 2012-05-31 | 1 | -12/+21 |
| | |||||
* | Warn if cooling point cannot be set/read | Matthias Vogelgesang | 2012-05-31 | 1 | -1/+4 |
| | |||||
* | Rework setting of ROI | Matthias Vogelgesang | 2012-05-30 | 1 | -79/+57 |
| | | | | | Unfortunately, setting the binning does not yet work because it is only possible to set this parameter before initializing the frame grabber. | ||||
* | Use ROI with (0,0) as starting coordinate | Matthias Vogelgesang | 2012-05-29 | 1 | -4/+51 |
| | |||||
* | Fix enum description | Matthias Vogelgesang | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | Allow zero delay time | Matthias Vogelgesang | 2012-05-29 | 1 | -5/+17 |
| | |||||
* | Fix exposure and delay time | Matthias Vogelgesang | 2012-05-29 | 1 | -10/+14 |
| | |||||
* | Properly allocate and destroy value array | Matthias Vogelgesang | 2012-05-10 | 1 | -0/+5 |
| | |||||
* | Fix wrong height | Matthias Vogelgesang | 2012-05-10 | 1 | -1/+2 |
| | |||||
* | pco: add r/w pixel rate | Matthias Vogelgesang | 2012-04-27 | 1 | -4/+66 |
| | |||||
* | pco: add acquisition mode | Matthias Vogelgesang | 2012-04-27 | 1 | -2/+59 |
| | |||||
* | pco: add extended sensor format | Matthias Vogelgesang | 2012-04-27 | 1 | -8/+61 |
| | |||||
* | pco: add noise filter | Matthias Vogelgesang | 2012-04-27 | 1 | -0/+23 |
| | |||||
* | pco: add record modes | Matthias Vogelgesang | 2012-04-27 | 1 | -1/+59 |
| | |||||
* | pco: add offset mode | Matthias Vogelgesang | 2012-04-27 | 1 | -1/+20 |
| | |||||
* | pco: add two double image mode properties | Matthias Vogelgesang | 2012-04-27 | 1 | -0/+35 |
| | |||||
* | pco: read/write number of ADCs | Matthias Vogelgesang | 2012-04-27 | 1 | -2/+29 |
| | |||||
* | pco: Add sensor temperature | Matthias Vogelgesang | 2012-04-27 | 1 | -0/+16 |
| | |||||
* | Read/write delay and exposure time | Matthias Vogelgesang | 2012-04-27 | 1 | -0/+131 |
| | | | | This is transparently handling time base conversion | ||||
* | Add trigger mode and trigger method | Matthias Vogelgesang | 2012-04-24 | 1 | -0/+56 |
| | |||||
* | Export base properties and string array | Matthias Vogelgesang | 2012-04-19 | 1 | -26/+10 |
| | | | | | | | 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. | ||||
* | Fix out-of-bounds errors | Matthias Vogelgesang | 2012-04-18 | 1 | -1/+1 |
| | | | | | It's a bit strange that I only get warnings at release builds but not at debug builds. | ||||
* | Fix potential overflow error | Matthias Vogelgesang | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | Fix multiple recordings | Matthias Vogelgesang | 2012-04-13 | 1 | -4/+11 |
| | |||||
* | Check errors and fix small issues | Matthias Vogelgesang | 2012-04-12 | 1 | -2/+4 |
| | |||||
* | Allocate memory only when size has changed | Matthias Vogelgesang | 2012-04-12 | 1 | -15/+20 |
| | |||||
* | Implement readout-afte-record mode | Matthias Vogelgesang | 2012-04-12 | 1 | -5/+47 |
| | |||||
* | Fix hard to detect problems | Matthias Vogelgesang | 2012-04-10 | 1 | -5/+6 |
| | |||||
* | Fix some problems that occur with the 4000 | Matthias Vogelgesang | 2012-03-30 | 1 | -19/+66 |
| | |||||
* | Implement single frame grabbing | Matthias Vogelgesang | 2012-03-06 | 1 | -17/+92 |
| | |||||
* | pco: Implement mandatory properties | Matthias Vogelgesang | 2012-03-06 | 1 | -5/+34 |
| | |||||
* | Add callback func and change data to gpointer | Matthias Vogelgesang | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | Remove "property-changed" signal | Matthias Vogelgesang | 2012-03-04 | 1 | -2/+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. |