現在、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
VideoCapture クラスは OpenCV の一部であるため、OpenCV と関係があると思います。
どんな助けでも大歓迎です!