summaryrefslogtreecommitdiffstats
path: root/src/uca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uca.h')
-rw-r--r--src/uca.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uca.h b/src/uca.h
index bf0c249..a4586d7 100644
--- a/src/uca.h
+++ b/src/uca.h
@@ -72,6 +72,8 @@ struct uca_t {
unsigned int image_height;
unsigned int image_bitdepth;
unsigned int image_flags;
+
+ char *camera_name;
/* Function pointers to camera-specific methods */
uca_cam_set_dimensions cam_set_dimensions;