summaryrefslogtreecommitdiff
path: root/src/cameras/pco.c
AgeCommit message (Collapse)Author
2012-03-05Remove cruftMatthias Vogelgesang
2012-02-29Use libpco 0.3 APIMatthias Vogelgesang
2012-02-28Disable pco_set_time_base()Matthias Vogelgesang
2012-02-03Typedef typesMatthias Vogelgesang
2012-01-31Put libuca under LGPLMatthias Vogelgesang
2011-12-14Add: pco.4000 supportMatthias Vogelgesang
2011-10-24Fix: pco.dimax record & readout modeMatthias Vogelgesang
I won't go into detail how retarded a decision from pco is and how much time it cost...
2011-10-20Add: auto transfer property and readout functionMatthias Vogelgesang
2011-10-20Expose pco triggersMatthias Vogelgesang
2011-10-19Fix: timestamp modeMatthias Vogelgesang
2011-10-19Adapt libuca for pco.dimaxMatthias Vogelgesang
2011-06-07Hotpixel correction and cam_state -> uca.hMatthias Vogelgesang
2011-04-27Do state handling only once in uca.c instead of all camera implementationsMatthias Vogelgesang
2011-04-26Make uca_camera really private and thus breaks APIMatthias Vogelgesang
2011-04-26Remove UCA_CAM_ERROR and handle correct recording statesMatthias Vogelgesang
2011-04-18Implement correct trigger modesMatthias Vogelgesang
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