Which is the best API/Library to use when accessing a WebCam in .Net?
Posted
by
Doctor Jones
on Stack Overflow
See other posts from Stack Overflow
or by Doctor Jones
Published on 2008-12-05T19:30:56Z
Indexed on
2013/11/08
9:55 UTC
Read the original article
Hit count: 219
Which is the best API to use when accessing a WebCam in .Net? (I know they can be webcam specific, I am willing to buy a new webcam if it means better results).
I want to write a desktop application that will take video from a webcam and store it in MPEG4 formats (DivX, Xvid, etc...). I would also like to access bitmap stills from the device so I can do image comparison between frames.
I have tried various libraries, and none have really been a great fit (some have performance issues (very inconsistent framerates), some have image quality limitations, some just crash out for seemingly no reason. I want to get high quality video (as high as I can get) and a decent framerate.
My webcam is more than up to the job and I was hoping that there would be a nice Managed .Net library around that would help my cause.
Are webcam APIs all just incredibly bad?
© Stack Overflow or respective owner