Follow the instructions in the Recognize and Track Faces documentation to get a basic object tracker configuration object set up and going. Enable the detection of persons by setting the kARKObjectTrackerConfigurationKey_ShapeDetector_Enable property in the object tracker's detector configuration object to true
. This causes the object tracker to return tracked objects with a detected object type equal to kARKObjectType_Shape.