summaryrefslogtreecommitdiff
path: root/src/uca-cam.c
AgeCommit message (Collapse)Author
2011-03-21Use memset(ptr, 0, sizeof(struct)) instead of manually setting function pointersMatthias Vogelgesang
to NULL
2011-03-18Initialize all camera fields with NULL to catch errors early onMatthias Vogelgesang
2011-03-17Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang
2011-03-16Pass target string size when calling uca_get_propertyMatthias Vogelgesang
2011-03-10Fix all warnings issued by -WallMatthias Vogelgesang
2011-03-10Add dummy camera with frame counterMatthias Vogelgesang
2011-03-09Use correct number of bytes per pixel when allocating buffersMatthias 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