views:

79

answers:

2

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

+1  A: 

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

Andy West
A: 

You might want to look at this question about web cams and DirectShowNet, which is a managed wrapper for the DirectShow component in DirectX.

Lucas