com - Write DirectShow Filter Without Using Windows SDK -


i wanna write "driectshow source filter" using webcam.

but know way not using "windows sdk"?

yes, possible create directshow filter without using windows sdk base classes. filter nothing com class implementing set of com interfaces, of mandatory (ibasefilter, ipin) , other optional. sdk baseclasses helpers give quick start if want fresh - it's absolutely possible.


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -