summaryrefslogtreecommitdiffstats
path: root/src/cameras/pf.c
Commit message (Expand)AuthorAgeFilesLines
* Typedef typesMatthias Vogelgesang2012-02-031-3/+3
* Put libuca under LGPLMatthias Vogelgesang2012-01-311-0/+16
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-261-11/+11
* Remove UCA_CAM_ERROR and handle correct recording statesMatthias Vogelgesang2011-04-261-1/+1
* Implement correct trigger modesMatthias Vogelgesang2011-04-181-0/+6
* Minor cleanups like sharing of uca_set_void and making non-exported functionsMatthias Vogelgesang2011-03-241-11/+9
* Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang2011-03-241-2/+5
* Share common properties between camera and grabber to let the camera just callMatthias Vogelgesang2011-03-231-40/+23
* Use more flexible error codesMatthias Vogelgesang2011-03-231-17/+17
* Implement grab timeoutMatthias Vogelgesang2011-03-231-4/+17
* Fix wrong property type when setting photon focus propertiesMatthias Vogelgesang2011-03-211-14/+16
* Fix grabber allocation and callback registration for me4 and pfMatthias Vogelgesang2011-03-211-1/+2
* 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-9/+9
* 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-4/+4
* Get rid of SiSo-dependant grabber constantsMatthias Vogelgesang2011-03-141-29/+15
* Fix all warnings issued by -WallMatthias Vogelgesang2011-03-101-6/+3
* Add IPE infrastructure and make sure that cameras check grabber existenceMatthias Vogelgesang2011-03-101-4/+1
* Set correct exposure. Use µs for all time-related units.Matthias Vogelgesang2011-03-091-6/+6
* Fix photon focus captureMatthias Vogelgesang2011-03-091-2/+2
* Add temperature and some bug fixesMatthias Vogelgesang2011-03-081-8/+13
* Add more offset propertiesMatthias Vogelgesang2011-03-081-2/+9
* Property set for photon focusMatthias Vogelgesang2011-03-071-16/+42
* Specific error return codes for grabbers and camerasMatthias Vogelgesang2011-03-071-2/+2
* Integrate photon focus property readingMatthias Vogelgesang2011-03-041-38/+82
* Add exposure property to pfMatthias Vogelgesang2011-03-021-0/+5
* Add Photonfocus supportMatthias Vogelgesang2011-03-021-0/+165