我目前正在使用 Windows SDK 开发程序。
我正在尝试将“.webm”文件输入 SDK,但出现以下错误:
Encountered an AffdexException Error opening video file: C:\1.webm
Source: __thiscall FileVideoCapture::FileVideoCapture(const class boost::filesystem::path &,const float)(C:\Jenkins\workspace\affdexface-win32\src\modules\utils\FileVideoCapture.cpp LINE 12)
当我使用类的.process(path_to_file)
方法时会发生这种情况VideoDetector
。
我猜它与 OpenCV 有关,因为 VideoCapture 类是 OpenCV 的一部分。
任何帮助将不胜感激!