10-23-2009 05:41 PM
Ok, i finally got it all working!
Now i got my webcam view in.. through vision assistant. that assistant finds me a line.. now what?
Weather or not there is a ''line'' at a sertain color.
Should go trigger if the robot will drive forward / left or / right
Any idea how i can make it say: I found the line in area of interest = true? more like a boolean output?
Many thanks,
Vince
10-26-2009 07:35 AM
Hello Vince,
great to hear that everything works. The line detection function returns the number of lines he found. So if he should find one line you are able to react on the number of matches returned output from this function (and also respond if more matches are found?). I hope this will help you further,
Many greetings,
10-31-2009 01:43 PM
Hmm This doesnt seem to be the case here. My labview just gives me locations of those lines and the way they are arranged..
Any tips?