summaryrefslogtreecommitdiffstats
path: root/src/cameras/pco.c
Commit message (Collapse)AuthorAgeFilesLines
* Return somewhat more reliable numbers for min/max delay and exposureMatthias Vogelgesang2011-03-241-6/+18
|
* Minor cleanups like sharing of uca_set_void and making non-exported functionsMatthias Vogelgesang2011-03-241-19/+20
| | | | static
* Fix pco resize and let UCA_ERR_MASK_CODE mask code and severityMatthias Vogelgesang2011-03-241-2/+25
|
* Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang2011-03-241-1/+1
| | | | format
* Share common properties between camera and grabber to let the camera just callMatthias Vogelgesang2011-03-231-24/+13
| | | | grabber->set_property once
* Use more flexible error codesMatthias Vogelgesang2011-03-231-31/+31
|
* Implement grab timeoutMatthias Vogelgesang2011-03-231-0/+13
|
* Add basic (not working) benchmarkMatthias Vogelgesang2011-03-221-1/+0
|
* Fix typoMatthias Vogelgesang2011-03-221-1/+1
|
* Fix potential bugs and use generic reorder functionMatthias Vogelgesang2011-03-221-10/+8
|
* Initialize all camera fields with NULL to catch errors early onMatthias Vogelgesang2011-03-181-1/+1
|
* Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang2011-03-181-1/+12
|
* Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang2011-03-171-12/+12
|
* Remember current frame number and remove frame dimensions in dummy.cMatthias Vogelgesang2011-03-161-1/+1
|
* Pass target string size when calling uca_get_propertyMatthias Vogelgesang2011-03-161-2/+2
|
* Get rid of SiSo-dependant grabber constantsMatthias Vogelgesang2011-03-141-17/+14
|
* Fix all warnings issued by -WallMatthias Vogelgesang2011-03-101-12/+2
|
* Add dummy camera with frame counterMatthias Vogelgesang2011-03-101-1/+0
|
* Add IPE infrastructure and make sure that cameras check grabber existenceMatthias Vogelgesang2011-03-101-0/+3
|
* Almost real video playbackMatthias Vogelgesang2011-03-091-2/+4
|
* Add temperature and some bug fixesMatthias Vogelgesang2011-03-081-7/+43
|
* Specific error return codes for grabbers and camerasMatthias Vogelgesang2011-03-071-2/+2
|
* Documentation addedMatthias Vogelgesang2011-03-011-2/+2
|
* Complete (simple) frame grabbingMatthias Vogelgesang2011-03-011-16/+22
|
* Start grab interfaceMatthias Vogelgesang2011-02-281-1/+23
|
* Move buffer allocation to frame grabberMatthias Vogelgesang2011-02-281-5/+0
|
* Complete frame grabber abstractionMatthias Vogelgesang2011-02-281-30/+22
|
* Prepare for frame grabber abstractionMatthias Vogelgesang2011-02-281-0/+245