i m writing a program using C# with sentisight sdk for detecting the camera and capturing the image from the webcam. Now i can only capture the still image in the picturebox. I want to make a stream of image(like a video) before i stop the capturing. so i need to grab frames on each Tick event and pass it to picturebox.
But i m a beginner in C# so any one can guide me how to solve it.... thank u