02-03-2014 06:45 PM
02-04-2014 06:48 AM
Hi Jonhde,
Unfortunately the problem isn't the size of the clusters but what they contain.
You're wiring from the wrong output to the wrong input, an Arduino resource to a IMAQ co-ordinate system doesn't make sense. You need the output data from your infrared array, but if this data isn't an image it won't work with an IMAQ function as these are for image processing.
You need to think about what data you are expecting to get from your infrared array and how you'll be able to identify objects from this data.
02-05-2014 07:50 AM - edited 02-05-2014 07:51 AM
I really appreciate all your relpy guys, sorry for not supplying enough information which made you confused about what Im trying to do .
What Im trying do is actually connecting infrared array sensor to arduino.
I have used the example IR sensor from arduino library and the infrared array sensor did work but I need also to the get image in room (objects) from the infrard array sensor.
Thats why Im trying connect the arduino digital pin to count object .
Thank you all again
02-05-2014 11:52 AM
@jonhde077 wrote:
I really appreciate all your relpy guys, sorry for not supplying enough information which made you confused about what Im trying to do .
What Im trying do is actually connecting infrared array sensor to arduino.
I have used the example IR sensor from arduino library and the infrared array sensor did work but I need also to the get image in room (objects) from the infrard array sensor.
Thats why Im trying connect the arduino digital pin to count object .
Thank you all again
A picture is woth a thousand words... but the actual VI is worth a thousand pictures!