Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix wrong merge | Matthias Vogelgesang | 2011-06-07 | 2 | -18/+0 | |
| | ||||||
* | Hotpixel correction and cam_state -> uca.h | Matthias Vogelgesang | 2011-06-07 | 4 | -0/+32 | |
| | ||||||
* | Move cam_state to main include file | Matthias Vogelgesang | 2011-05-27 | 3 | -10/+11 | |
| | ||||||
* | Install into /prefix/lib${LIB_SUFFIX} | Matthias Vogelgesang | 2011-05-22 | 1 | -3/+5 | |
| | ||||||
* | Add binning and "fix" that damn 64-bit format thing in grab-async.c | Matthias Vogelgesang | 2011-05-12 | 2 | -0/+4 | |
| | ||||||
* | Somehow handle errors of IPE camera | Matthias Vogelgesang | 2011-04-27 | 1 | -1/+4 | |
| | ||||||
* | Do state handling only once in uca.c instead of all camera implementations | Matthias Vogelgesang | 2011-04-27 | 5 | -26/+22 | |
| | ||||||
* | Users don't need uca-cam.h and uca-grabber.h anymore. | Matthias Vogelgesang | 2011-04-27 | 1 | -1/+1 | |
| | ||||||
* | Make uca_camera really private and thus breaks API | Matthias Vogelgesang | 2011-04-26 | 15 | -327/+326 | |
| | ||||||
* | Remove UCA_CAM_ERROR and handle correct recording states | Matthias Vogelgesang | 2011-04-26 | 3 | -4/+11 | |
| | ||||||
* | Implement correct trigger modes | Matthias Vogelgesang | 2011-04-18 | 7 | -13/+69 | |
| | ||||||
* | Merge pending change | Matthias Vogelgesang | 2011-04-11 | 2 | -5/+5 | |
|\ | ||||||
| * | Fix building the IPE camera | Matthias Vogelgesang | 2011-04-08 | 2 | -5/+5 | |
| | | ||||||
* | | Move definitions out of structure | Matthias Vogelgesang | 2011-04-11 | 2 | -46/+52 | |
|/ | ||||||
* | Correct usage of patch and make pc-file non-executable | Matthias Vogelgesang | 2011-03-28 | 1 | -0/+0 | |
| | ||||||
* | Install pkg-config information file | Matthias Vogelgesang | 2011-03-25 | 2 | -3/+28 | |
| | ||||||
* | Install libuca correctly... | Matthias Vogelgesang | 2011-03-24 | 1 | -1/+1 | |
| | ||||||
* | Return somewhat more reliable numbers for min/max delay and exposure | Matthias Vogelgesang | 2011-03-24 | 1 | -6/+18 | |
| | ||||||
* | Minor cleanups like sharing of uca_set_void and making non-exported functions | Matthias Vogelgesang | 2011-03-24 | 6 | -55/+52 | |
| | | | | static | |||||
* | Fix pco resize and let UCA_ERR_MASK_CODE mask code and severity | Matthias Vogelgesang | 2011-03-24 | 2 | -3/+26 | |
| | ||||||
* | Convert me4 constants back to uca constants | Matthias Vogelgesang | 2011-03-24 | 1 | -5/+30 | |
| | ||||||
* | Disallow callback registration if there is no memory allocated | Matthias Vogelgesang | 2011-03-24 | 1 | -0/+3 | |
| | ||||||
* | Expose synchronicity property, add boolean unit and document the error code | Matthias Vogelgesang | 2011-03-24 | 6 | -22/+63 | |
| | | | | format | |||||
* | Share common properties between camera and grabber to let the camera just call | Matthias Vogelgesang | 2011-03-23 | 4 | -83/+49 | |
| | | | | grabber->set_property once | |||||
* | Use more flexible error codes | Matthias Vogelgesang | 2011-03-23 | 6 | -87/+112 | |
| | ||||||
* | Implement grab timeout | Matthias Vogelgesang | 2011-03-23 | 6 | -7/+53 | |
| | ||||||
* | Some very important person at SiSo decided to have 64-bit frame numbers on 64- | Matthias Vogelgesang | 2011-03-23 | 3 | -6/+7 | |
| | | | | | | 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. | |||||
* | Add basic (not working) benchmark | Matthias Vogelgesang | 2011-03-22 | 1 | -1/+0 | |
| | ||||||
* | Fix typo | Matthias Vogelgesang | 2011-03-22 | 1 | -1/+1 | |
| | ||||||
* | Fix potential bugs and use generic reorder function | Matthias Vogelgesang | 2011-03-22 | 2 | -14/+14 | |
| | ||||||
* | Enable/disable camera models on build time | Matthias Vogelgesang | 2011-03-22 | 1 | -55/+32 | |
| | ||||||
* | Use latest picture number when requesting new ones | Matthias Vogelgesang | 2011-03-22 | 1 | -2/+2 | |
| | ||||||
* | Fix me4 callback grabbing | Matthias Vogelgesang | 2011-03-21 | 1 | -1/+1 | |
| | ||||||
* | Fix wrong property type when setting photon focus properties | Matthias Vogelgesang | 2011-03-21 | 1 | -14/+16 | |
| | ||||||
* | Use memset(ptr, 0, sizeof(struct)) instead of manually setting function pointers | Matthias Vogelgesang | 2011-03-21 | 2 | -23/+5 | |
| | | | | to NULL | |||||
* | Fix grabber allocation and callback registration for me4 and pf | Matthias Vogelgesang | 2011-03-21 | 2 | -5/+8 | |
| | ||||||
* | Initialize all camera fields with NULL to catch errors early on | Matthias Vogelgesang | 2011-03-18 | 6 | -11/+43 | |
| | ||||||
* | Fix potential leak | Matthias Vogelgesang | 2011-03-18 | 1 | -3/+7 | |
| | ||||||
* | Add (possible) meta data transmission and integrate callback in pco and pf | Matthias Vogelgesang | 2011-03-18 | 7 | -34/+80 | |
| | ||||||
* | Check call time and update current_frame with missed frames | Matthias Vogelgesang | 2011-03-18 | 1 | -2/+18 | |
| | ||||||
* | Pass registered user data to callback | Matthias Vogelgesang | 2011-03-18 | 2 | -5/+14 | |
| | ||||||
* | Fix another potential segfault bug | Matthias Vogelgesang | 2011-03-17 | 1 | -0/+1 | |
| | ||||||
* | Fix potential division by zero bug | Matthias Vogelgesang | 2011-03-17 | 1 | -0/+2 | |
| | ||||||
* | Fix potential segfault | Matthias Vogelgesang | 2011-03-17 | 1 | -0/+1 | |
| | ||||||
* | Expose grab-by-callback via camera and add asynchronous grabbing example | Matthias Vogelgesang | 2011-03-17 | 2 | -91/+192 | |
| | ||||||
* | Allow resize of image dimensions | Matthias Vogelgesang | 2011-03-17 | 2 | -6/+25 | |
| | ||||||
* | Rename struct_name_t to struct_name and create typedefs | Matthias Vogelgesang | 2011-03-17 | 15 | -154/+139 | |
| | ||||||
* | Make uca_init() and uca_destroy() thread-safe via pthreads | Matthias Vogelgesang | 2011-03-17 | 3 | -24/+36 | |
| | ||||||
* | Add publishing script and propagate version from top directory | Matthias Vogelgesang | 2011-03-16 | 3 | -10/+6 | |
| | ||||||
* | Remember current frame number and remove frame dimensions in dummy.c | Matthias Vogelgesang | 2011-03-16 | 6 | -21/+22 | |
| |