LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fill an array of images

Solved!
Go to solution

I'm doing a VI to read a video to store it in an array that is possible to scroll from the Front Panel. I don't understand why in my program the array is filled only with the same last frame of the video (See the attachment).

Can anybady help me?

Thanks

Pier Paolo

0 Kudos
Message 1 of 6
(3,414 Views)
Can you attach your vi for lv 8.0?
0 Kudos
Message 2 of 6
(3,404 Views)
This is the version of my VI for LV 8.0
0 Kudos
Message 3 of 6
(3,401 Views)
Take a look at this thread.   The purple wire is not a copy of data, but a pointer to the Imaq image.  You are creating an array of pointers, but they are all pointing to the same image, which happens to be the last image that got created.
Message 4 of 6
(3,372 Views)
Solution
Accepted by topic author Pier Paolo
Upstairs' answer is quite right, and I help to modify the issuer sample simply. more details.
________________________________________________________


Try to make everything Automatic
Message 5 of 6
(3,351 Views)

Thank you very much for the solution of my problem. Now I understand and I attach another solution too.

Pier Paolo

0 Kudos
Message 6 of 6
(3,342 Views)