Ask Your Question

Revision history [back]

Face orientation for detection depends on classifier. Classifier that is used for face detection sample was trained for vertical faces only. You can train your own classifier on rotated faces or rotate each camera frame before detector execution. The second way is easier for implementation but slower on target device.