summaryrefslogtreecommitdiff
path: root/src/cameras/pco.c
AgeCommit message (Collapse)Author
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-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-22Add basic (not working) benchmarkMatthias Vogelgesang
2011-03-22Fix typoMatthias Vogelgesang
2011-03-22Fix potential bugs and use generic reorder functionMatthias Vogelgesang
2011-03-18Initialize all camera fields with NULL to catch errors early onMatthias Vogelgesang
2011-03-18Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang
2011-03-17Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang
2011-03-16Remember current frame number and remove frame dimensions in dummy.cMatthias Vogelgesang
2011-03-16Pass target string size when calling uca_get_propertyMatthias Vogelgesang
2011-03-14Get rid of SiSo-dependant grabber constantsMatthias Vogelgesang
2011-03-10Fix all warnings issued by -WallMatthias Vogelgesang
2011-03-10Add dummy camera with frame counterMatthias Vogelgesang
2011-03-10Add IPE infrastructure and make sure that cameras check grabber existenceMatthias Vogelgesang
2011-03-09Almost real video playbackMatthias Vogelgesang
2011-03-08Add temperature and some bug fixesMatthias Vogelgesang
2011-03-07Specific error return codes for grabbers and camerasMatthias Vogelgesang
2011-03-01Documentation addedMatthias Vogelgesang
2011-03-01Complete (simple) frame grabbingMatthias Vogelgesang
2011-02-28Start grab interfaceMatthias Vogelgesang
2011-02-28Move buffer allocation to frame grabberMatthias Vogelgesang
2011-02-28Complete frame grabber abstractionMatthias Vogelgesang
2011-02-28Prepare for frame grabber abstractionMatthias Vogelgesang