Pergunta

How to add layer with time in DirectShow? I get time in my source filter, and i want to show it in render window. Thanks.

Foi útil?

Solução

What is the media type of the source filter?

One option is to draw it on RGB with e.g. gdi+. I wrote a framerate estimator filter that does that available in the video processing project with the source here.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top