|
When you run a filter graph,
DirectShow controls the timeout process if the filter is suspended for too
long. Unfortunately, there is no function in LEADTOOLS to control the timeout
period when using the Video Callback filter in a conversion graph.
However, there is another approach you could use that
might work even with longer delays. Instead of using the callback filter, try
to split the video stream into individual frames in a way similar to what the 'Splitting
an AVI File into Multiple Bitmaps Using ltmmSampleTarget' help file code sample
does.
Qasem Al-Lubani LEAD Technical Support www.leadtools.com
|