1

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

Icemanind
  • 47,519
  • 50
  • 171
  • 296

2 Answers2

1

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
  • 12,302
  • 4
  • 34
  • 52
0

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

Community
  • 1
  • 1
Lucas
  • 17,277
  • 5
  • 45
  • 40