summaryrefslogtreecommitdiffstats
path: root/app/utils.h
diff options
context:
space:
mode:
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>2021-09-14 07:08:22 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-12-07 22:54:14 +0000
commit3c3a41eb2b33ba2253eb7439ff6290c414143416 (patch)
tree9b50276b3be903de04fb82467638fb37d5a5d27d /app/utils.h
parent88fde6fd98c0c4330cd91af267efa2f5492da180 (diff)
Automatically detect camera capable v4l2 device.
Bug-AGL: SPEC-4148 Change-Id: I42cf0adf9e55679069992d73f079b916684f8e8b Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Diffstat (limited to 'app/utils.h')
-rw-r--r--app/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/utils.h b/app/utils.h
index 99b2e30..8d6f0fd 100644
--- a/app/utils.h
+++ b/app/utils.h
@@ -8,6 +8,9 @@ extern "C" {
int
os_create_anonymous_file(off_t size);
+const char*
+get_camera_device(void);
+
#ifdef __cplusplus
}
#endif