tschilling
User
 Fresh Boarder
| Posts: 1 |   |
|
DirectShow Frame Filter - 2009/10/01 23:29
I have downloaded the PushSource frame filter sample project and it has references to DirectShowLib. I have the DirectShow SDK and there is no such namespace as DirectShowLib. I tried just changing the namespace in the sample project to DShowNET but it does not have some of the classes referenced in the sample project.
The readme says to go to SourceForge and download this library. When I search forSourceForge for DirectShowLib, it directs me to a download for another sample project, CalendarViewer. That project references the namespace DShowLoader2 which of course is not included in the solution.
I am trying to implement a frame filter to pre-process video frames either from a camera source or pre-recorded video stream. Any help would be greatly appreciated.
|