summaryrefslogtreecommitdiffstats
path: root/src/uca.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uca.c')
-rw-r--r--src/uca.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uca.c b/src/uca.c
index facccb4..73015dd 100644
--- a/src/uca.c
+++ b/src/uca.c
@@ -38,6 +38,8 @@ struct uca_t *uca_init()
uca->cam_set_exposure = NULL;
uca->cam_acquire_image = NULL;
+ uca->camera_name = NULL;
+
int i = 0;
while (inits[i] != NULL) {
uca_cam_init init = inits[i];