maybe it’s me doing something wrong…
probably. good tracking is nothing to achieve right out of the box. for good results you need proper lighting, contrast to the background and some practice and even then some patience.
is it a way to modefy features in the plugin?
opencv is the way to do it,but just thought that vvvv might do it
definitely. all the trackers listed here are opensource and use opencv internally. requires some coding skills, but actually should be understandable by anyone who has a general idea of code.
WEll I want basically tracker ppl, passing by and pick up the information
well then there are different ways to achieve different things. if you want to track faces try the DetectObject node as recommended by nuno. if you need the contours and centers of blobs (ie. people) in front of a background try the Contours node. if you want to trigger things by activity in certain parts of a video image try the Trautner.