How to implement a simple OpenCV operation in the OpenCV Kurento module

I am trying to process a frame (& Mat) received in a module process method . When I try to run some simple OPENCV methods, for example.enter image description here

The module will compile; after: debuild -us -uc... As indicated in the tutorial, I successfully generated the generated .deb file .

BUT , when I start kurento-media-server -vI get a list of other installed modules, but not the one I create.

removing the above code and re-executing this process, the module is installed and recognized by the Kurento Media server.

How can i solve this?

+4
source share
1 answer

The best way is to use OpenCV, which comes with the Kurento installation. Additional configuration is required in terms of symbolic layout when using the native OpenCV installation.

0
source

Source: https://habr.com/ru/post/1612990/


All Articles