it has been some time for me to work with DShow, so it would be
helpful to get some hint of how to feed data into the vcam filter. If
I understood it right, the vcam filter is able to simulate an
arbitrary camera which then can be used to grab data from another
window.
But how can I feed the vcam with that data? Does it only work with
programs I have written by myself or is it also possible to grab the
data from arbitrary applications?
If anyone could give me an example pseudo- or even code you would help
me a lot!
Thanks
-AG
Vcam is a very simple modification of the Push source examples in the
DirectX SDK, You can look to those for examples of how to transmit
bitmaps or desktop contents ( for a start )
Vivek