I am working on an OpenCV project that relies on finger detection. Currently I have an OpenCVFrameGrabber
that grabs a frame and places it in an IplImage
. I then draw that image onto my GUI.
This all works, but the image that is drawn seems to be in black and white even though I have a color camera. There are noticeable vertical lines in the image and when there is some color, it seems to be split into components along these lines.
Does anyone know of a way to get the original webcam image?