Quote:
Originally Posted by Greg McKaskle
The big loop will call Get Image and process the latest -- notifiers don't queue. If you set the vision enable global to false, not only will you not call get image, but the refcount system in the Get MJPG will also stop retrieving images. After about fifteen second seconds, the camera will stop sending them entirely.
At that point, simply enabling will result in an error 66 inside the mjpg code.
|
Greg, I'm not sure if I completely follow you. In the C++ world, the above would only happen if you were to run the deconstructor ~AxisCamera, correct?
If you do not run GetImage() for 15 seconds, you can run it again and still get a new image; at least that's what I've seen from experience.