|
Re: Camera bug
I've seen this happen if the camera isn't initialized -- but if you're doing the GetImage() repeatedly during a loop, then it's unlikely that.
If you haven't set the Brightness, that could do it -- so be sure to do camera.SetBrightness(40) as well.
Post a snip of the code if those hints don't get you anywhere.
:-)
bob
__________________
~~~~~~~~~~~~~~~~~~~
Bob Wolff - Software from the old-school
Mentor / C / C++ guy
Team 1967 - The Janksters - San Jose, CA
|