Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-implement asynchronous data acquisition | Matthias Vogelgesang | 2012-06-20 | 1 | -47/+69 |
| | |||||
* | Typedef types | Matthias Vogelgesang | 2012-02-03 | 1 | -3/+3 |
| | |||||
* | Merge | Matthias Vogelgesang | 2012-02-03 | 1 | -1/+1 |
|\ | |||||
| * | Fix up callback | Matthias Vogelgesang | 2012-02-03 | 1 | -5/+6 |
|/ | |||||
* | Callback function have to notify caller about buffer | Matthias Vogelgesang | 2012-02-03 | 1 | -1/+3 |
| | | | | | 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. | ||||
* | Put libuca under LGPL | Matthias Vogelgesang | 2012-01-31 | 1 | -0/+16 |
| | |||||
* | Add: readout state | Matthias Vogelgesang | 2011-10-21 | 1 | -3/+3 |
| | |||||
* | Add binning and "fix" that damn 64-bit format thing in grab-async.c | Matthias Vogelgesang | 2011-05-12 | 1 | -2/+4 |
| | |||||
* | Be compatible on 32-bit systems | Matthias Vogelgesang | 2011-04-27 | 1 | -2/+2 |
| | |||||
* | Users don't need uca-cam.h and uca-grabber.h anymore. | Matthias Vogelgesang | 2011-04-27 | 1 | -1/+0 |
| | |||||
* | Make uca_camera really private and thus breaks API | Matthias Vogelgesang | 2011-04-26 | 1 | -8/+8 |
| | |||||
* | Some very important person at SiSo decided to have 64-bit frame numbers on 64- | Matthias Vogelgesang | 2011-03-23 | 1 | -3/+3 |
| | | | | | | bit systems and 32-bit frame numbers on 32-bit systems. This commit changes the API to the former, which means it now takes 1.44x10^10 years to have an overflow at a very slow frame rate of 1000 frames per second. | ||||
* | Fix me4 callback grabbing | Matthias Vogelgesang | 2011-03-21 | 1 | -11/+26 |
| | |||||
* | Add (possible) meta data transmission and integrate callback in pco and pf | Matthias Vogelgesang | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | Pass registered user data to callback | Matthias Vogelgesang | 2011-03-18 | 1 | -4/+4 |
| | |||||
* | Expose grab-by-callback via camera and add asynchronous grabbing example | Matthias Vogelgesang | 2011-03-17 | 1 | -0/+46 |