2

私がやること:

1. kms-opencv-plugin-sample 用に生成しました (リンク https://github.com/Kurento/kms-opencv-plugin-sampleを使用)。

2.client-js から opencv-plugin を呼び出すために、crowddetector-client-js " https://github.com/Kurento/kurento-tutorial-js/tree/master/kurento-crowddetecto ‌ r" (改名)を変更しましたフォルダー名を kurento-module-opencvpluginsample に)。

3.私が行った変更:

   1.Updated the opencv js file path in the index.html 
   2.Replaced the "kurento-module-crowddetector" to "kurento-module-opencvpluginsample"(with the newly generated JS files) 
   3.Modified the module name in the index.js 
   4.Removed the old reference to crowddetector.

4.「KurentoMediaServer」、「http-server」の順に起動し、ブラウザでページを読み込みます

  http://10.10.1.3:8080/index.html?ws_uri=ws://10.10.1.3:8888/kurento#

5.正常に動作します。

6.また、opencvの顔検出コードをopencv-plugin-sampleのデフォルトのコードに置き換えてみましたが、これも機能します。

私が知る必要があること:

1. process() に追加の引数を追加したい場合、何をする必要がありますか?

2.cpp に別のメソッドを追加したい場合はどうすればよいですか?

4

1 に答える 1