major bugfixes, still need clean up + improvements, not to mention speex and video...
[my-code/ivac.git] / old / test.c
1 #include <stdio.h>
2 #include "v4lapi.h"
3
4 int main(void) {
5         
6         v4l_init("/dev/v4l/video0");
7         
8         return 1;
9 }