Automatically detect camera capable v4l2 device.
[apps/camera-gstreamer.git] / app / utils.h
1 #ifndef __UTILS_H
2 #define __UTILS_H
3
4 #ifdef  __cplusplus
5 extern "C" {
6 #endif
7
8 int
9 os_create_anonymous_file(off_t size);
10
11 const char*
12 get_camera_device(void);
13
14 #ifdef  __cplusplus
15 }
16 #endif
17
18 #endif