My goal is to display the video feed of my webcam both as an actual image as well as an array at a controllable framerate. I don't know how to control the latter, and the first one didn't work out as well.
My VI can be seen here:
I tried turning it into a series of elements and then that into an array. That can be seen here:
This however also doesn't work.
I want to display both the image and the array. The array has numbers changing very quickly because, ofcourse it's video (given that the webcam is not laying absolutely still on a surface).
I want to do this in such a way that I can 'push' this array through my algorithm which then gives me a whole new array.
I tried a lot of things also not shown here, but I just couldn't get it to display an array with all the values per pixels and that changing very rapidly.
How can I do this?