I need a WebCam component that is only .net(if it builds on Win API or DirectX its ok) the functions i need are:
Preview
Select Input device
Set Resolution
Get a Image
I need a WebCam component that is only .net(if it builds on Win API or DirectX its ok) the functions i need are:
Preview
Select Input device
Set Resolution
Get a Image
There are 2 common ways of doing web cam stuff from .net. Using WIA or avicap32.dll. Both are windows API based. You can get some links and guidance here.