DetectedPerson.HeadOrientation Property

Definition

Gets the orientation of the detected person's head relative to the human presence sensor, in terms of roll, pitch, and yaw.

public:
 property HeadOrientation ^ HeadOrientation { HeadOrientation ^ get(); };
HeadOrientation HeadOrientation();
public HeadOrientation HeadOrientation { get; }
var headOrientation = detectedPerson.headOrientation;
Public ReadOnly Property HeadOrientation As HeadOrientation

Property Value

The orientation of the detected person's head relative to the human presence sensor, in terms of roll, pitch, and yaw.

Applies to