Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove cruft | Matthias Vogelgesang | 2012-03-05 | 1 | -460/+0 |
| | |||||
* | Use libpco 0.3 API | Matthias Vogelgesang | 2012-02-29 | 1 | -38/+37 |
| | |||||
* | Disable pco_set_time_base() | Matthias Vogelgesang | 2012-02-28 | 1 | -3/+5 |
| | |||||
* | Typedef types | Matthias Vogelgesang | 2012-02-03 | 1 | -2/+2 |
| | |||||
* | Put libuca under LGPL | Matthias Vogelgesang | 2012-01-31 | 1 | -0/+16 |
| | |||||
* | Add: pco.4000 support | Matthias Vogelgesang | 2011-12-14 | 1 | -9/+25 |
| | |||||
* | Fix: pco.dimax record & readout mode | Matthias Vogelgesang | 2011-10-24 | 1 | -9/+28 |
| | | | | | I won't go into detail how retarded a decision from pco is and how much time it cost... | ||||
* | Add: auto transfer property and readout function | Matthias Vogelgesang | 2011-10-20 | 1 | -2/+28 |
| | |||||
* | Expose pco triggers | Matthias Vogelgesang | 2011-10-20 | 1 | -3/+8 |
| | |||||
* | Fix: timestamp mode | Matthias Vogelgesang | 2011-10-19 | 1 | -3/+17 |
| | |||||
* | Adapt libuca for pco.dimax | Matthias Vogelgesang | 2011-10-19 | 1 | -46/+56 |
| | |||||
* | Hotpixel correction and cam_state -> uca.h | Matthias Vogelgesang | 2011-06-07 | 1 | -0/+11 |
| | |||||
* | Do state handling only once in uca.c instead of all camera implementations | Matthias Vogelgesang | 2011-04-27 | 1 | -12/+1 |
| | |||||
* | Make uca_camera really private and thus breaks API | Matthias Vogelgesang | 2011-04-26 | 1 | -14/+14 |
| | |||||
* | Remove UCA_CAM_ERROR and handle correct recording states | Matthias Vogelgesang | 2011-04-26 | 1 | -2/+10 |
| | |||||
* | Implement correct trigger modes | Matthias Vogelgesang | 2011-04-18 | 1 | -2/+14 |
| | |||||
* | 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 | 1 | -19/+20 |
| | | | | static | ||||
* | Fix pco resize and let UCA_ERR_MASK_CODE mask code and severity | Matthias Vogelgesang | 2011-03-24 | 1 | -2/+25 |
| | |||||
* | Expose synchronicity property, add boolean unit and document the error code | Matthias Vogelgesang | 2011-03-24 | 1 | -1/+1 |
| | | | | format | ||||
* | Share common properties between camera and grabber to let the camera just call | Matthias Vogelgesang | 2011-03-23 | 1 | -24/+13 |
| | | | | grabber->set_property once | ||||
* | Use more flexible error codes | Matthias Vogelgesang | 2011-03-23 | 1 | -31/+31 |
| | |||||
* | Implement grab timeout | Matthias Vogelgesang | 2011-03-23 | 1 | -0/+13 |
| | |||||
* | 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 | 1 | -10/+8 |
| | |||||
* | Initialize all camera fields with NULL to catch errors early on | Matthias Vogelgesang | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | Add (possible) meta data transmission and integrate callback in pco and pf | Matthias Vogelgesang | 2011-03-18 | 1 | -1/+12 |
| | |||||
* | Rename struct_name_t to struct_name and create typedefs | Matthias Vogelgesang | 2011-03-17 | 1 | -12/+12 |
| | |||||
* | Remember current frame number and remove frame dimensions in dummy.c | Matthias Vogelgesang | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | Pass target string size when calling uca_get_property | Matthias Vogelgesang | 2011-03-16 | 1 | -2/+2 |
| | |||||
* | Get rid of SiSo-dependant grabber constants | Matthias Vogelgesang | 2011-03-14 | 1 | -17/+14 |
| | |||||
* | Fix all warnings issued by -Wall | Matthias Vogelgesang | 2011-03-10 | 1 | -12/+2 |
| | |||||
* | Add dummy camera with frame counter | Matthias Vogelgesang | 2011-03-10 | 1 | -1/+0 |
| | |||||
* | Add IPE infrastructure and make sure that cameras check grabber existence | Matthias Vogelgesang | 2011-03-10 | 1 | -0/+3 |
| | |||||
* | Almost real video playback | Matthias Vogelgesang | 2011-03-09 | 1 | -2/+4 |
| | |||||
* | Add temperature and some bug fixes | Matthias Vogelgesang | 2011-03-08 | 1 | -7/+43 |
| | |||||
* | Specific error return codes for grabbers and cameras | Matthias Vogelgesang | 2011-03-07 | 1 | -2/+2 |
| | |||||
* | Documentation added | Matthias Vogelgesang | 2011-03-01 | 1 | -2/+2 |
| | |||||
* | Complete (simple) frame grabbing | Matthias Vogelgesang | 2011-03-01 | 1 | -16/+22 |
| | |||||
* | Start grab interface | Matthias Vogelgesang | 2011-02-28 | 1 | -1/+23 |
| | |||||
* | Move buffer allocation to frame grabber | Matthias Vogelgesang | 2011-02-28 | 1 | -5/+0 |
| | |||||
* | Complete frame grabber abstraction | Matthias Vogelgesang | 2011-02-28 | 1 | -30/+22 |
| | |||||
* | Prepare for frame grabber abstraction | Matthias Vogelgesang | 2011-02-28 | 1 | -0/+245 |