Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Track people coordinates in room using webcamera

Hello,

I'm investigating following task:

  1. I have a "wall" built from set of TV displays
  2. 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?