DirectShow.net is just a c# wrapper on top of Microsoft's DirectShow. If DirectShow supports it, then DirectShow.Net supports it.
Also be aware that MS is deprecating DirectShow in favor of MediaFoundation. If you are looking for a way to access MediaFoundation from c#, consider http://mfnet.sourceforge.net.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
on input mode it works. i Use DxPropPages sample to set Display mode and pixel format . i use it with blackmagic intesity pro 4k device for make a preview window.
Last edit: aRoli 2016-01-11
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All
I wanna know is it possible to display desktop output using decklink card with directshow.net. We wanna do scan conversion (Computer to TV output)
Thanks in anticipation
Regards
Adeel Arshad
DirectShow.net is just a c# wrapper on top of Microsoft's DirectShow. If DirectShow supports it, then DirectShow.Net supports it.
Also be aware that MS is deprecating DirectShow in favor of MediaFoundation. If you are looking for a way to access MediaFoundation from c#, consider http://mfnet.sourceforge.net.
on input mode it works. i Use DxPropPages sample to set Display mode and pixel format . i use it with blackmagic intesity pro 4k device for make a preview window.
Last edit: aRoli 2016-01-11
Not sure if this can help but read that : http://alax.info/blog/1568
Using the DeckLink API seem to be the best way to access all your card's functionalities. I don't know if a managed wrapper exists through...