summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-27Do state handling only once in uca.c instead of all camera implementationsMatthias 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-04-26Release version 0.3.1 with old APIMatthias Vogelgesang
2011-04-26Remove UCA_CAM_ERROR and handle correct recording statesMatthias Vogelgesang
2011-04-18Implement correct trigger modesMatthias Vogelgesang
2011-04-11Merge pending changeMatthias Vogelgesang
2011-04-11Move definitions out of structureMatthias Vogelgesang
2011-04-08Fix building the IPE cameraMatthias Vogelgesang
2011-03-28Correct usage of patch and make pc-file non-executableMatthias Vogelgesang
2011-03-25Fix memcpy problemMatthias Vogelgesang
2011-03-25Add OpenCV integrationMatthias Vogelgesang
2011-03-25Install pkg-config information fileMatthias Vogelgesang
2011-03-24Install libuca correctly...Matthias Vogelgesang
2011-03-24Update version string in documentationMatthias Vogelgesang
2011-03-24Return somewhat more reliable numbers for min/max delay and exposureMatthias Vogelgesang
2011-03-24Minor cleanups like sharing of uca_set_void and making non-exported functionsMatthias Vogelgesang
static
2011-03-24Fix pco resize and let UCA_ERR_MASK_CODE mask code and severityMatthias Vogelgesang
2011-03-24Convert me4 constants back to uca constantsMatthias Vogelgesang
2011-03-24Disallow callback registration if there is no memory allocatedMatthias Vogelgesang
2011-03-24Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang
format
2011-03-23Share common properties between camera and grabber to let the camera just callMatthias Vogelgesang
grabber->set_property once
2011-03-23Use more flexible error codesMatthias Vogelgesang
2011-03-23Implement grab timeoutMatthias 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-22Bump to new development versionMatthias Vogelgesang
2011-03-22Add basic (not working) benchmarkMatthias Vogelgesang
2011-03-22Fix typoMatthias Vogelgesang
2011-03-22Fix potential bugs and use generic reorder functionMatthias Vogelgesang
2011-03-22Enable/disable camera models on build timeMatthias Vogelgesang
2011-03-22Use latest picture number when requesting new onesMatthias Vogelgesang
2011-03-21Fix me4 callback grabbingMatthias Vogelgesang
2011-03-21Fix wrong property type when setting photon focus propertiesMatthias Vogelgesang
2011-03-21Use memset(ptr, 0, sizeof(struct)) instead of manually setting function pointersMatthias Vogelgesang
to NULL
2011-03-21Fix grabber allocation and callback registration for me4 and pfMatthias Vogelgesang
2011-03-18Initialize all camera fields with NULL to catch errors early onMatthias Vogelgesang
2011-03-18Fix potential leakMatthias Vogelgesang
2011-03-18Force documentation uploadMatthias Vogelgesang
2011-03-18Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang
2011-03-18Check call time and update current_frame with missed framesMatthias Vogelgesang
2011-03-18Pass registered user data to callbackMatthias Vogelgesang
2011-03-17Fix another potential segfault bugMatthias Vogelgesang
2011-03-17Fix potential division by zero bugMatthias Vogelgesang
2011-03-17Fix potential segfaultMatthias 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-17Make uca_init() and uca_destroy() thread-safe via pthreadsMatthias Vogelgesang
2011-03-16Add publishing script and propagate version from top directoryMatthias Vogelgesang
2011-03-16Remember current frame number and remove frame dimensions in dummy.cMatthias Vogelgesang