Also, I have the camera capturing and showing images in a window
however I continually get this errors as it runs:
HIGHGUI ERROR: V4L2: getting property #0 is not supported
Corrupt JPEG data: 85 extraneous bytes before marker 0xd9
And it sometimes misses a frame because of it.
I figured it had to do with this line of code: OpenCVFrameGrabber
grabber = new OpenCVFrameGrabber(0);
But I know 0 is for webcam and since that is what I am using, I cannot
change it without it not working completely.
Any ideas?
Thanks,
Caitlyn