diff options
Diffstat (limited to 'src/uca-cam.h')
-rw-r--r-- | src/uca-cam.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. |