From 98511f7a77e7b37f9508b66298d99d7d1103e422 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 15 Mar 2011 15:58:47 +0100 Subject: Add grabber documentation and callback registration --- src/uca-cam.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/uca-cam.h') diff --git a/src/uca-cam.h b/src/uca-cam.h index 80bf4e7..7a18b3d 100644 --- a/src/uca-cam.h +++ b/src/uca-cam.h @@ -141,6 +141,9 @@ typedef uint32_t (*uca_cam_stop_recording) (struct uca_camera_t *cam); typedef uint32_t (*uca_cam_grab) (struct uca_camera_t *cam, char *buffer); +/** + * Represents a camera abstraction, that concrete cameras must implement. + */ struct uca_camera_t { /** * Points to the next available camera in a linked-list fashion. -- cgit v1.2.3