Displaying 1 result from an estimated 1 matches for "iv4lfd".
2006 Oct 06
0
V4L + Theora small app...
...me ( void );
void V4L_Uninit ( void );
int OGG_Init ( void );
int OGG_OpenClip ( const char *szFilename );
int OGG_CloseClip ( void );
int OGG_PutFrame ( void );
int OGG_Uninit ( void );
/* --- V4L --------------------------------------------------------------- */
int iV4Lfd;
int iV4LbufferSize;
unsigned char* pucV4Lbuffer;
struct video_mmap tV4LvideoMMap;
int V4L_Init( const char *szDevice )
{
struct video_capability tVideoCapability;
struct video_channel tVideoChannel;
struct video_mbuf tVideoMBuf;
int...