blob: 6bc6a44c7f9279df56e6264ae406f7724f8c7a5e (
plain)
1
2
3
4
5
6
7
8
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Build Options
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//controls whether or not FaceAPI should use the callback or poll
#define USE_HEADPOSE_CALLBACK 1
|