haraldhv
/
aigo
Archived
1
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
aigo/lib/main.cpp

10 lines
126 B
C++
Raw Permalink Normal View History

2007-02-23 18:10:32 +01:00
#include "state.h"
#include "settings.h"
#include "quickcam.h"
int main( void )
{
Quickcam cam("/dev/video0");
return 0;
}