I built a filter graph in directshow and can get the video feed started, but it seems that teh images I am reciving from the sample grabber are delayed 6 seconds behind when the events actually take place. That is, if I stick my hand in front of the camera, the image of my hand doesnt appear until 6 seconds later. I used the SetSyncSource(NULL) method to make all teh filters run as fast as possible, btu there is still the 6 second buffering delay. The source filter is created by -
Code:IBaseFilter *pSrc; hr = pGraph->AddSourceFilter(L"http://192.168.0.115/img/video.asf", L"Source", &pSrc);
Hopefully someone can help me to reduce this buffering delay?



LinkBack URL
About LinkBacks


