forked from tTh/FloatImg
7 lines
103 B
C
7 lines
103 B
C
|
/*
|
||
|
* V4L2 functions - header file
|
||
|
*/
|
||
|
|
||
|
int open_device(char *dev_name);
|
||
|
|
||
|
int init_device(int notused);
|