Hello, I am trying to create an app that detects headlights using the image recognizer. I want the program to detect the description of the image recognizer, and if the description of the image contains the word “headlight”, it tells my Arduino to move a servo. How would I make the program detect if there is the word headlight in the description? This is the code I have so far.
You can use the Does Contain text block to check if the word “headlights” is in the green tags or description blocks.
thank you very much
