Has anyone dabbled with webcam image capture in c# (or VB.net or BlitzMax)? I've just taken delivery of a webcam (for my daughters) and I want to play around with it a bit. How easy is it to talk with webcams? It's a WIA device, but is WIA the solution I should be using?
Capture webcam image in .Net (or indeed BlitzMax)
Miscellaneous Forums/General Discussion/Capture webcam image in .Net (or indeed BlitzMax) On windows your best bet is to try to access it thru directshow (DirectX).
For C# maybe "WebCam Fast Image Capture Service using WIA" helps:
http://www.codeproject.com/useritems/WebCamService.asp
http://www.codeproject.com/useritems/WebCamService.asp
Brilliant! Thanks guys.