bhouston

10 years 10 months ago

Nice tracking Markus, how are you doing that? I've tried to get mine to track but can only do point tracking with InMoov 2.. I won't automatically pick up movement anymore and track it. How do you have it tyed to the PIR?

Markus

10 years 10 months ago

In reply to by bhouston

i've started the face tracking

ear.addCommand("search humans", "python", "trackHumans")

def trackHumans():
    i01.headTracking.faceDetect()
    i01.eyesTracking.faceDetect()
 
before i gave the command
 
ear.addCommand("power down", i01.getName(), "powerDown")
 
so when the pir starts robyn the face tracking is already on.