summaryrefslogtreecommitdiffstats
path: root/src/uca.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uca.c')
-rw-r--r--src/uca.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/uca.c b/src/uca.c
index cf9d9ed..17a7ae2 100644
--- a/src/uca.c
+++ b/src/uca.c
@@ -79,6 +79,11 @@ void uca_destroy(struct uca_t *uca)
}
}
+enum uca_cam_state uca_get_camera_state(struct uca_camera_t *cam)
+{
+ return cam->state;
+}
+
static struct uca_property_t property_map[UCA_PROP_LAST+1] = {
{ "name", uca_na, uca_string },
{ "width", uca_pixel, uca_uint32t },