C# video input routines
Can someone point me towards a good article or tutorial on how to access TV tuner and/or web cams from C#? I looked everywhere and can't seem to find开发者_如何学运维 anything relevant.
Thanks
This is normally something that the manufacturer of your video hardware would provide, usually in the form of an SDK.
Depending on what you want to do, this might help:
http://www.codeproject.com/KB/directx/directxcapture.aspx
You might want to look at this question about web cams and DirectShowNet, which is a managed wrapper for the DirectShow component in DirectX.
精彩评论