Dear Labviewers.
I'm using Labview 7.0 for calculation between images taken by CCD camera.
For real time imaging achievement, shift register on while loop was added (shift register is used as gate which send taken images to image calculation part).
However, system was not operated because of intialization of shift register.
During four CCD Images extraction using extract.vi, shift register on while loop also operates but there are no images in shift register transferred to image calculation part initially.
After four images arrive to the shift register, shift register can transfer the images to calculation part.
So, program is down and shows error message on the screen.
How can I overcoeme this problem? To solve this, temporaray image arrays( filled with some value ) have to be made and linked to shift register.
I have no idea for making image array.
Could you give some tips for me?