Hello,
I'm investigating following task:
- I have a "wall" built from set of TV displays
- These displays show content for users
Idea is to put webcam near wall, and for each person provide pair of coordinates: x (across wall) & z (distance from wall), and if possible y (height). Using this coordinates show content (move content with person).
Also I need to track events when new person appears/disappears from region. I do not need to recognize them properly (say "this is Tom, this is Jack"), but I need to distinquish them when they are in view of camera (some kind of ID).
Is it possible to solve it with OpenCV?