02-06-2013 06:56 AM
Hello
I am trying to imput an image to labview, then convert it to array and then convert the array to spreadsheet string. I was trying to do it using NI example for imagetoarray, but i cant. can you help me with some hints or a sample code please
Thanks
Solved! Go to Solution.
02-06-2013 09:45 AM
Maybe this will help. You have to select the image type you have. U8, I16, etc.
02-06-2013 12:16 PM
Thanks very much it was very helpful
02-06-2013 02:43 PM
Hello again,
How can i convert an image now from array to image? actually i want to use the labview code that you have provide me to convert an image to array and then send it using zigbee modules. I have establish the communication between the two modules but how i can take the image from the receiving module and convert it back to image and then preview it.
Thanks in advance
02-07-2013 01:24 AM
I added to the example, hope this helps.
02-07-2013 04:34 AM
Hello its very helpful this.
I have attached the code that i am trying to produce. But i dont know how i can connect your code to mine. My code is about transmit string wireless (using zigbee modules). I have checked it and work when i am trying to send characters. How i can connect it to your code in order to select an image preview it convert it to array send this array to another laptop and then convert this image to array and preview it.
Thanks in advance
02-07-2013 04:47 AM
Does this help?
02-07-2013 04:53 AM - last edited on 02-08-2013 09:59 AM by JordanG
Thanks again for your valuable help.
When i run it on laptop A ( that is connected with ZigBee A) it works. But laptop B (connected with ZigBee B) ask me to give a path in order to import an image. What i can do for this?
02-07-2013 05:30 AM
It looks like you have to copy the picture from laptop A to B before executing the program on B.
02-07-2013 05:33 AM
But if I copy it I dont send it. My target is to send the array and then convert it to image. Can I achieve this?