search for: video_cap

Displaying 2 results from an estimated 2 matches for "video_cap".

Did you mean: videocap
2007 Jul 12
0
No subject
supported by Asterisk for Video. I also find that video_caps branch has a fix for this problem, please can someone share more information about this and where i can find it ? I do not want those fmtp lines to be stripped. Suggestions to change the Asterisk config files, to achieve this are also welcome. Thank you. Best regards, Simith ------=_Part_1787...
2006 Oct 06
0
V4L + Theora small app...
...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 iRet = 0; printf( "+++ V4L_Init() \n" ); if( szDevice == NULL ) { fprintf( stderr, "### Invalid device name \n" );...