hmi.sensors.eyebox2.aggregate
Interface SingleUserTrackerListener

All Known Implementing Classes:
XuukTargetMover

public interface SingleUserTrackerListener

This is a Listener used for tracking a single user in the Xuuk camera view. See also SingleUserTracker. All coordinates are 0..1, relative to camera view.


Method Summary
 void userAppeared(float x1, float y1, float x2, float y2)
           
 void userDisappeared()
           
 void userMoved(float x1, float y1, float x2, float y2)
           
 

Method Detail

userAppeared

void userAppeared(float x1,
                  float y1,
                  float x2,
                  float y2)

userDisappeared

void userDisappeared()

userMoved

void userMoved(float x1,
               float y1,
               float x2,
               float y2)