Asked — Edited
Resolved Resolved by Rich!

I Need Help

So I am coding some multi color recognition software in ez-script, but whenever I run the code it says that I am missing a binary operator in the command used to search for a color. pleass note that am running this code on a pc and not on the ez-b code is below ControlCommand("Camera", CameraMultiColorTrackingEnable) If($CameraObjectColor()= "color" ) Print("TWO") Elseif($CameraObjectColor()="color") Print("ONE") EndIf


ARC Pro

Upgrade to ARC Pro

Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.

#9  

@Antron007 @Rich Awesome, thanks...;) Now just wish I had an EZB board to start fiddlin' with...:D

United Kingdom
#10  

You don't need an EZ-B to write scripts;) Although it does make it that much more awesome to see something move from a script but you can still sort out the backbone of the script(s) without an EZ-B.

This one for example doesn't even control anything yet (and is a little bit of a hint at what one of my future build's main function will be).

#11  

I'll check it out Rich... Cheers

Edit... Ok, LOL.... I can see how ARC can keep one busy indefinitely...

R;)

#12  

Looks like you're making a Robo-Bartender. Very keen;)