I am doing my project about hand gesture recognition so, I want to capture video stream using web cam.
Currently I am using emgu cv wrapper for open cv image processing library.
any solution to capture video stream in to image?
My emgu cv version is 2.4.10
Thanks...
First, You need to create Capture object then using that object call QueryFrame method it will provide RGB image
Happy Coding.....