How to create a DirectShow graph which would wait for incoming images and add them as frames into video file?
Using GraphEdit or with C\C++\C#
So I want to have a graph which would work and wait for images incoming into him in any way you think is most easy (for example We can have a folder from where DSfilter would be able to take images) and insert that images as new frames of our video.
So how to do it?