Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -10/+57 |
| | |||||
* | 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 | 2 | -3/+67 |
| | |||||
* | 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 | 2 | -1/+66 |
| | |||||
* | 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 | 4 | -1/+131 |
| | |||||
* | Make constants static | Matthias Vogelgesang | 2012-04-23 | 1 | -2/+2 |
| | |||||
* | Don't install camera headers | Matthias Vogelgesang | 2012-04-20 | 1 | -9/+1 |
| | |||||
* | Fix .pc path | Matthias Vogelgesang | 2012-04-20 | 1 | -1/+1 |
| | | | | Apparently, pkg-config does not look into /usr/local/lib64/pkgconfig. | ||||
* | Drop -gobject suffix | Matthias Vogelgesang | 2012-04-20 | 3 | -8/+8 |
| | |||||
* | Leave properties for later | Matthias Vogelgesang | 2012-04-20 | 1 | -30/+14 |
| | |||||
* | Prevent building doc targets all the time | Matthias Vogelgesang | 2012-04-20 | 1 | -5/+5 |
| | |||||
* | pf: Use correct frame grabber format | Matthias Vogelgesang | 2012-04-19 | 1 | -2/+2 |
| | |||||
* | Declare uca_camera_props rather than define | Matthias Vogelgesang | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Add a bit of documentation | Matthias Vogelgesang | 2012-04-19 | 2 | -2/+28 |
| | |||||
* | Add Photon Focus | Matthias Vogelgesang | 2012-04-19 | 4 | -6/+469 |
| | |||||
* | Merge branch 'rewrite-props' | Matthias Vogelgesang | 2012-04-19 | 5 | -123/+108 |
|\ | |||||
| * | Export base properties and string array | Matthias Vogelgesang | 2012-04-19 | 5 | -123/+108 |
| | | | | | | | | | | | | | | 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. | ||||
* | | fixed libdir | Volker Kaiser | 2012-04-19 | 1 | -1/+1 |
| | | |||||
* | | CI_INSTALL_PREFIX added | Volker Kaiser | 2012-04-19 | 1 | -0/+4 |
|/ | |||||
* | Now really fix it ... | Matthias Vogelgesang | 2012-04-18 | 1 | -4/+1 |
| | |||||
* | Only reference docs for cameras that are built | Matthias Vogelgesang | 2012-04-18 | 3 | -11/+30 |
| | |||||
* | Generate documentation with gtk-doc | Matthias Vogelgesang | 2012-04-18 | 4 | -5/+112 |
| | |||||
* | Add not-implemented error for ufo readout | Matthias Vogelgesang | 2012-04-18 | 3 | -1/+5 |
| | |||||
* | Fix out-of-bounds errors | Matthias Vogelgesang | 2012-04-18 | 3 | -3/+3 |
| | | | | | It's a bit strange that I only get warnings at release builds but not at debug builds. | ||||
* | Print the current frame as feed-back | Matthias Vogelgesang | 2012-04-17 | 1 | -0/+92 |
| | |||||
* | Implement asynchronous recording | Matthias Vogelgesang | 2012-04-17 | 1 | -1/+30 |
| | |||||
* | Make exposure time writeable | Matthias Vogelgesang | 2012-04-17 | 2 | -1/+10 |
| | |||||
* | Fix potential overflow error | Matthias Vogelgesang | 2012-04-17 | 3 | -3/+3 |
| | |||||
* | Add prelimary UFO camera support | Matthias Vogelgesang | 2012-04-17 | 6 | -5/+384 |
| | |||||
* | Fix wrong type prefix | 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 | 2 | -3/+9 |
| | |||||
* | 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 | 3 | -7/+99 |
| | |||||
* | Fix hard to detect problems | Matthias Vogelgesang | 2012-04-10 | 1 | -5/+6 |
| | |||||
* | Add test to measure lib overhead | Matthias Vogelgesang | 2012-04-02 | 1 | -4/+4 |
| |