summaryrefslogtreecommitdiff
path: root/test/grab-async.c
AgeCommit message (Collapse)Author
2012-06-20Re-implement asynchronous data acquisitionMatthias Vogelgesang
2012-02-03Typedef typesMatthias Vogelgesang
2012-02-03MergeMatthias Vogelgesang
2012-02-03Fix up callbackMatthias Vogelgesang
2012-02-03Callback function have to notify caller about bufferMatthias Vogelgesang
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.
2012-01-31Put libuca under LGPLMatthias Vogelgesang
2011-10-21Add: readout stateMatthias Vogelgesang
2011-05-12Add binning and "fix" that damn 64-bit format thing in grab-async.cMatthias Vogelgesang
2011-04-27Be compatible on 32-bit systemsMatthias Vogelgesang
2011-04-27Users don't need uca-cam.h and uca-grabber.h anymore.Matthias Vogelgesang
2011-04-26Make uca_camera really private and thus breaks APIMatthias Vogelgesang
2011-03-23Some very important person at SiSo decided to have 64-bit frame numbers on 64-Matthias Vogelgesang
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.
2011-03-21Fix me4 callback grabbingMatthias Vogelgesang
2011-03-18Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang
2011-03-18Pass registered user data to callbackMatthias Vogelgesang
2011-03-17Expose grab-by-callback via camera and add asynchronous grabbing exampleMatthias Vogelgesang