Project and build structure for Microsoft DirectShow based virtual webcam application on Window 10
问题 I am trying to create simplest virtual webcam application which can display image file on my local filesystem. After initial research on stackoverflow links and seeing OBS Studio source code I got some idea how can I achieve this. I would need to use Microsoft DirectShow. I would need to develop one source filter that would work as capture filter using IBaseFilter I would need to develop another source filter that would work as output filter or virtual webcam filter. I would need to compile