Hi
I am currently using the IMAQ vi's to get an image in real time out of a camera with 1024*1024 pixels.
What I am trying to do is :
1) Get the IMAQ image ( OK )
2) turn it into Array ( OK )
3) Get 2 smaller arrays ,each containing half the rows, one the top rows, the other one the bottom rows (not OK )
4) Do some calculations with those arrays ( multiplicate / divide them ) ( not OK )
5) Show the array resulting of the calculations as an XY pixels map just like the first IMAQ image i had ( not OK )
Could you please guide in the resolution of this ? I am litle confused ...
Step 3), I figured out that using the "Delete from Array" VI could be the right one, but I do not understand how to select half the rows ( top or bottom )
Step 4), I think I will not have problem to do this.
Step 5) this one I am lost, I can only plot some waveform out of this, but never a XY pixel map like the IMAQ
Thak you !