blob: e298686e6a92fe6db6544d5ea5d260bbc2e0fe94 (
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
|