|
Re: Rectangle Processing code giving strange error
In the attached code, it looks like the Color Enable is being set to FALSE each loop iteration. That requests that the camera return a monochrome image, and the JPEG decoder will return a monochrome 8 bit image. That starts the error chain because the color threshold requires a color image.
Change the enable constant to True and see if that helps.
Greg McKaskle
|