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.
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 -v
I 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?
source
share