I am trying to use Affectiva emotion sdk to make a demo program. However, when I call detector.setLicensePath()
, an exception is thrown (see image below). Does anyone know how to resolve this?
The code is something similar to this:
const std::wstring AFFDEX_DATA_DIR = L"C:\\Program Files (x86)\\Affectiva\\Affdex SDK\\data";
…
…
photoDetector.setLicensePath(AFFDEX_DATA_DIR);