summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2011-05-04Explicitly link GThread on systems that don't do when just linking against GLibMatthias 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-24Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang
format
2011-03-23Use more flexible error codesMatthias 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-22Add basic (not working) benchmarkMatthias Vogelgesang
2011-03-22Fix potential bugs and use generic reorder functionMatthias Vogelgesang
2011-03-21Fix me4 callback grabbingMatthias Vogelgesang
2011-03-21Fix wrong property type when setting photon focus propertiesMatthias Vogelgesang
2011-03-21Fix grabber allocation and callback registration for me4 and pfMatthias 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
2011-03-17Allow resize of image dimensionsMatthias Vogelgesang
2011-03-17Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang
2011-03-16Add soft MJSON dependency to load configuration/calibration dataMatthias Vogelgesang
2011-03-16Pass target string size when calling uca_get_propertyMatthias Vogelgesang
2011-03-09Set correct exposure. Use µs for all time-related units.Matthias Vogelgesang
2011-03-09Use correct number of bytes per pixel when allocating buffersMatthias Vogelgesang
2011-03-09Fix photon focus captureMatthias Vogelgesang
2011-03-09Almost real video playbackMatthias Vogelgesang
2011-03-08Add temperature and some bug fixesMatthias Vogelgesang
2011-03-08Add more offset propertiesMatthias Vogelgesang
2011-03-08Add r/w access for each propertyMatthias Vogelgesang
2011-03-07Add property listingMatthias Vogelgesang
2011-03-07Copy UI file into appropriate placeMatthias Vogelgesang
2011-03-07Fix grabber bug and add Gtk control applicationMatthias Vogelgesang
2011-03-02Minor change of outputMatthias Vogelgesang
2011-03-01Documentation addedMatthias Vogelgesang
2011-03-01Complete (simple) frame grabbingMatthias Vogelgesang
2011-02-28Start grab interfaceMatthias Vogelgesang
2011-02-28Add grab exampleMatthias Vogelgesang
2011-02-28Add buffer allocationMatthias Vogelgesang
2011-02-28Prepare for frame grabber abstractionMatthias Vogelgesang
2011-02-28Add support for multiple camerasMatthias Vogelgesang
2011-02-25Make the properties complete and build even better test appMatthias Vogelgesang
2011-02-25Property re-ordering. Made test program more usefulMatthias Vogelgesang
2011-02-23Scrap accessor functions and replace with get/set_propertyMatthias Vogelgesang
2011-02-23Set camera name (so we have at least some kind of feedback which camera is used)Matthias Vogelgesang
2011-02-23Do something meaningful and check for frame grabber libraryMatthias Vogelgesang
2011-02-21Include config.h and test the libraryMatthias Vogelgesang