MDShow for image processing
-
2006年12月18日 下午 06:32Hi,
I'm currently try to make a video capture (from USB Camera, DV or IP Camera) which will used as input for image processing (ARToolKit : pattern based recognition tool).
I'm working on .NET framework so I made a binding of ARToolKit in C# to use it.
I found your librairy and I'm now trying to use it.
Unfortunately, it's hard for me to see how use it for my task !
Should I create a compressor Filter which will use to collect buffer image ? Or a null renderer ?
Could I use VideoCaptureGraph to code this or must I connect myself all Filters ?
I'm really a newbie about DirectShow and it would be very cool to give me the basis to accomplish my task or to provide me usefull links !
Sorry for the poor english,
Thanks
Guillaume- 已移動 Max Wang_Chinasoft 2011年4月28日 下午 08:10 forum consolidation (From:Developer Discussions)
所有回覆
-
2006年12月18日 下午 06:53
Hello Guillaume,
I'm not sure that any of our Graphs will do what you need. You will need to add your own filter into the graph. Using our core DirectShow wrappers may be your best bet.
JVE