Hi,
Simple Solution: I would like to write a line follower program in python that tracks a black line over white background and control a robot using Serial (example of the line in this video on the left:
https://youtu.be/ZC4VUt1I5FI - there many more video like that on youtube)
Advanced Solution:I saw a nice line follower solution -
https://youtu.be/391dXDjqzXA but not written in python that follows the line and keeps track on the line even if other lines enter the frame it also they support junction detection
How do you suggest to write this code on JeVois?
Thanks,