face_track
Module Contents
Classes
Track Faces |
Functions
|
- class face_track.FaceTracker(track_threshold=(50, 50))
Bases:
HarmoniServiceManagerTrack Faces
- Parameters:
track_threshold(tuple – (int,int)): x,y # pixels to ignore from each side of image center #TODO change this to a percentage instead
- start()
- stop()
- pause()
- detect_callback(data)
- face_track.launch(service_name: str, service: HarmoniServiceManager)