Daniel
Admin
 Admin
| Posts: 44 |  |
|
Re:IP Camera and DirectShow - 2007/12/29 14:32
Hi,
I saw you post the question on the Directshow.net forum which is probably the best place for C# and Directshow.
I would only add, if you haven't thought of it, it might sufficient to build the graph in GraphEdit (eg add the capture filter for your camera (probably under Video Capture source) and right-click the output pin and select "Render".
If this is good enough, then you can rebuild the graph in code ie you might not need GetImage and its jpeg translation.
|