03-21-2011 11:16 AM
Hi everyone,
I am trying to understand how continous image capture works. So, I tried to implement a simple while loop with a "Continous Capture" button. It seems that when the "Continous Capture" button becomes false, the while loop was unable to update and stop. Any idea how to overcome this? Thanks in advance.
Kind regards,
Han Yen
Solved! Go to Solution.
03-21-2011 11:19 AM
Move the Capture Boolean in side the inter loop 2.
03-21-2011 11:29 AM
opps.. that's right. Thanks Omar. That's very silly of me. Should have know that.