summaryrefslogtreecommitdiffstats
path: root/src/cameras/dummy.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize all camera fields with NULL to catch errors early onMatthias Vogelgesang2011-03-181-5/+1
* Fix potential leakMatthias Vogelgesang2011-03-181-3/+7
* Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang2011-03-181-4/+4
* Check call time and update current_frame with missed framesMatthias Vogelgesang2011-03-181-2/+18
* Pass registered user data to callbackMatthias Vogelgesang2011-03-181-3/+6
* Fix another potential segfault bugMatthias Vogelgesang2011-03-171-0/+1
* Fix potential division by zero bugMatthias Vogelgesang2011-03-171-0/+2
* Fix potential segfaultMatthias Vogelgesang2011-03-171-0/+1
* Expose grab-by-callback via camera and add asynchronous grabbing exampleMatthias Vogelgesang2011-03-171-89/+159
* Allow resize of image dimensionsMatthias Vogelgesang2011-03-171-6/+24
* Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang2011-03-171-8/+8
* Remember current frame number and remove frame dimensions in dummy.cMatthias Vogelgesang2011-03-161-17/+13
* Add dummy camera with frame counterMatthias Vogelgesang2011-03-101-0/+201