How do you program vision sensor

hii how do you program a vision sensor that detects whether there’s an object in front of it?

^ here’s a really good article explaining it

in essence:

  1. Configure the vision sensor like a normal sensor in vex code

  2. click configure to create vision signatures based on color
  3. once you have the vision signatures created, you can find the location of object with vision sensor methods (I don’t know them off the top of my head)

try to see if that works, if you need more help, feel free to ask any questions!

5 Likes

Thank you so much! It worked :slight_smile: