summaryrefslogtreecommitdiffstats
path: root/test/grab-async.c
Commit message (Collapse)AuthorAgeFilesLines
* Move tools from test/ to tools/ directoryMatthias Vogelgesang2012-09-251-138/+0
|
* Port grab-async to new plugin managerMatthias Vogelgesang2012-09-211-4/+40
|
* Re-implement asynchronous data acquisitionMatthias Vogelgesang2012-06-201-47/+69
|
* Typedef typesMatthias Vogelgesang2012-02-031-3/+3
|
* MergeMatthias Vogelgesang2012-02-031-1/+1
|\
| * Fix up callbackMatthias Vogelgesang2012-02-031-5/+6
|/
* Callback function have to notify caller about bufferMatthias Vogelgesang2012-02-031-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 LGPLMatthias Vogelgesang2012-01-311-0/+16
|
* Add: readout stateMatthias Vogelgesang2011-10-211-3/+3
|
* Add binning and "fix" that damn 64-bit format thing in grab-async.cMatthias Vogelgesang2011-05-121-2/+4
|
* Be compatible on 32-bit systemsMatthias Vogelgesang2011-04-271-2/+2
|
* Users don't need uca-cam.h and uca-grabber.h anymore.Matthias Vogelgesang2011-04-271-1/+0
|
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-261-8/+8
|
* Some very important person at SiSo decided to have 64-bit frame numbers on 64-Matthias Vogelgesang2011-03-231-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 grabbingMatthias Vogelgesang2011-03-211-11/+26
|
* Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang2011-03-181-1/+1
|
* Pass registered user data to callbackMatthias Vogelgesang2011-03-181-4/+4
|
* Expose grab-by-callback via camera and add asynchronous grabbing exampleMatthias Vogelgesang2011-03-171-0/+46