I am trying to run a script written using opencv in python which uses webcam to track colored objects (here the object is blue colored), which is also mentioned in opencv\'s doc
In order to detect the object based on color in OpenCV-python, I think this repo will help you check out this GitHub repo:
https://github.com/shashiben/Opencv/blob/master/Object%20Detection/object_detect_with_hsv.py
I did track the object based on HSV color using trackbar