私がしたこと:
更新された opencv_plugin-sample をhttps://github.com/Kurento/kms-opencv-plugin-sampleからダウンロードしました。
cmake-gui を使用して cmakelist を実行し、それを使用して生成した
sudo make install
so はパスに生成されます
usr/local/lib/x86_64-linux-gnu/kurento/modules
kms-opencv-plugin-sample の js フォルダーから、コマンドを実行します。
cmake .. -DGENERATE_JS_CLIENT_PROJECT=TRUE
「kurento-module-opencvpluginsample.min.js」、「kurento-module-opencvpluginsample.map」ファイルを生成するには、コマンドを使用して js フォルダーに grunt をインストールしました
npm install grunt grunt-browserify grunt-contrib-clean grunt-jsdoc grunt-npm2bower-sync minifyify
ファイル(「kurento-module-opencvpluginsample.min.js」、「kurento-module-opencvpluginsample.map」、「kurento-module-opencvpluginsample.js」)を含むdistフォルダーが生成されます
kms-opencv-client 用のフォルダーを作成し、kurento-crowddetector フォルダーからすべてのファイルをリンクからコピーしましたhttps://github.com/Kurento/kurento-tutorial-js
kms-opencv-client の bower-component 内で、kurento-crowddetector-module を、ステップ 6 で生成された js を含む opencv-plugin-sample-module に置き換えました。
また、index.html の js パスを変更し、index.js のモジュール名も置き換えました。
Kurentoメディアサーバーとhttpサーバーを起動しました
ブラウザからページを読み込んだとき
http://10.10.1.3:8080/index.html?ws_uri=ws://10.10.1.3:8888/kurento#
スタートボタンをクリックすると、以下のエラーが発生します
SyntaxError: モジュール 'opencvpluginsample' が Kurento Media Server にインストールされていません
opencv-plugin のインストール プロセスで何か見逃したことがありますか