v4l tests
[my-code/ivac.git] / test.c
diff --git a/test.c b/test.c
new file mode 100644 (file)
index 0000000..2ad2ba8
--- /dev/null
+++ b/test.c
@@ -0,0 +1,9 @@
+#include <stdio.h>
+#include "v4lapi.h"
+
+int main(void) {
+       
+       v4l_init("/dev/v4l/video0");
+       
+       return 1;
+}