summaryrefslogtreecommitdiffstats
path: root/test/grab.c
Commit message (Expand)AuthorAgeFilesLines
* Use libpco 0.3 APIMatthias Vogelgesang2012-02-291-1/+3
* Typedef typesMatthias Vogelgesang2012-02-031-2/+2
* Add preliminary UFO camera support back againSuren A. Chilingaryan2012-02-021-0/+3
* Put libuca under LGPLMatthias Vogelgesang2012-01-311-0/+16
* Fix: break with current pcilibMatthias Vogelgesang2011-12-151-0/+1
* Add: pco.4000 supportMatthias Vogelgesang2011-12-141-1/+2
* Add: readout stateMatthias Vogelgesang2011-10-211-0/+2
* Add: auto transfer property and readout functionMatthias Vogelgesang2011-10-201-1/+1
* Fix: timestamp modeMatthias Vogelgesang2011-10-191-2/+1
* Merge pending changesMatthias Vogelgesang2011-10-191-1/+13
|\
| * Add: signal handler for SIGINTMatthias Vogelgesang2011-09-201-1/+13
* | Adapt libuca for pco.dimaxMatthias Vogelgesang2011-10-191-1/+4
|/
* Return error codeMatthias Vogelgesang2011-09-051-1/+2
* Grab continouslyMatthias Vogelgesang2011-09-051-10/+14
* Some adjustments for IPE cameraMatthias Vogelgesang2011-08-091-2/+0
* Hotpixel correction and cam_state -> uca.hMatthias Vogelgesang2011-06-071-0/+2
* Users don't need uca-cam.h and uca-grabber.h anymore.Matthias Vogelgesang2011-04-271-1/+0
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-261-9/+9
* Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang2011-03-241-0/+3
* Fix potential bugs and use generic reorder functionMatthias Vogelgesang2011-03-221-1/+1
* Fix grabber allocation and callback registration for me4 and pfMatthias Vogelgesang2011-03-211-10/+14
* Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang2011-03-181-1/+1
* Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang2011-03-171-4/+4
* Add soft MJSON dependency to load configuration/calibration dataMatthias Vogelgesang2011-03-161-1/+1
* Pass target string size when calling uca_get_propertyMatthias Vogelgesang2011-03-161-3/+3
* Use correct number of bytes per pixel when allocating buffersMatthias Vogelgesang2011-03-091-5/+7
* Documentation addedMatthias Vogelgesang2011-03-011-1/+1
* Complete (simple) frame grabbingMatthias Vogelgesang2011-03-011-3/+1
* Start grab interfaceMatthias Vogelgesang2011-02-281-1/+18
* Add grab exampleMatthias Vogelgesang2011-02-281-0/+27