12-21-2006 04:25 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
01-03-2007 08:27 AM
Hi TiTou,
Could you please post your application that acquires the image? What the images look like is that you have on the top of the image data from the current acquisition, and on the bottom data from the previous acquisition. If your extract code is not quite right, this could occur. If you post your application, I can look at it and try to find an explanation for you.
-Jeff
01-03-2007 08:49 AM
Hi Jeff,
kellam a écrit:What the images look like is that you have on the top of the image data from the current acquisition, and on the bottom data from the previous acquisition.
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
01-03-2007 08:57 AM
Hi Titou,
Based on what you've described, I have a probable explanation. When you extract an image an place in in the queue, are you making a copy of the image? If not, then when you make the next call to extract, the previously extracted image is released (only one image at a time may be extracted). As a result, the driver will begin to overwrite the previous image as soon at its turn comes up again in the ring. If, while you are writing the image to disk, the driver starts to overwrite the image in memory, I would expect to see exactly what you have shown. I would suggest making a copy of the image before placing it in the queue.
Let me know if this helps,
Jeff
01-03-2007 09:05 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
01-03-2007 10:36 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
01-05-2007 01:53 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus