|
Re: AxisCamera Question
From my experience in using this, each time you call GetImage() it overwrites the previous image stored in memory. The previous image will not be overwritten until GetImage() is called again.
This way you can perform multiple analysis/transforms on the image even if the image isn't "fresh".
Last edited by Jay Meldrum : 12-03-2012 at 13:33.
|