Is there any example to show how to write a DirectShow transform filter?

百般思念 提交于 2019-12-06 08:13:15

问题


I want to capture a current frame and its previous one to do analysis and produce a new frame to show. Is it to say I must write a transform DirectShow filter? But I am a newbie to DirectShow. I was confused by MSDN's lots of documents. So I wonder if there is any simple example to show how to do it.

Thanks. Cook


回答1:


In the directshow samples that come with the Platform SDK you, at least, always USED to get examples on how to make all sorts of filters. I can't believe they would have removed that. It made DirectShow almost usable :)

This may help:

  • Writing Transform Filters
  • EZRGB24 Filter Sample


来源:https://stackoverflow.com/questions/1263904/is-there-any-example-to-show-how-to-write-a-directshow-transform-filter

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!