Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix size bug in ipe.c | Matthias Vogelgesang | 2011-03-16 | 1 | -2/+1 |
| | |||||
* | Implement grab callback for Silicon Software me4 | Matthias Vogelgesang | 2011-03-16 | 3 | -10/+36 |
| | |||||
* | Add soft MJSON dependency to load configuration/calibration data | Matthias Vogelgesang | 2011-03-16 | 4 | -33/+38 |
| | |||||
* | Pass target string size when calling uca_get_property | Matthias Vogelgesang | 2011-03-16 | 5 | -10/+13 |
| | |||||
* | Add grabber documentation and callback registration | Matthias Vogelgesang | 2011-03-15 | 3 | -14/+69 |
| | |||||
* | Add extensive documentation | Matthias Vogelgesang | 2011-03-15 | 2 | -28/+197 |
| | |||||
* | Set warning handler | Matthias Vogelgesang | 2011-03-14 | 1 | -1/+1 |
| | |||||
* | Make dummy camera optional | Matthias Vogelgesang | 2011-03-14 | 3 | -2/+18 |
| | |||||
* | Add gain modes | Matthias Vogelgesang | 2011-03-14 | 3 | -0/+43 |
| | |||||
* | Get rid of SiSo-dependant grabber constants | Matthias Vogelgesang | 2011-03-14 | 4 | -53/+115 |
| | |||||
* | Add some more properties for IPE camera | Matthias Vogelgesang | 2011-03-11 | 1 | -1/+13 |
| | |||||
* | Read first property from IPE camera | Matthias Vogelgesang | 2011-03-11 | 1 | -14/+11 |
| | |||||
* | Pack device description into one structure | matthias | 2011-03-11 | 1 | -3/+14 |
| | |||||
* | Use correct library | matthias | 2011-03-11 | 2 | -7/+29 |
| | |||||
* | Fix all warnings issued by -Wall | Matthias Vogelgesang | 2011-03-10 | 5 | -20/+10 |
| |