|
Re: Robot Dropping the Code
Guys you need to free the image. If you don't you run out of memory pretty quick. Check the output as Eric suggested.
Further tip: your code needs better organization. You waste a lot of cpu and bandwidth resetting the camera to the same values every single loop. That stuff should be moved into a constructor and done once.
|