Click to See Complete Forum and Search --> : capture moving images andvideoclips from webcam


devu
March 2nd, 2006, 11:36 PM
hi
Iam working on c# windows application . I want to capture video clips or moving images from web cam and save it in my local folder and not photos.can anyone help .
thank u
ramya

wildfrog
March 3rd, 2006, 09:00 AM
The DirectX (http://msdn.microsoft.com/directx/) SDK contains what you need (both API and example code) to get pictures/video from your webcam.

- petter